summaryrefslogtreecommitdiffstats
path: root/sys-utils
Commit message (Expand)AuthorAgeFilesLines
* rfkill: move files to appropriate locationsSami Kerola2017-08-303-0/+561
* hwclock: remove bool type definitionSami Kerola2017-08-303-27/+24Star
* hwclock: for debugging print startup system timeJ William Piggott2017-08-251-1/+4
* hwclock: refactor set_system_clock()J William Piggott2017-08-251-11/+6Star
* hwclock: update set_system_clock commentsJ William Piggott2017-08-251-15/+27
* hwclock: update set_system_clock debuggingJ William Piggott2017-08-251-4/+17
* hwclock: remove set_system_clock_timezone()J William Piggott2017-08-251-89/+0Star
* hwclock: move systz into hctosysJ William Piggott2017-08-251-3/+9
* dmesg: fix delimiter calculationKarel Zak2017-08-161-1/+1
* losetup: add info about lazy detach to manpageKarel Zak2017-08-101-1/+4
* hwclock: fix hclock_valid test and error messagesJ William Piggott2017-08-041-94/+53Star
* hwclock: remove busywait tristate return statusJ William Piggott2017-08-042-12/+5Star
* hwclock: restore select() timeout warningJ William Piggott2017-08-041-3/+2Star
* hwclock: update man pageJ William Piggott2017-08-041-6/+20
* hwclock: correlate hclocktime instead of set_time.J William Piggott2017-08-041-9/+13
* hwclock: fix RTC read logicJ William Piggott2017-08-041-23/+15Star
* hwclock: move drift correction and --predictJ William Piggott2017-08-041-26/+31
* hwclock: move rtc permissions testJ William Piggott2017-08-041-3/+3
* hwclock: move systz above init clocks readJ William Piggott2017-08-041-3/+4
* setpriv: document accepted formats for naming capsPatrick Steinhardt2017-08-011-1/+6
* hwclock: remove custom errno stringJ William Piggott2017-07-312-6/+1Star
* hwclock: remove custom errno stringJ William Piggott2017-07-311-14/+12Star
* hwclock: fix unimplemented ioctl testJ William Piggott2017-07-311-2/+2
* hwclock: squash custom errno stringsJ William Piggott2017-07-311-8/+2Star
* hwclock: squash custom errno stringsJ William Piggott2017-07-311-26/+6Star
* tunelp: use linux headerSami Kerola2017-07-314-120/+3Star
* fstab(5): mention how tabs are escapedAndreas Henriksson2017-07-311-1/+2
* hwclock: remove m68k and alpha cmos from manualJ William Piggott2017-07-311-9/+0Star
* wdctl: do not call fsync(2) when closing watchdog deviceSami Kerola2017-07-311-2/+2
* hwclock: fix regression from c3ae785J William Piggott2017-07-201-3/+3
* hwclock: remove unused epoch_optionJ William Piggott2017-07-202-2/+1Star
* setpriv: support setting unnamed capabilitiesPatrick Steinhardt2017-07-181-0/+3
* Merge branch '170711' of github.com:jwpi/util-linuxKarel Zak2017-07-174-53/+32Star
|\
| * hwclock: improve RTC epoch messagesJ William Piggott2017-07-161-11/+5Star
| * hwclock: improve RTC epoch messagesJ William Piggott2017-07-161-19/+14Star
| * hwclock: remove dead ioctl checkJ William Piggott2017-07-161-7/+1Star
| * hwclock: --epoch presence test failsJ William Piggott2017-07-164-19/+15Star
* | ldattach: simplify debugging function when vwarnx(3) is availableSami Kerola2017-07-151-3/+7
|/
* hwclock: sync one-liner descriptionsJ William Piggott2017-07-102-3/+3
* hwclock: final usage() strings sliceJ William Piggott2017-07-101-1/+2
* hwclock: usage() use program_invocation_short_nameJ William Piggott2017-07-101-3/+3
* hwclock: remove from usage() FILE *out = stdoutJ William Piggott2017-07-101-32/+31Star
* mount: remove extN from mount.8 man pageKarel Zak2017-07-101-348/+2Star
* setpriv: silence compiler warningRuediger Meier2017-07-041-1/+1
* misc: consolidate macro style USAGE_HELP_OPTIONSRuediger Meier2017-06-2940-76/+76
* Merge branch 'path-fixes' of https://github.com/rudimeier/util-linuxKarel Zak2017-06-294-35/+35
|\
| * hwclock: don't ifdef printf argumentsRuediger Meier2017-06-291-2/+3
| * setpriv: align --helpRuediger Meier2017-06-291-1/+1
| * misc: avoid some dead initialization warningsRuediger Meier2017-06-291-4/+1Star
| * lscpu: make clang analyzer happyRuediger Meier2017-06-291-14/+13Star