summaryrefslogtreecommitdiffstats
path: root/sys-utils
Commit message (Expand)AuthorAgeFilesLines
* 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
| * hwclock: stream line synchronize_to_clock_tick_rtc()Sami Kerola2017-02-051-22/+19Star
| * hwclock: improve coding styleSami Kerola2017-02-052-18/+19
| * hwclock: remove division by zero [asan]Sami Kerola2017-02-051-3/+4
| * hwclock: add debugging to open_rtc()Sami Kerola2017-02-051-18/+16Star
| * hwclock: remove magic constants from interpret_date_string()Sami Kerola2017-02-051-38/+27Star
| * hwclock: use symbolic magic values passed in between functionsSami Kerola2017-02-054-13/+19
| * hwclock: initialize struct adjtime membersSami Kerola2017-02-051-26/+5Star
| * hwclock: alloate date_resp parsing buffer in interpret_date_string()Sami Kerola2017-02-051-5/+12
| * hwclock: simplify save_adjtime() execution flowSami Kerola2017-02-051-48/+34Star
| * hwclock: remove dead code and other minor fixesSami Kerola2017-02-053-20/+4Star
| * hwclock: move error messages to determine_clock_access_method()Sami Kerola2017-02-052-17/+14Star
| * hwclock: clarify set_cmos_epoch() codeSami Kerola2017-02-051-16/+12Star
| * hwclock: move command-line options to control structureSami Kerola2017-02-054-400/+402
| * hwclock: remove unnecessary type castsSami Kerola2017-02-051-26/+26
| * hwclock: do not hardcode date command magic string twiceSami Kerola2017-02-051-2/+2
| * hwclock: remove hwclock_exit() indirectionSami Kerola2017-02-052-13/+4Star
| * hwclock: remove FLOOR macro in favour of floor(3)Sami Kerola2017-02-052-4/+2Star
| * hwclock: remove UTC-0 localization hackSami Kerola2017-02-031-29/+5Star
* | umount: exclude selinuxfs from --allKarel Zak2017-02-091-1/+1
|/