aboutsummaryrefslogtreecommitdiff
path: root/libbb/rtc.c
AgeCommit message (Expand)Author
2020-12-17move ADJTIME_PATH define to header filesDenys Vlasenko
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko
2014-05-02libbb: fix thinko in rtc_xopen()Denys Vlasenko
2014-05-02libbb: make rtc_xopen try harder on EBUSYDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-08-10rtc: remove useless code in "RTC is in UTC" detectionDenys Vlasenko
2010-01-09*: make it easier to distinquish "struct tm", pointer to one, etcDenys Vlasenko
2010-01-06hwclock: make it report system/rtc clock differenceDenys Vlasenko
2010-01-06hwclock: fix sizeof bug (used it on pointer, not array); make --systohc exactDenys Vlasenko
2008-12-07Fix forgotten license commentsDenis Vlasenko
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko
2008-02-15we need to pass back the rtc device name that was actually used so that we ca...Mike Frysinger
2008-02-15split some rtc funcs out of hwclock and into an rtc header/lib so that the ne...Mike Frysinger