summaryrefslogtreecommitdiff
path: root/util-linux/rtcwake.c
Commit message (Expand)AuthorAgeFilesLines
* move ADJTIME_PATH define to header filesDenys Vlasenko2020-12-171-5/+0
* tweak help textsDenys Vlasenko2020-12-161-12/+6
* build system: drop PLATFORM_LINUXRon Yorston2020-08-131-1/+0
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-1/+1
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-3/+3
* getopt32: remove applet_long_optionsDenys Vlasenko2017-08-081-2/+2
* config: deindent all help textsDenys Vlasenko2017-07-211-1/+1
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* make --help texts more uniformDenys Vlasenko2017-01-211-4/+4
* Convert all util-linux/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-0/+10
* libbb: introduce and use is_prefixed_with()Denys Vlasenko2015-03-121-1/+1
* trivial code shrinkDenys Vlasenko2015-02-181-6/+6
* rtcwake: fix incorrect (reversed) rtc/sys adjuestment; code shrinkDenys Vlasenko2014-05-021-23/+32
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+23
* *: whitespace fixesDenys Vlasenko2010-10-281-1/+1
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* libbb: add skip_dev_pfx()Denys Vlasenko2010-04-061-3/+2
* *: make it easier to distinquish "struct tm", pointer to one, etcDenys Vlasenko2010-01-091-12/+12
* hwclock: make it report system/rtc clock differenceDenys Vlasenko2010-01-061-1/+6
* *: introduce and use ffulsh_all()Denys Vlasenko2009-11-021-1/+1
* *: random code shrinkDenys Vlasenko2009-10-291-4/+2
* rtcwake: remove a static variableDenys Vlasenko2009-10-081-4/+4
* *: a few more NOINLINEsDenys Vlasenko2009-10-081-2/+2
* getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTSDenys Vlasenko2009-06-191-1/+1
* udhcpd: add code which rejects lease files with suspicious or old timestamp.Denis Vlasenko2009-02-021-1/+1
* Fix forgotten license commentsDenis Vlasenko2008-12-071-0/+2
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* change default rtcwake mode to match changed behavior in upstream util-linuxMike Frysinger2008-06-041-1/+1
* make the help for rtcwake reflect the actual default behaviorMike Frysinger2008-06-021-1/+1
* - pm_states[PM_SUSPEND_MAX] suggests to support "standby" and not "suspend"Bernhard Reutner-Fischer2008-06-021-1/+1
* - Rename getpty() to xgetpty() and adjust callers.Bernhard Reutner-Fischer2008-05-191-12/+3
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-1/+1
* we need to pass back the rtc device name that was actually used so that we ca...Mike Frysinger2008-02-151-6/+6
* fix build failure when long opts are enabledMike Frysinger2008-02-151-11/+10
* split some rtc funcs out of hwclock and into an rtc header/lib so that the ne...Mike Frysinger2008-02-151-0/+209