summaryrefslogtreecommitdiffstats
path: root/sys-utils/hwclock.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* misc: always check setenv(3) return valueSami Kerola2016-08-121-2/+3
* hwclock: use strtimeval_iso()Karel Zak2016-05-241-9/+7Star
* hwclock: use labs() for longKarel Zak2016-02-191-1/+1
* hwclock.c, hwclock.8.in: new --show formatJ William Piggott2016-02-171-8/+9
* misc: always cast timeval.tv_usec to long rather than intRuediger Meier2016-02-121-17/+18
* hwclock: remove extra space from --show outputKarel Zak2016-02-011-1/+1
* Change of output format and documentation.Anna Jonna Ármannsdóttir2016-01-281-1/+1
* hwclock: change audit messageKarel Zak2016-01-071-1/+1
* script, hwclock: check file exist with access(3) rather than stat(3)Sami Kerola2015-11-091-4/+1Star
* hwclock: fix format warning in alpha codeAndreas Henriksson2015-09-071-1/+1
* hwclock: fix signed/unsigned comparison warning on alphaAndreas Henriksson2015-08-241-2/+2
* hwclock: make static analyzes more happyKarel Zak2015-07-291-1/+1
* hwclock: don't allow non-root accessKarel Zak2015-05-261-29/+5Star
* hwclock: flush stdout in hwclock -cAlexey Galakhov2015-04-271-0/+1