summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-23Convert all util-linux/* applets to "new style" applet definitionsDenys Vlasenko42-594/+622
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko51-151/+165
2015-02-18trivial code shrinkDenys Vlasenko4-13/+14
2014-05-02rtcwake: fix incorrect (reversed) rtc/sys adjuestment; code shrinkDenys Vlasenko1-23/+32
2011-04-11move remaining help text from include/usage.src.hPere Orga142-2312/+2369
2010-10-28*: whitespace fixesDenys Vlasenko82-183/+185
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-04-06libbb: add skip_dev_pfx()Denys Vlasenko7-21/+17
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
2009-11-02*: introduce and use ffulsh_all()Denys Vlasenko49-96/+84
2009-10-29*: random code shrinkDenys Vlasenko3-11/+11
2009-10-08rtcwake: remove a static variableDenys Vlasenko1-4/+4
2009-10-08*: a few more NOINLINEsDenys Vlasenko13-13/+89
2009-06-19getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTSDenys Vlasenko26-74/+82
2009-02-02udhcpd: add code which rejects lease files with suspicious or old timestamp.Denis Vlasenko11-44/+46
2008-12-07Fix forgotten license commentsDenis Vlasenko49-60/+114
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-06-04change default rtcwake mode to match changed behavior in upstream util-linuxMike Frysinger2-2/+2
2008-06-02make the help for rtcwake reflect the actual default behaviorMike Frysinger2-2/+2
2008-06-02- pm_states[PM_SUSPEND_MAX] suggests to support "standby" and not "suspend"Bernhard Reutner-Fischer1-1/+1
2008-05-19- Rename getpty() to xgetpty() and adjust callers.Bernhard Reutner-Fischer18-142/+136
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko138-327/+352
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-15fix build failure when long opts are enabledMike Frysinger1-11/+10
2008-02-15split some rtc funcs out of hwclock and into an rtc header/lib so that the ne...Mike Frysinger9-99/+417