summaryrefslogtreecommitdiffstats
path: root/sys-utils
Commit message (Expand)AuthorAgeFilesLines
* fstrim: add --version and align with howto-usage-function.txtSami Kerola2012-03-301-9/+12
* fallocate: add --version and align with howto-usage-function.txtSami Kerola2012-03-301-9/+12
* mountpoint: add --version & align with howto-usage-function.txtSami Kerola2012-03-301-7/+12
* losetup: use strtosize_or_err()Karel Zak2012-03-301-6/+2Star
* fstrim: use strtosize_or_err()Karel Zak2012-03-301-10/+6Star
* docs: clarify KiB vs. KB in man pagesBernhard Voelker2012-03-303-9/+12
* swapon: use directly blkid rather than fsprobe wrapperKarel Zak2012-03-272-14/+44
* tunelp: remove old, now unneeded headerDave Reisner2012-03-201-1/+0Star
* checkxalloc: nudge regex, fix newfound instancesDave Reisner2012-03-201-4/+2Star
* setsid: cleanup usage()Karel Zak2012-03-201-8/+11
* setsid: add option "-c" to set the controlling terminalHarald Hoyer2012-03-202-2/+20
* 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