summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko51-151/+165
2014-08-01Fix remaining bionic warningsTanguy Pruvot23-35/+52
2014-05-02libbb: fix thinko in rtc_xopen()Denys Vlasenko1-1/+1
2014-05-02libbb: make rtc_xopen try harder on EBUSYDenys Vlasenko1-10/+42
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-08-10rtc: remove useless code in "RTC is in UTC" detectionDenys Vlasenko1-7/+0
2010-01-09*: make it easier to distinquish "struct tm", pointer to one, etcDenys Vlasenko13-122/+131
2010-01-06hwclock: make it report system/rtc clock differenceDenys Vlasenko4-24/+53
2010-01-06hwclock: fix sizeof bug (used it on pointer, not array); make --systohc exactDenys Vlasenko4-32/+74
2008-12-07Fix forgotten license commentsDenis Vlasenko49-60/+114
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko71-168/+173
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko176-841/+847
2008-02-15we need to pass back the rtc device name that was actually used so that we ca...Mike Frysinger4-15/+17
2008-02-15split some rtc funcs out of hwclock and into an rtc header/lib so that the ne...Mike Frysinger9-99/+417