summaryrefslogtreecommitdiffstats
path: root/sys-utils
Commit message (Expand)AuthorAgeFilesLines
* mount: (new) add missing xalloc.hKarel Zak2012-03-201-0/+1
* xalloc: use xasprintf in all filesSami Kerola2012-03-183-8/+8
* docs: add deprecation commentsSami Kerola2012-03-181-0/+9
* losetup: Fix setting of sizelimit on new loop devicesDaniel Drake2012-03-131-1/+1
* libmount: add mnt_fs_streq_target() and export all mnt_fs_streq_*Karel Zak2012-03-021-1/+1
* libmount: add mnt_fs_streq_srcpath()Karel Zak2012-03-021-1/+1
* mountpoint: account for error from in mnt_fs_get_targetDave Reisner2012-03-021-2/+5
* mountpoint: fix a minor bug with 0:0 devnoZhi Li2012-02-291-12/+13
* mount: (new) add 'internal-only(i)' to non-root allowed optionsRaghavendra D Prabhu2012-02-281-1/+1
* 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