summaryrefslogtreecommitdiff
path: root/libbb/rtc.c
Commit message (Expand)AuthorAgeFilesLines
* libbb: introduce and use is_prefixed_with()Denys Vlasenko2015-03-121-1/+1
* libbb: fix thinko in rtc_xopen()Denys Vlasenko2014-05-021-1/+1
* libbb: make rtc_xopen try harder on EBUSYDenys Vlasenko2014-05-021-10/+42
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* rtc: remove useless code in "RTC is in UTC" detectionDenys Vlasenko2010-08-101-7/+0
* *: make it easier to distinquish "struct tm", pointer to one, etcDenys Vlasenko2010-01-091-6/+6
* hwclock: make it report system/rtc clock differenceDenys Vlasenko2010-01-061-8/+10
* hwclock: fix sizeof bug (used it on pointer, not array); make --systohc exactDenys Vlasenko2010-01-061-3/+1
* Fix forgotten license commentsDenis Vlasenko2008-12-071-0/+2
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-211-1/+1
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-3/+3
* we need to pass back the rtc device name that was actually used so that we ca...Mike Frysinger2008-02-151-6/+8
* split some rtc funcs out of hwclock and into an rtc header/lib so that the ne...Mike Frysinger2008-02-151-0/+86