summaryrefslogtreecommitdiffstats
path: root/sys-utils
Commit message (Expand)AuthorAgeFilesLines
* build-sys: enhance readability of the autotools filesSami Kerola2012-02-281-35/+67
* libmount: allow empty source for mount(2) syscallKarel Zak2012-02-281-1/+5
* mount: (new) cleanup mount -a return codesKarel Zak2012-02-242-6/+21
* sys-utils: fix typosDavidlohr Bueso2012-02-243-4/+4
* losetup: add --detach-all to the list of optionsPetr Uzel2012-02-241-0/+2
* docs: corrections to FSF license files, and postal addressSami Kerola2012-02-2412-33/+33
* cytune.8: fix formattingPetr Uzel2012-02-221-2/+2
* unshare: add note about MS_SHARED to unshare.1Karel Zak2012-02-211-3/+4
* setsid: add "+" to getopt_long()Harald Hoyer2012-02-091-1/+1
* tunelp: free allocation, use xallocSami Kerola2012-02-081-2/+2
* switch_root: close open file after usage [cppcheck]Sami Kerola2012-02-081-0/+2
* chcpu: use appropriate variable type [cppcheck]Sami Kerola2012-02-081-2/+2
* flock: add missing word »be« to flock.1Paul Menzel2012-02-081-1/+1
* flock: fix flock.1 grammar by removing »s«Paul Menzel2012-02-081-1/+1
* lscpu: fix fd leakKarel Zak2012-02-021-1/+3
* chcpu: check get_max_number_of_cpus() result properlyKarel Zak2012-02-012-4/+5
* swapon: add break to keep static analysers happyKarel Zak2012-01-311-0/+1
* umount: add missing breakKarel Zak2012-01-311-0/+1
* lscpu: dereferencing NULL pointer [coverity scan]Karel Zak2012-01-311-1/+3
* umount: (new) fix resource leak [coverity scan]Karel Zak2012-01-301-0/+1
* mount: (new) fix resource leak [coverity scan]Karel Zak2012-01-301-0/+1
* mount: define fallback selinux_warning macro with 2 paramsDave Reisner2012-01-301-1/+1
* mount: (new) add more info about --stab to mount.8Karel Zak2012-01-241-3/+10
* libmount: remove fstab.d supportKarel Zak2012-01-241-11/+0Star
* mount: (new) add --fstab to the man pageKarel Zak2012-01-232-2/+2877
* mount: (new) add --fstab <path> optionKarel Zak2012-01-231-2/+29
* mount: add info about libmount features to --version outputKarel Zak2012-01-232-8/+28
* umount: (new) use the same exit codes as mount(8)Karel Zak2012-01-231-25/+124
* mount: (new) share exit codes by include/exitcodes.hKarel Zak2012-01-231-46/+37Star
* mount: (new) add source/target to error messagesKarel Zak2012-01-201-12/+19
* mount: (new) improve mount -a exist codes and erroer messagesKarel Zak2012-01-201-15/+9Star
* mount: (new) add selinux warningKarel Zak2012-01-202-4/+37
* flock: fix sizeof usage [clang -Wsizeof-pointer-memaccess]Karel Zak2012-01-191-1/+1
* dmesg: fix non-ANSI function declaration [smatch scan]Karel Zak2012-01-171-1/+1
* mount: fix compiler warnings [-Wunused-parameter -Wunused-variable]Karel Zak2012-01-171-2/+2
* losetup: fix compiler warnings [-Wpointer-sign -Wformat]Karel Zak2012-01-171-3/+3
* mount: remove duplicate includesKarel Zak2012-01-171-2/+0Star
* mount: avoid canonicalizing pseudofs pathsDave Reisner2012-01-171-3/+4
* libmount: add MNT_OMODE_NOTABKarel Zak2012-01-161-1/+10
* libmount: avoid duplicate loopdevsKarel Zak2012-01-161-2/+6
* mount: (new) print error messagesKarel Zak2012-01-131-6/+274
* build-sys: suport static build for new [u]mountKarel Zak2012-01-111-2/+21
* build-sys: add --enable-new-mountKarel Zak2012-01-114-0/+860
* losetup: add note about non-root users to losetup.8Karel Zak2012-01-111-1/+2
* losetup: move xgetpass() to lib/xgetpass.cKarel Zak2012-01-112-39/+2Star
* build-sys: move swapon from mount/ to sys-utils/Karel Zak2012-01-115-2/+1123
* losetup: add --partscan optionKarel Zak2012-01-092-2/+9
* lscpu: fix compiler warningsDavidlohr Bueso2012-01-051-2/+2
* lscpu: use xalloc libsDave Reisner2012-01-041-2/+2
* losetup: cleanup headers, cmdline checksKarel Zak2011-12-221-11/+4Star