summaryrefslogtreecommitdiffstats
path: root/sys-utils
Commit message (Expand)AuthorAgeFilesLines
* build-sys: properly check for -lrtKarel Zak2014-10-271-2/+2
* build-sys: old glibc requires -lrt clock_gettime()Karel Zak2014-10-271-1/+1
* blkdiscard: fix includesKarel Zak2014-10-271-0/+2
* blkdiscard: update man pageKarel Zak2014-10-271-0/+5
* blkdiscard: add support for steps and progressFederico Simoncelli2014-10-271-13/+44
* blkdiscard: fail on sector misalignmentFederico Simoncelli2014-10-271-3/+9
* hwclock: Reduce drift factor update periodJ William Piggott2014-10-201-2/+2
* hwclock: fix superfluous 'if' statement and typoJ William Piggott2014-10-201-3/+2Star
* hwclock: adjust wording of v2.26 notesJ William Piggott2014-10-201-8/+8
* eject: move unreachable code to preprocessor #else block [smatch scan]Sami Kerola2014-10-201-4/+4
* hwclock: add notes about default behavior changesKarel Zak2014-10-201-0/+13
* hwclock: cleanup man and usage()Karel Zak2014-10-202-21/+22
* Merge branch 'master' of https://github.com/jwpi/util-linux into hwclockKarel Zak2014-10-202-201/+275
|\
| * hwclock: Add --update-drift option MANJ William Piggott2014-10-151-10/+22
| * hwclock: Add --update-drift optionJ William Piggott2014-10-151-21/+35
| * hwclock: persistent_clock_is_local MANJ William Piggott2014-10-151-15/+48
| * hwclock: persistent_clock_is_localJ William Piggott2014-10-151-4/+19
| * hwclock: hctosys drift compensation II MANJ William Piggott2014-10-151-17/+33
| * hwclock: hctosys drift compensation II COMMENTSJ William Piggott2014-10-151-26/+33
| * hwclock: hctosys drift compensation IIJ William Piggott2014-10-151-114/+91Star
* | swapon: add -o <list> for compatibility with mountKarel Zak2014-10-202-25/+82
* | mount: don't ignore mtab for --bind -o remountKarel Zak2014-10-171-2/+12
|/
* blkdiscard: fix err->errx()Karel Zak2014-10-141-1/+1
* blkdiscard: fix underflow when offset is greater than device sizeRaphael S. Carvalho2014-10-141-0/+2
* dmesg: improve reltime colorsKarel Zak2014-10-142-0/+7
* flock: zero timeout is validKarel Zak2014-10-072-3/+3
* losetup: improve man page -D docsKarel Zak2014-10-071-1/+1
* hwclock: use fabs() instead abs() when argument is doubleSami Kerola2014-10-011-2/+3
* textual: use usage() text element macrosSami Kerola2014-10-011-2/+2
* textual: use manual tail usage() macroSami Kerola2014-10-011-1/+1
* textual: use version printing macro everywhereSami Kerola2014-10-016-11/+6Star
* flock: add error message to translationsSami Kerola2014-10-011-1/+1
* docs: update deprecation bannersSami Kerola2014-10-011-0/+9
* swapon: align available columns section in usage()Sami Kerola2014-10-011-1/+1
* textual: there may be no space between option and optional =argBenno Schulenberg2014-10-011-8/+8
* textual: angular brackets around a non-literal argument, singularBenno Schulenberg2014-10-013-4/+7
* textual: grammarize another error messageBenno Schulenberg2014-10-011-1/+1
* textual: using angular brackets around individual argumentsBenno Schulenberg2014-10-011-10/+10
* textual: grammarize an error messageBenno Schulenberg2014-10-011-2/+2
* textual: not using angular brackets around literal argumentsBenno Schulenberg2014-10-011-1/+1
* textual: use angular brackets around each individual argumentBenno Schulenberg2014-10-011-1/+3
* mount: improve --move docsKarel Zak2014-09-251-1/+1
* Merge branch 'misc' of git://github.com/kerolasa/lelux-utiliteetitKarel Zak2014-09-227-710/+507Star
|\
| * setarch: use personality() system call when it is availableSami Kerola2014-09-191-4/+6
| * setarch: reindent codeSami Kerola2014-09-191-259/+248Star
| * hwclock: remove referal to deprecated keyboard interfaceSami Kerola2014-09-194-186/+1Star
| * eject: make open_device() and select_speed() to use struct eject_controlSami Kerola2014-09-191-29/+25Star
| * eject: add struct eject_control to remove global variablesSami Kerola2014-09-191-196/+198
| * mountpoint: simplify if statementSami Kerola2014-09-191-14/+11Star
| * mountpoint: add struct mountpoint_controlSami Kerola2014-09-191-45/+41Star