index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libbb
/
rtc.c
Age
Commit message (
Expand
)
Author
2015-03-12
libbb: introduce and use is_prefixed_with()
Denys Vlasenko
2014-05-02
libbb: fix thinko in rtc_xopen()
Denys Vlasenko
2014-05-02
libbb: make rtc_xopen try harder on EBUSY
Denys Vlasenko
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-10
rtc: remove useless code in "RTC is in UTC" detection
Denys Vlasenko
2010-01-09
*: make it easier to distinquish "struct tm", pointer to one, etc
Denys Vlasenko
2010-01-06
hwclock: make it report system/rtc clock difference
Denys Vlasenko
2010-01-06
hwclock: fix sizeof bug (used it on pointer, not array); make --systohc exact
Denys Vlasenko
2008-12-07
Fix forgotten license comments
Denis Vlasenko
2008-07-21
libbb: [x]fopen_for_{read,write} introduced and used.
Denis Vlasenko
2008-06-27
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2008-02-15
we need to pass back the rtc device name that was actually used so that we ca...
Mike Frysinger
2008-02-15
split some rtc funcs out of hwclock and into an rtc header/lib so that the ne...
Mike Frysinger