summaryrefslogtreecommitdiffstats
path: root/sys-utils
Commit message (Expand)AuthorAgeFilesLines
* mount: fix a few typosMike Frysinger2012-10-021-12/+12
* ipcrm: avoid 'uninitialized' warningBernhard Voelker2012-10-021-1/+1
* blkdiscard: add new commandLukas Czerner2012-09-283-0/+244
* Revert "blkdiscard: new command"Karel Zak2012-09-283-194/+36Star
* blkdiscard: new commandKarel Zak2012-09-273-36/+194
* hwclock: don't warp the systemtime if the RTC is in UTCTom Gundersen2012-09-212-6/+22
* hwclock: wait time in hwclock is not long enough for some ARM devicesKarel Zak2012-09-211-2/+2
* docs: umount.8 syntax fix.Ville Skyttä2012-09-201-2/+2
* rtcwake: doesn't reset wakealarmGiacomo2012-09-131-4/+19
* mount: losetup: remove obsolete encryption supportLudwig Nussel2012-09-114-96/+12Star
* hwclock: add a new --compare optionOndrej Oprala2012-09-101-5/+77
* wdctl: add fallbacks for old kernel headersKarel Zak2012-09-071-1/+24
* eject: robust strings usage [coverity scan]Karel Zak2012-09-071-2/+2
* switch_root: check open() return value [coverity scan]Karel Zak2012-09-071-0/+4
* tunelp: add missing break [coverity scan]Karel Zak2012-09-071-0/+1
* mount: fix man pahe typo in quota mount option namesBjörn Jacke2012-09-051-3/+3
* wdctl: treat aligned translatable strings in a uniform mannerBenno Schulenberg2012-09-041-1/+2
* wdctl: gettextize one forgotten wordBenno Schulenberg2012-09-041-1/+1
* textual: add missing comma and colon in some help textsBenno Schulenberg2012-09-041-1/+1
* textual: fix typos in messagesYuri Chornoivan2012-09-041-1/+1
* libmount: document LIBMOUNT_DEBUG usersDavidlohr Bueso2012-09-043-0/+15
* dmesg: fix kmsg read if read returns EPIPEMilan Broz2012-08-131-3/+15
* eject: return proper 0/1 from eject_cdrom()Dave Reisner2012-08-131-5/+5
* lscpu: limit options --all, --online, --offline to parsable and extended outputHeiko Carstens2012-08-132-3/+18
* docs: add sys-utils/umount.8 manual pageSami Kerola2012-08-062-1/+176
* mount: replace control chars in mountpoint nameKarel Zak2012-08-062-8/+27
* wdctl: tiny change to man pageKarel Zak2012-08-021-1/+1
* wdctl: add "--settimeout" to set the timeoutHarald Hoyer2012-08-022-10/+79
* dmesg: fix kmsg usability detectionKarel Zak2012-08-021-12/+35
* util-linux: Document new FAT optionsSteven J. Magnani2012-07-301-0/+10
* mount: remove unnecessary free()Karel Zak2012-07-261-1/+0Star
* prlimit: improve error messages for bad --pid invocationBernhard Voelker2012-07-261-2/+2
* dmesg: improve err handling codeKarel Zak2012-07-261-13/+12Star
* dmesg: inform user when klogctl() or read_buffer() failsSami Kerola2012-07-261-5/+8
* wdctl: fix conflicting types on old systemsSami Kerola2012-07-261-1/+1
* lscpu: fix shadow declarationSami Kerola2012-07-261-9/+8Star
* eject: fix shadow declarationSami Kerola2012-07-261-1/+0Star
* wdctl: use err_exclusive_options()Karel Zak2012-07-261-9/+9
* prlimit: use err_exclusive_options()Karel Zak2012-07-261-10/+3Star
* mount: use err_exclusive_options()Karel Zak2012-07-261-33/+14Star
* lscpu: use err_exclusive_options()Karel Zak2012-07-261-18/+10Star
* losetup: use err_exclusive_options()Karel Zak2012-07-261-19/+9Star
* hwclock: use err_exclusive_options()Karel Zak2012-07-261-58/+32Star
* dmesg: use err_exclusive_options()Karel Zak2012-07-261-20/+10Star
* chcpu: use err_exclusive_options()Karel Zak2012-07-261-15/+9Star
* dmesg: fix usage()Karel Zak2012-07-201-1/+1
* dmesg: add --reltime to print human readable deltasKarel Zak2012-07-202-18/+75
* dmesg; cleanup time printing stuffKarel Zak2012-07-201-14/+35
* dmesg: implement backwardly compatible --raw for /dev/kmsgKarel Zak2012-07-202-2/+25
* dmesg: cleanup exclusive_option() usageKarel Zak2012-07-201-10/+12