summaryrefslogtreecommitdiffstats
path: root/sys-utils
Commit message (Expand)AuthorAgeFilesLines
* chmem: don't use scanf format for printfRuediger Meier2017-04-101-1/+1
* misc: fix some printf format stringsRuediger Meier2017-04-101-4/+4
* Merge branch 'hwclock-date7-3' of github.com:jwpi/util-linuxKarel Zak2017-04-045-472/+120Star
|\
| * hwclock: remove unused 'silent' argJ William Piggott2017-03-313-14/+10Star
| * hwclock: remove dead cmos codeJ William Piggott2017-03-311-17/+0Star
| * hwclock: improve cmos message stringsJ William Piggott2017-03-311-5/+4Star
| * hwclock: remove unused atomic arg in cmosJ William Piggott2017-03-311-6/+4Star
| * hwclock: remove unused cmos ctl structsJ William Piggott2017-03-311-44/+39Star
| * hwclock: remove alpha cmosJ William Piggott2017-03-314-395/+72Star
* | Merge branch 'fix-ipcs-shmall-overflow' of https://github.com/rudimeier/util-...Karel Zak2017-04-041-2/+8
|\ \
| * | ipcs: make shmall overflow a bit less worseRuediger Meier2017-04-031-2/+8
| |/
* | losetup.8: Reorder options documentationFrederick Grose2017-04-042-48/+44Star
* | zramctl: be more specific about default outputKarel Zak2017-04-041-3/+3
|/
* hwclock: remove 1994 Award BIOS workaroundJ William Piggott2017-03-313-100/+1Star
* lscpu: fix mem leak [coverity scan]Karel Zak2017-03-311-1/+4
* lscpu: check return code [coverity scan]Karel Zak2017-03-311-1/+2
* zramctl: make mm_stat parser more robustKarel Zak2017-03-301-2/+6
* unshare: add note about persisten PID namespacesKarel Zak2017-03-271-1/+2
* hwclock-rtc.c: try the 'new' rtc class firstJ William Piggott2017-03-232-5/+5
* Merge remote-tracking branch 'jwpi/hwclock-date7'Karel Zak2017-03-232-110/+16Star
|\
| * lib: add parse-date documentationJ William Piggott2017-03-041-11/+11
| * hwclock: use parse_date functionJ William Piggott2017-03-041-99/+5Star
* | lscpu: add --jsonKarel Zak2017-03-142-3/+21
* | lscpu: use libsmartcols to print summary tooKarel Zak2017-03-141-52/+91
|/
* unshare: add note about sysfs and procfsKarel Zak2017-02-271-0/+5
* blkzone: add count option to bash-completionKarel Zak2017-02-241-1/+1
* blkzone: use optutils.h to check mutually exclusive optionsKarel Zak2017-02-241-6/+13
* blkzone: Add --count optionDamien Le Moal2017-02-242-39/+76
* blkzone: Improve zone information printDamien Le Moal2017-02-242-32/+29Star
* blkzone: Report all zones if length is not specifiedDamien Le Moal2017-02-241-54/+72
* blkzone: Reset all zones when length is not specifiedDamien Le Moal2017-02-241-3/+5
* blkreport, blkreset: remove in favour of blkzoneKarel Zak2017-02-235-583/+0Star
* blkzone: add new command (merge blkreport and blkreset)Karel Zak2017-02-233-0/+460
* misc: add static keyword to where needed [smatch scan]Sami Kerola2017-02-208-26/+26
* misc: do not use plain 0 as NULL [smatch scan]Sami Kerola2017-02-2021-283/+283
* man: improve blkreport(8) and blkreset(8) manual pagesSami Kerola2017-02-132-6/+32
* blkreport, blkreset: small code clean upsSami Kerola2017-02-132-35/+25Star
* docs: Fix word repetitionsYuri Chornoivan2017-02-139-10/+10
* blkreset: remove "LBA" from usage()Karel Zak2017-02-101-2/+3
* blkreport: remove "LBA" from usage() and unnecessary alignment checkKarel Zak2017-02-101-6/+1Star
* blkreport: slice up option descriptions, fix typo, fix docstringBenno Schulenberg2017-02-102-18/+14Star
* blkzonecmd, blkreport: Add new commands for ZAC/ZBC drivesShaun Tancheff2017-02-095-0/+575
* hwclock: remove if-if-conditionKarel Zak2017-02-091-3/+2Star
* Merge branch 'hwclock-jwp-reviewed' of git://github.com/kerolasa/lelux-utilit...Karel Zak2017-02-096-771/+605Star
|\
| * hwclock: remove --compare optionSami Kerola2017-02-053-79/+3Star
| * hwclock: remove trailing dot from messages that include system error messageSami Kerola2017-02-052-2/+2
| * hwclock: make --date=argument less prone to injectionSami Kerola2017-02-051-2/+4
| * hwclock: fix rtc atexit registrationSami Kerola2017-02-051-1/+1
| * hwclock: clarify cmos inb and outb preprocessor directivesSami Kerola2017-02-051-17/+15Star
| * hwclock: try RTCGET and RTCSET only when normal rtc failsSami Kerola2017-02-051-21/+23