summaryrefslogtreecommitdiffstats
path: root/sys-utils/hwclock.c
Commit message (Expand)AuthorAgeFilesLines
...
* | hwclock: add audit for --systzJ William Piggott2017-06-221-0/+1
* | hwclock: remove unused optstring charactersJ William Piggott2017-06-221-1/+1
|/
* hwclock: remove unwanted space before descriptionKarel Zak2017-06-211-1/+1
* hwclock: remove unused stdarg.hJ William Piggott2017-06-211-1/+0Star
* hwclock: add --update-drift checkJ William Piggott2017-06-211-1/+6
* 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
* misc: fix ggc-7 fallthrough warningsSami Kerola2017-06-141-1/+2
* hwclock: fix warning [-Winvalid-noreturn]Ruediger Meier2017-06-141-1/+1
* hwclock: allow -l as alias for --localtimeRasmus Villemoes2017-05-311-8/+7Star
* 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
* hwclock: improve audit controlJ William Piggott2017-04-191-11/+6Star
* hwclock: --set and --predict segmentation faultJ William Piggott2017-04-191-0/+4
* hwclock: make epoch functions alpha onlyJ William Piggott2017-04-191-38/+23Star
* hwclock: improve default function handlingJ William Piggott2017-04-191-6/+10
* hwclock: use errtryhelp()J William Piggott2017-04-101-5/+4Star
* hwclock: remove unused 'silent' argJ William Piggott2017-03-311-1/+1
* hwclock: remove alpha cmosJ William Piggott2017-03-311-32/+0Star
* hwclock: remove 1994 Award BIOS workaroundJ William Piggott2017-03-311-62/+0Star
* hwclock: use parse_date functionJ William Piggott2017-03-041-99/+5Star
* misc: add static keyword to where needed [smatch scan]Sami Kerola2017-02-201-1/+1
* misc: do not use plain 0 as NULL [smatch scan]Sami Kerola2017-02-201-33/+33
* docs: Fix word repetitionsYuri Chornoivan2017-02-131-2/+2
* hwclock: remove if-if-conditionKarel Zak2017-02-091-3/+2Star
* hwclock: remove --compare optionSami Kerola2017-02-051-72/+3Star
* hwclock: make --date=argument less prone to injectionSami Kerola2017-02-051-2/+4
* hwclock: remove division by zero [asan]Sami Kerola2017-02-051-3/+4
* 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-051-7/+5Star
* 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-051-7/+3Star
* hwclock: move error messages to determine_clock_access_method()Sami Kerola2017-02-051-16/+13Star
* hwclock: move command-line options to control structureSami Kerola2017-02-051-288/+234Star
* 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-051-7/+3Star
* hwclock: remove FLOOR macro in favour of floor(3)Sami Kerola2017-02-051-3/+1Star
* hwclock: remove UTC-0 localization hackSami Kerola2017-02-031-29/+5Star
* Use --help suggestion on invalid optionKarel Zak2016-12-191-2/+2
* hwclock: don't check for permissionsKarel Zak2016-12-091-5/+0Star