summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-23Convert all util-linux/* applets to "new style" applet definitionsDenys Vlasenko42-594/+622
2015-03-12Use chomp to remove newlinesRon Yorston4-5/+5
2014-02-25hwclock: fix setting of tz_minuteswest. Closes 5414Denys Vlasenko1-2/+10
2012-04-17hwclock: fix wrong comparison of time value (when it will overlow int)Denys Vlasenko1-1/+1
2011-07-08hwclock: use locale-specific date output formatDenys Vlasenko1-10/+16
2011-07-04hwclock: better help textDenys Vlasenko1-2/+2
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-01-22hwclock: implement --systzDavide Cavalca2-24/+59
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-06-18*: stop defining _GNU_SOURCE in source files, it's in CFLAGS anywayDenys Vlasenko5-24/+0
2010-04-14hwclock: improve, and then disable clever sync code: it's bloatDenys Vlasenko1-30/+82
2010-01-09*: make it easier to distinquish "struct tm", pointer to one, etcDenys Vlasenko13-122/+131
2010-01-07hwclock: tiny tweak in commentDenys Vlasenko1-1/+1
2010-01-07hwclock: make commented-out code compilableDenys Vlasenko1-23/+32
2010-01-07hwclock: disable time diff code; ntpd -S script: do not wait for completionDenys Vlasenko2-20/+39
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
2009-09-06more C standard compat fixes from Dan FandrichDenys Vlasenko24-30/+40
2009-07-18date: factor out date parsing (in preparation for touch -d)Denys Vlasenko5-84/+126
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-03-23patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)Denis Vlasenko31-138/+73
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-15split some rtc funcs out of hwclock and into an rtc header/lib so that the ne...Mike Frysinger9-99/+417
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko143-169/+174
2007-08-13s/#ifdef CONFIG_/#if ENABLE_/gDenis Vlasenko22-56/+60
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko119-447/+494
2007-07-24Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko43-340/+352
2007-07-23rework long option handling. saves ~1.2kDenis Vlasenko22-250/+255
2007-07-21libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive optionsDenis Vlasenko18-45/+28
2007-07-14xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko40-331/+295
2007-06-17hwclock: size optimizationsDenis Vlasenko10-262/+230
2007-05-31delete tons of extra #includesDenis Vlasenko59-176/+68
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-03-24random style fixes (extra spaces deleted)Denis Vlasenko11-20/+20
2007-03-07hwclock: support /dev/rtc0 etcDenis Vlasenko2-10/+21
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2006-11-01Unneeded code removed, usused field "unsigned pscpu" removedDenis Vlasenko5-14/+14
2006-11-01mostly style fixesDenis Vlasenko12-161/+156
2006-10-14add open_read_close() and similar stuffDenis Vlasenko38-234/+228
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko120-327/+322
2006-05-27Consolidate #include <sys/time.h> so libbb.h does it.Rob Landley40-46/+2
2006-05-26- add central knob to turn off getopt_long everywhere. EXPERIMENTAL!Bernhard Reutner-Fischer18-12/+118
2006-05-07Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytesRob Landley14-50/+37
2006-03-31- use RESERVE_CONFIG_BUFFER and a bit of whitespace-cleanup. defconfig:Bernhard Reutner-Fischer1-21/+10
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley168-199/+199
2006-01-25just whitespaceTim Riker254-2027/+2027
2005-10-14- new bb_opt_complementally syntax, use [-:?] only - 'free' chars"Vladimir N. Oleynik"15-115/+154
2005-10-11- use complementally '!' to '?' - 'ask' is best 'free' char for this."Vladimir N. Oleynik"9-69/+100
[next]