summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
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
2012-12-19CONFIG_PID_FILE_PATH: new configuration option for pidfile pathsAnthony G. Basile9-9/+30
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-10-28*: use _exit() in sighandlers; showkey: do not use exit-thru-sighandlerMarek Polacek8-72/+78
2010-10-28*: whitespace fixesDenys Vlasenko82-183/+185
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2009-09-06more C standard compat fixes from Dan FandrichDenys Vlasenko24-30/+40
2009-04-25we need to daemonize *before* opening the watchdog deviceMike Frysinger1-4/+9
2009-04-20watchdog: enable it before setting timeoutDenis Vlasenko1-2/+9
2008-12-14watchdog: build fixes, no code changesDenis Vlasenko1-2/+7
2008-10-04watchdog: WDIOC_SETTIMEOUT accepts seconds, not millisecondsDenis Vlasenko2-28/+45
2008-09-25- update my name. No obj-code changes ;)Bernhard Reutner-Fischer33-35/+36
2008-09-07watchdog: add -T optionDenis Vlasenko7-66/+81
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-05-19- use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer45-85/+85
2008-03-19*: s/BB_SIGS_FATAL/BB_FATAL_SIGS/ (latter proved easier to remember)Denis Vlasenko5-24/+34
2008-03-17*: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname.Denis Vlasenko18-284/+269
2008-02-16libbb: introduce bb_signals and bb_signals_recursive,Denis Vlasenko26-154/+249
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-09-05watchdog: allow millisecond spec (-t 250ms)Denis Vlasenko2-14/+22
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko143-169/+174
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-03-26move everything to new NOMMU helpers, except udhcpDenis Vlasenko11-102/+40
2007-03-24NOMMU re-exec trick shuld not depend on existence of "don't daemonize"Denis Vlasenko10-30/+34
2007-03-14watchdog: don't use static variableDenis Vlasenko1-9/+9
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-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley143-1720/+710
2006-06-26fix watchdog on no-mmu systems by adding -F option for rexecMike Frysinger2-4/+12
2006-06-07initial support for no-mmu systemsMike Frysinger1-0/+4
2006-06-07hint at where the Magic comes fromMike Frysinger1-1/+1
2006-06-03- no need to have timer_duration in the data section.Bernhard Reutner-Fischer1-7/+4
2006-06-03- move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer17-24/+22
2006-04-12- patch from Denis Vlasenko to add and use bb_xdaemon()Bernhard Reutner-Fischer12-22/+33
2006-01-30- add some ATTRIBUTE_UNUSED.Bernhard Reutner-Fischer13-146/+31
2006-01-25just whitespaceTim Riker254-2027/+2027
2005-10-28Rob Sullivan sent in some cleanups, which I beat on slightly.Rob Landley5-160/+43
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen374-2053/+2050
2003-07-22Paul Mundt <lethal@linux-sh.org> writes:Eric Andersen2-13/+47
2003-03-19Major coreutils update.Manuel Novoa III 295-5916/+6670
2001-03-09Patch from Jeff Garzik marking a few 'getopt not needed' apps.Eric Andersen9-0/+16
2001-02-20It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen204-378/+362
2001-02-14This patch, put together by Manuel Novoa III, is a merge of workEric Andersen198-3979/+702
2001-01-27Fix header file usage -- there were many unnecessary header files included inEric Andersen167-156/+388
2001-01-25Add in spoon's watchdog timer app.Eric Andersen9-11/+146