summaryrefslogtreecommitdiffstats
path: root/sys-utils/hwclock.c
Commit message (Expand)AuthorAgeFilesLines
* hwclock: use CMOS clock only if availableCarlos Santos2019-07-151-0/+2
* hwclock: don't use uninitialized value [coverity scan]Karel Zak2019-05-231-1/+1
* misc: consolidate version printing and close_stdout()Karel Zak2019-04-161-3/+3
* various: fix 'uninitialized when used' warnings [clang]Sami Kerola2019-02-181-1/+1
* hwclock: add --delay <seconds>Karel Zak2018-07-181-6/+70
* hwclock: add --ul-debug implementing debug.hJ William Piggott2018-01-221-16/+33
* hwclock: rename --debug option to --verboseJ William Piggott2018-01-171-35/+38
* lib/timeutils.c: warn format_iso_time() overflowJ William Piggott2017-12-101-3/+2Star
* hwclock: fix debug regressionJ William Piggott2017-11-181-1/+1
* hwclock: use reentrant time conversion functionsJ William Piggott2017-11-171-5/+5
* lib/timeutils: add common ISO timestamp masksJ William Piggott2017-11-101-4/+2Star
* lib/timeutils: add get_gmtoff()J William Piggott2017-11-101-7/+1Star
* hwclock: add iso-8601 overflow checkJ William Piggott2017-11-101-6/+9
* hwclock: make debug implicit for test mode.J William Piggott2017-09-211-1/+2
* hwclock: exit bug fix and single test mode messageJ William Piggott2017-09-211-38/+23Star
* hwclock: add -a that is short of --adjust to manual page and usageSami Kerola2017-09-051-2/+2
* hwclock: update usage()J William Piggott2017-09-051-1/+1
* hwclock: close hwaudit_fd unconditionallyJ William Piggott2017-09-031-1/+1
* hwclock: don't always use hwclock_exitJ William Piggott2017-09-031-7/+7
* hwclock: remove sysexits.hJ William Piggott2017-09-031-45/+23Star
* hwclock: remove bool type definitionSami Kerola2017-08-301-16/+19
* 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
* hwclock: fix hclock_valid test and error messagesJ William Piggott2017-08-041-94/+53Star
* 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
* hwclock: squash custom errno stringsJ William Piggott2017-07-311-26/+6Star
* hwclock: fix regression from c3ae785J William Piggott2017-07-201-3/+3
* hwclock: remove unused epoch_optionJ William Piggott2017-07-201-1/+1
* hwclock: improve RTC epoch messagesJ William Piggott2017-07-161-11/+5Star
* hwclock: --epoch presence test failsJ William Piggott2017-07-161-7/+3Star
* hwclock: sync one-liner descriptionsJ William Piggott2017-07-101-1/+1
* 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
* misc: consolidate macro style USAGE_HELP_OPTIONSRuediger Meier2017-06-291-2/+2
* hwclock: don't ifdef printf argumentsRuediger Meier2017-06-291-2/+3
* misc: avoid some dead initialization warningsRuediger Meier2017-06-291-4/+1Star
* misc: introduce print_usage_help_options()Ruediger Meier2017-06-271-2/+1Star
* misc: cosmetics, remove argument from usage(FILE*)Ruediger Meier2017-06-261-2/+3
* Merge branch 'fix-exit-codes' of https://github.com/rudimeier/util-linuxKarel Zak2017-06-261-0/+3
|\
| * misc: fix xalloc.h related exit codesRuediger Meier2017-06-221-0/+1
| * misc: fix more strutils related exit codesRuediger Meier2017-06-221-0/+2