summaryrefslogtreecommitdiffstats
path: root/sys-utils
Commit message (Expand)AuthorAgeFilesLines
* ipcmk: use random_get_bytes() to generate IPC keysKarel Zak2013-01-241-11/+10Star
* nsenter: improve optional args in usage() and man pageKarel Zak2013-01-172-19/+21
* unshare,nsenter: Move the old libc handling into a common header namespace.hEric W. Biederman2013-01-172-55/+2Star
* nsenter: Replace a bare strtoul with strtoul_or_errEric W. Biederman2013-01-171-8/+2Star
* nsenter: Add const to declarations where possible.Eric W. Biederman2013-01-171-3/+3
* nsenter: Properly spell significant in a comment.Eric W. Biederman2013-01-171-1/+1
* nsenter: Enhance waiting for a child processEric W. Biederman2013-01-171-13/+35
* unshare: Add support for the pid and user namespacesEric W. Biederman2013-01-172-13/+33
* nsenter: new command (light wrapper around setns)Eric W. Biederman2013-01-173-0/+394
* Revert "unshare: support the switching of namespaces"Karel Zak2013-01-173-83/+29Star
* mount: make --verbose more verbose about propagationKarel Zak2013-01-151-2/+5
* mount: write success messages to stdoutKarel Zak2013-01-151-5/+5
* mount: support multiple MS_PROPAGATION flags in one mount(8) execKarel Zak2013-01-152-33/+75
* mount: add support for x-mount.mkdir[=<mode>] optionOndrej Oprala2013-01-091-0/+7
* mount: document x-* optionsKarel Zak2013-01-091-0/+7
* mount: Fix -t in listing mode when run as non-rootRichard Tollerton2013-01-091-1/+6
* mount: document options for debugfsDave Reisner2013-01-091-2/+7
* losetup: fix declarations [smatch scan]Sami Kerola2013-01-091-2/+5
* swapon: default to --show if nothing is requestedSami Kerola2013-01-091-4/+1Star
* ipcs: fix spacing in summary outputSami Kerola2013-01-091-1/+1
* flock: improve usage stringsMike Frysinger2013-01-092-5/+16
* swapon: print warning about insecure owner/permissionsKarel Zak2013-01-081-10/+6Star
* unshare: support the switching of namespacesNeil Horman2013-01-073-29/+83
* ipcs: fix compiler warnings, use 64bit timeKarel Zak2012-12-203-31/+36
* hwclock: fix compiler warningKarel Zak2012-12-201-1/+0Star
* ipcs: make --human really sexyKarel Zak2012-12-191-2/+12
* tunelp: deprecation: remove command from default buildSami Kerola2012-12-191-0/+2
* ipcs: add --bytes size output optionSami Kerola2012-12-192-1/+9
* ipcs: add --human readable size conversion optionSami Kerola2012-12-194-34/+106
* ipcs: assist debuggingSami Kerola2012-12-191-6/+9
* docs: swapon.8 option name fixSami Kerola2012-12-191-1/+1
* swapon: fix memmory leak [coverity scan]Karel Zak2012-12-121-4/+4
* swapon: don't care about xasprintf() return codeKarel Zak2012-12-121-7/+6Star
* prlimit: don't care about xasprintf() return codeKarel Zak2012-12-121-8/+9
* lscpu: don't care about xasprintf() return codeKarel Zak2012-12-121-2/+2
* umount: sanitize paths from non-root usersKarel Zak2012-11-261-2/+30
* mount: sanitize paths from non-root usersKarel Zak2012-11-261-0/+35
* lscpu: remove unnecessary variableKarel Zak2012-11-231-1/+0Star
* ipcs: remove print_perms()Sami Kerola2012-11-231-26/+0Star
* ipcs: make individual message queue id printing to use /procSami Kerola2012-11-232-26/+32
* ipcs: clean up do_msg(), and add ipc_msg_get_info()Sami Kerola2012-11-233-45/+178
* ipcs: make individual semaphore id printing to use /procSami Kerola2012-11-233-36/+72
* ipcs: clean up do_sem(), and add ipc_sem_get_info()Sami Kerola2012-11-233-40/+164
* ipcs: make individual shared memory id printing to use /procSami Kerola2012-11-231-21/+24
* ipcs: fix ipc_shm_get_info(), use callocKarel Zak2012-11-231-11/+15
* ipcs: clean up do_shm()Karel Zak2012-11-233-14/+34
* ipcs: read shared memory values from /procSami Kerola2012-11-233-39/+205
* ipcs: determine ipc limits from /procSami Kerola2012-11-234-101/+216
* lib/path: rename functions to be more explicitKarel Zak2012-11-232-28/+29
* umount: (recursive) add a cache to the tableDave Reisner2012-11-161-0/+2