summaryrefslogtreecommitdiffstats
path: root/hwclock
Commit message (Expand)AuthorAgeFilesLines
* misc: use %m in format string instead of %s and strerror(errno)Petr Uzel2011-09-271-8/+8
* Merge branch 'docs-dir' of https://github.com/kerolasa/lelux-utiliteetitKarel Zak2011-08-313-19/+14Star
|\
| * docs: move setuid information from reame to hwclock.8Sami Kerola2011-08-231-0/+14
| * docs: Documentation directory addedSami Kerola2011-08-122-19/+0Star
* | docs: uniformize the header and footer lines in man pagesBenno Schulenberg2011-08-221-1/+1
* | hwclock: use <var> in usage()Karel Zak2011-08-161-27/+27
* | hwclock: indent usage()Karel Zak2011-08-161-45/+38Star
* | hwclock: in man page move --date and --epoch from Functions to OptionsBenno Schulenberg2011-08-161-53/+65
* | 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-263-6/+8
* 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-262-35/+57
* hwclock: move path definitions to pathnames.hSami Kerola2011-07-261-19/+9Star
* hwclock: use libc error printing functionsSami Kerola2011-07-265-207/+151Star
* hwclock: include-what-you-use header checkSami Kerola2011-07-264-17/+28
* hwclock: coding style clean upSami Kerola2011-07-265-2067/+2159
* hwclock: remove misleading informationSami Kerola2011-07-242-11/+1Star
* hwclock: remove clock-ppc.cSami Kerola2011-07-241-459/+0Star
* hwclock: Don't use asm/io.h if sys/io.h can't be foundJosiah Worcester2011-06-141-5/+13
* hwclock: remove unused variablesKarel Zak2011-06-081-4/+6
* hwclock: build on non-LinuxSamuel Thibault2011-03-113-1/+30
* hwclock: make RTC default to UTC timeDaniel Drake2011-02-212-3/+3
* hwclock: allow setting of RTC when it contains invalid dataPeter Tyser2010-12-311-4/+16
* rename util-linux-ng back to util-linuxKarel Zak2010-11-301-2/+2
* hwclock: [m68k] unbreak FTBFS with recent (>= 2.4.18?) kernelsThorsten Glaser2010-11-151-25/+18Star
* hwclock: add --predict for predicting RTC reading at a given timeTimo Juhani Lindfors2010-03-292-11/+37
* hwclock: use c.hKarel Zak2009-10-161-2/+2
* 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
* replace usleep() for systems that don't have themDaniel Mierswa2009-08-211-0/+1
* hwclocks: use time limit for KDGHWCLK busy waitKarel Zak2009-08-201-19/+19
* hwclock.8: formattingPeter Breitenlohner2009-08-171-23/+24
* hwclock: fix mismatched popen/fclose.John Keeping2009-05-271-1/+1
* hwclock: add --systz option to set system clock from itselfScott James Remnant2009-03-102-8/+120
* hwclock: clock.h is included more than onceKarel Zak2008-11-261-4/+2Star
* hwclock: remove "cli" and "sti" from i386 CMOS codeKarel Zak2008-10-161-25/+4Star
* hwclock: several strings without gettext callsPedro Ribeiro2008-10-032-12/+12
* hwclock: don't open /dev/rtc repeatedlyKarel Zak2008-08-181-22/+30
* hwclock: read_hardware_clock_rtc() need to return error codesKarel Zak2008-08-131-3/+3
* hwclock: delay loop in set_hardware_clock_exactKalev Soikonen2008-08-131-8/+12
* hwclock: use time limit for synchronization busy waitKarel Zak2008-08-133-12/+14
* hwclock: use carefully synchronize_to_clock_tick() return codesKarel Zak2008-08-131-3/+8
* hwclock: remove x86_64-specific bogonDavid Brownell2008-08-121-1/+1
* hwclock: cleanup help output and man pageKarel Zak2008-08-062-65/+42Star
* hwclock: unshadow a diagnostic printfKalev Soikonen2008-08-061-5/+3Star