summaryrefslogtreecommitdiffstats
path: root/sys-utils
Commit message (Expand)AuthorAgeFilesLines
* hwclock: remove unwanted space before descriptionKarel Zak2017-06-211-1/+1
* Merge branch '170427' of github.com:jwpi/util-linuxKarel Zak2017-06-212-68/+44Star
|\
| * hwclock: remove unused stdarg.hJ William Piggott2017-06-211-1/+0Star
| * hwclock: add --update-drift checkJ William Piggott2017-06-212-3/+7
| * hwclock: slice up the usage textJ William Piggott2017-06-211-16/+16
| * hwclock: update --help content and grammarJ William Piggott2017-06-211-27/+21Star
| * hwclock: use RTC in help outputJ William Piggott2017-06-211-12/+12
| * hwclock: add usage() functions headingJ William Piggott2017-06-211-2/+1Star
| * hwclock: update usage() FILE nameJ William Piggott2017-06-211-22/+22
| * hwclock: update usage() to util-linux styleJ William Piggott2017-06-211-8/+10
| * hwclock: remove dead code in usage()J William Piggott2017-06-211-25/+3Star
* | build-sys: make chown usage more robustKarel Zak2017-06-211-2/+8
* | build-sys: chown before chmod for SUIDsKarel Zak2017-06-201-0/+2
* | libmount: ignore "bind" from fstab on command line "remount"Karel Zak2017-06-201-0/+18
* | dmesg: fragment concatenationVinnie Magro2017-06-201-7/+110
|/
* mount: fix man page typo (--bind,ro)Karel Zak2017-06-191-1/+1
* fstrim: remove obsolete commentKarel Zak2017-06-151-1/+1
* fstrim: prefer earlier mounted filesystemsAlex Ivanov2017-06-151-1/+1
* misc: remove stray semicolonsSami Kerola2017-06-141-1/+1
* losetup: add missing initializer [clang]Sami Kerola2017-06-141-1/+1
* misc: fix reassigned values before old ones has been used [cppcheck]Sami Kerola2017-06-142-2/+2
* misc: POSIX usage dd, regarding unit suffixesRuediger Meier2017-06-141-1/+1
* misc: fix ggc-7 fallthrough warningsSami Kerola2017-06-145-4/+8
* hwclock: fix warning [-Winvalid-noreturn]Ruediger Meier2017-06-142-2/+3
* lscpu: cleanup DMI detection return codesKarel Zak2017-06-131-8/+13
* Merge branch 'hwclock-localtime' of https://github.com/Villemoes/util-linuxKarel Zak2017-06-062-9/+8Star
|\
| * hwclock: allow -l as alias for --localtimeRasmus Villemoes2017-05-312-9/+8Star
* | umount: add note about NFS and -c to umount.8Karel Zak2017-06-061-2/+10
* | setpriv: Add --init-groups optionSebastian Schrader2017-06-052-5/+78
* | Merge branch 'master' of https://github.com/yurchor/util-linuxKarel Zak2017-06-021-1/+1
|\ \
| * | Fix minor typosYuri Chornoivan2017-05-231-1/+1
* | | lscpu: make min/max freq arrays usage more robustKarel Zak2017-06-011-4/+6
* | | misc: fix some warningsRuediger Meier2017-06-012-2/+3
| |/ |/|
* | dmesg: remove unnecessary headerKarel Zak2017-05-311-1/+0Star
|/
* zramctl: add mising line terminatorKarel Zak2017-05-181-1/+1
* misc: consolidate smartcols error messagesKarel Zak2017-05-187-39/+56
* build-sys: remove duplicate includesKarel Zak2017-05-121-1/+0Star
* switch_root: use getopt_long() to parse optionsSami Kerola2017-05-101-6/+18
* lscpu: reuse the same bufferKarel Zak2017-05-091-14/+9Star
* lscpu: make cpu_{max,min}_mhz() usage more elegantKarel Zak2017-05-091-16/+12Star
* lscpu: Read available CPUs max and min frequenciesMamatha Inamdar2017-05-091-5/+52
* lsipc: fix options parsing and sync with man pageSami Kerola2017-05-032-4/+6
* Merge branch '170419' of github.com:jwpi/util-linuxKarel Zak2017-05-021-14/+13Star
|\
| * hwclock: use a consistent name for --predictJ William Piggott2017-04-271-5/+5
| * hwclock: remove unneeded bracesJ William Piggott2017-04-271-2/+1Star
| * hwclock: make clock test mode message consistentJ William Piggott2017-04-271-3/+3
| * hwclock: extra messages for debug onlyJ William Piggott2017-04-271-4/+4
* | libmount: add read-only warningKarel Zak2017-04-281-6/+2Star
* | fstrim: use MNT_EX_* from libmountKarel Zak2017-04-271-4/+4
* | mount: use MNT_EX_* from libmountKarel Zak2017-04-271-29/+28Star