summaryrefslogtreecommitdiffstats
path: root/hwclock/hwclock.c
Commit message (Expand)AuthorAgeFilesLines
* build-sys: move hwclock to sys-utils/Karel Zak2012-06-261-1894/+0Star
* hwclock: use exclusive_option()Sami Kerola2012-06-171-25/+41
* hwclock: cleanup strtoxx_or_err()Karel Zak2012-05-151-1/+1
* Fix typos found by misspellingsBernhard Voelker2012-04-231-1/+1
* hwclock: verify writing to streams was successfulSami Kerola2012-04-041-2/+5
* hwclock: remove never read valueKarel Zak2012-02-021-2/+1Star
* hwclock: clean usage, remove redundat codeKarel Zak2012-02-021-3/+2Star
* hwclock: use <var> in usage()Karel Zak2011-08-161-27/+27
* hwclock: indent usage()Karel Zak2011-08-161-45/+38Star
* hwclock: when cutting up help texts anyway, do it into small chunksBenno Schulenberg2011-08-161-25/+29
* hwclock: tiny change in commentKarel Zak2011-07-281-1/+1
* hwclock: fix gcc warning (uninitialized variable)Karel Zak2011-07-271-1/+1
* hwclock: validate numeric option argumentsSami Kerola2011-07-261-4/+6
* hwclock: move long options away from global scopeSami Kerola2011-07-261-52/+70
* hwclock: add variable initializationSami Kerola2011-07-261-2/+2
* hwclock: remove goto statementSami Kerola2011-07-261-13/+21
* hwclock: fix compiler warningsSami Kerola2011-07-261-24/+37
* hwclock: move path definitions to pathnames.hSami Kerola2011-07-261-19/+9Star
* hwclock: use libc error printing functionsSami Kerola2011-07-261-129/+94Star
* hwclock: include-what-you-use header checkSami Kerola2011-07-261-9/+9
* hwclock: coding style clean upSami Kerola2011-07-261-1219/+1234
* hwclock: remove unused variablesKarel Zak2011-06-081-4/+6
* hwclock: build on non-LinuxSamuel Thibault2011-03-111-0/+18
* hwclock: make RTC default to UTC timeDaniel Drake2011-02-211-2/+2
* hwclock: allow setting of RTC when it contains invalid dataPeter Tyser2010-12-311-4/+16
* hwclock: add --predict for predicting RTC reading at a given timeTimo Juhani Lindfors2010-03-291-11/+30
* hwclock: set kernel timezone with --systz --utcScott James Remnant2009-10-131-11/+8Star
* hwclock: do not access hardware clock when using --systzScott James Remnant2009-10-131-12/+17
* Remove now unused <sys/ioctl.h> includesGuillem Jover2009-10-091-1/+0Star
* hwclock: fix mismatched popen/fclose.John Keeping2009-05-271-1/+1
* hwclock: add --systz option to set system clock from itselfScott James Remnant2009-03-101-8/+101
* hwclock: several strings without gettext callsPedro Ribeiro2008-10-031-8/+8
* hwclock: delay loop in set_hardware_clock_exactKalev Soikonen2008-08-131-8/+12
* hwclock: use time limit for synchronization busy waitKarel Zak2008-08-131-1/+1
* hwclock: use carefully synchronize_to_clock_tick() return codesKarel Zak2008-08-131-3/+8
* hwclock: cleanup help output and man pageKarel Zak2008-08-061-27/+31
* hwclock: unshadow a diagnostic printfKalev Soikonen2008-08-061-5/+3Star
* hwclock: always reads hardware clockKarel Zak2008-06-171-9/+17
* hwclock: omit warning about drift if --noadjfile givenMatthias Koenig2008-06-161-4/+6
* hwclock: add --adjfile=path optionKarel Zak2008-04-091-29/+46
* hwclock: do not create a zero adjfileAlain Guibert2007-10-261-0/+1
* remove hardcoded package name from some utilsKarel Zak2007-07-271-1/+1
* hwclock: make ggc happy and check return values from fgets, read and writeKarel Zak2007-03-211-9/+9
* hwclock: remove tailing white-spaces and clean up clock.hKarel Zak2007-03-211-101/+101
* hwclock: add support for audit systemKarel Zak2007-03-211-10/+51
* hwclock: fix --systohc sets clock 0.5 seconds slowKarel Zak2007-03-201-2/+7
* hwclock: add --rtc=<path> option and support for /dev/rtc0Karel Zak2007-03-191-1/+6
* Imported from util-linux-2.13-pre1 tarball.Karel Zak2006-12-071-4/+3Star
* Imported from util-linux-2.12l tarball.Karel Zak2006-12-071-0/+1
* Imported from util-linux-2.11x tarball.Karel Zak2006-12-071-20/+25