aboutsummaryrefslogtreecommitdiff
path: root/libbb/rtc.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-3/+3
| | | | | | | text data bss dec hex filename 808035 611 6868 815514 c719a busybox_old 804472 611 6868 811951 c63af busybox_unstripped
* we need to pass back the rtc device name that was actually used so that we ↵Mike Frysinger2008-02-151-6/+8
| | | | can turn around and check its sysfs status
* split some rtc funcs out of hwclock and into an rtc header/lib so that the ↵Mike Frysinger2008-02-151-0/+86
new rtcwake applet as well as hwclock can utilize the same code