aboutsummaryrefslogtreecommitdiff
path: root/util-linux/hwclock.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: stop defining _GNU_SOURCE in source files, it's in CFLAGS anywayDenys Vlasenko2010-06-181-7/+0
* hwclock: improve, and then disable clever sync code: it's bloatDenys Vlasenko2010-04-141-30/+82
* *: make it easier to distinquish "struct tm", pointer to one, etcDenys Vlasenko2010-01-091-11/+11
* hwclock: tiny tweak in commentDenys Vlasenko2010-01-071-1/+1
* hwclock: make commented-out code compilableDenys Vlasenko2010-01-071-23/+32
* hwclock: disable time diff code; ntpd -S script: do not wait for completionDenys Vlasenko2010-01-071-18/+33
* hwclock: make it report system/rtc clock differenceDenys Vlasenko2010-01-061-12/+32
* hwclock: fix sizeof bug (used it on pointer, not array); make --systohc exactDenys Vlasenko2010-01-061-24/+70
* more C standard compat fixes from Dan FandrichDenys Vlasenko2009-09-061-2/+6
* date: factor out date parsing (in preparation for touch -d)Denys Vlasenko2009-07-181-1/+4
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)Denis Vlasenko2008-03-231-1/+0
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-1/+1
* we need to pass back the rtc device name that was actually used so that we ca...Mike Frysinger2008-02-151-2/+2
* split some rtc funcs out of hwclock and into an rtc header/lib so that the ne...Mike Frysinger2008-02-151-99/+16
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* s/#ifdef CONFIG_/#if ENABLE_/gDenis Vlasenko2007-08-131-1/+1
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-1/+1
* Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko2007-07-241-1/+1
* rework long option handling. saves ~1.2kDenis Vlasenko2007-07-231-10/+9
* libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive optionsDenis Vlasenko2007-07-211-1/+1
* xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko2007-07-141-8/+5
* hwclock: size optimizationsDenis Vlasenko2007-06-171-33/+27
* delete tons of extra #includesDenis Vlasenko2007-05-311-2/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* random style fixes (extra spaces deleted)Denis Vlasenko2007-03-241-2/+2
* hwclock: support /dev/rtc0 etcDenis Vlasenko2007-03-071-7/+15
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* Unneeded code removed, usused field "unsigned pscpu" removedDenis Vlasenko2006-11-011-1/+1
* mostly style fixesDenis Vlasenko2006-11-011-68/+63
* add open_read_close() and similar stuffDenis Vlasenko2006-10-141-4/+4
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-4/+4
* Consolidate #include <sys/time.h> so libbb.h does it.Rob Landley2006-05-271-1/+0
* - add central knob to turn off getopt_long everywhere. EXPERIMENTAL!Bernhard Reutner-Fischer2006-05-261-2/+2
* Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytesRob Landley2006-05-071-2/+2
* - use RESERVE_CONFIG_BUFFER and a bit of whitespace-cleanup. defconfig:Bernhard Reutner-Fischer2006-03-311-21/+10
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* just whitespaceTim Riker2006-01-251-5/+5
* - new bb_opt_complementally syntax, use [-:?] only - 'free' chars"Vladimir N. Oleynik"2005-10-141-1/+1
* - use complementally '!' to '?' - 'ask' is best 'free' char for this."Vladimir N. Oleynik"2005-10-111-1/+1
* allow people to adjtime locationMike Frysinger2005-09-281-2/+6
* 1) bb_opt_complementaly -> bb_opt_complementally"Vladimir N. Oleynik"2005-09-051-5/+1
* change the hardcoded error constant (0x80000000UL) to a nice flexible define ...Mike Frysinger2005-05-111-1/+1
* minor style touchupsMike Frysinger2005-04-161-8/+8
* Larry Doolittle writes:Eric Andersen2004-04-141-1/+1
* Some corrections from vodz:Robert Griebl2004-03-221-11/+6
* The utc variable was not modified according to the -u/-l command lineRobert Griebl2004-03-211-2/+8
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-19/+19
* Patch from Thomas Frohlich to fix an option ordering bug of mine.Glenn L McGrath2004-03-101-3/+3