summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2016-11-22Convert all miscutils/* applets to "new style" applet definitionsDenys Vlasenko37-77/+147
2016-11-22Split miscutils/Config.src items into miscutils/*.c filesDenys Vlasenko36-533/+498
2016-04-22*: slap on a few ALIGN1/2s where appropriateDenys Vlasenko30-49/+49
2014-04-17adjtimex: make its help text and printed data a bit less crypticDenys Vlasenko1-13/+12
2012-03-17fix depmod, and add taskset and adjtimex appletsTanguy Pruvot14-4235/+4311
2011-07-08a few tweaks for bionicDenys Vlasenko4-3/+10
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-04-11move remaining help text from include/usage.src.hPere Orga142-2312/+2369
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-08-16*: fix "see file License ..." - the file is named LICENSE (in uppercase)Denys Vlasenko22-22/+22
2009-11-28*: remove a few more cases of argc usage. -89 bytes.Denys Vlasenko20-93/+79
2007-11-04ifconfig: code shrinkDenis Vlasenko5-104/+129
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-12trylink: produce even more info about final link stageDenis Vlasenko119-447/+494
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-03-14adjtimex: fix argument types (most importantly, allow negative ones)Denis Vlasenko1-4/+4
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2006-10-08attempt to regularize atoi mess.Denis Vlasenko98-849/+803
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko120-327/+322
2006-09-22adjtimex: getopt_ulflags'isationDenis Vlasenko1-31/+26
2006-06-03- move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer17-24/+22
2006-05-27Move portability stuff to platform.h, and clean up adjtimex.c a bit whileRob Landley2-58/+20
2006-05-27Consolidate #include <sys/time.h> so libbb.h does it.Rob Landley40-46/+2
2006-05-26- provide fallback defines for non-linuxBernhard Reutner-Fischer1-0/+14
2005-10-20another more const"Vladimir N. Oleynik"12-35/+33
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen374-2053/+2050
2003-07-22Remove remaining libc5 support codeEric Andersen26-581/+35
2003-03-19Major coreutils update.Manuel Novoa III 295-5916/+6670
2002-12-06Fix adjtimex applet compileEric Andersen1-2/+0
2001-04-05A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a fewEric Andersen33-202/+166
2001-03-20Added adjtimex applet from Larry Doolittle.Mark Whitley8-0/+384