summaryrefslogtreecommitdiff
path: root/util-linux/hwclock.c
Commit message (Expand)AuthorAgeFilesLines
* Remove "select PLATFORM_LINUX"Denys Vlasenko2022-11-291-1/+0
* Fix non-Linux buildsSamuel Thibault2022-11-291-0/+1
* libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh...Denys Vlasenko2020-12-301-4/+4
* move ADJTIME_PATH define to header filesDenys Vlasenko2020-12-171-5/+0
* libbb: introduce and use xsettimeofday()Denys Vlasenko2020-12-161-4/+2
* hwclock: improve --help (-l is a compatible shortcut for --localtime)Denys Vlasenko2020-12-161-19/+50
* hwclock: fix musl breakage of settimeofday(tz)Denys Vlasenko2020-12-161-53/+75
* tweak help textsDenys Vlasenko2020-12-161-6/+5
* hwclock: Fix settimeofday for glibc v2.31+Eddie James2020-08-151-3/+11
* build system: drop PLATFORM_LINUXRon Yorston2020-08-131-1/+0
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-2/+2
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-2/+5
* getopt32: remove applet_long_optionsDenys Vlasenko2017-08-081-14/+14
* config: deindent all help textsDenys Vlasenko2017-07-211-9/+9
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko2017-04-171-1/+1
* Big cleanup in config help and descriptionDenys Vlasenko2017-01-101-4/+0
* Convert all util-linux/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-1/+35
* Use chomp to remove newlinesRon Yorston2015-03-121-1/+1
* hwclock: fix setting of tz_minuteswest. Closes 5414Denys Vlasenko2014-02-251-2/+10
* hwclock: fix wrong comparison of time value (when it will overlow int)Denys Vlasenko2012-04-171-1/+1
* hwclock: use locale-specific date output formatDenys Vlasenko2011-07-081-10/+16
* hwclock: better help textDenys Vlasenko2011-07-041-2/+2
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* hwclock: implement --systzDavide Cavalca2011-01-221-5/+59
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: 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