| Commit message (Expand) | Author | Age | Files | Lines |
* | CONFIG_PID_FILE_PATH: new configuration option for pidfile paths | Anthony G. Basile | 2012-12-19 | 1 | -0/+3 |
* | *: remove "Options:" string from help texts | Denys Vlasenko | 2011-06-05 | 1 | -1/+0 |
* | move remaining help text from include/usage.src.h | Pere Orga | 2011-04-11 | 1 | -0/+11 |
* | *: use _exit() in sighandlers; showkey: do not use exit-thru-sighandler | Marek Polacek | 2010-10-28 | 1 | -1/+1 |
* | *: whitespace fixes | Denys Vlasenko | 2010-10-28 | 1 | -1/+1 |
* | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 1 | -1/+1 |
* | more C standard compat fixes from Dan Fandrich | Denys Vlasenko | 2009-09-06 | 1 | -1/+1 |
* | we need to daemonize *before* opening the watchdog device | Mike Frysinger | 2009-04-25 | 1 | -4/+9 |
* | watchdog: enable it before setting timeout | Denis Vlasenko | 2009-04-20 | 1 | -2/+9 |
* | watchdog: build fixes, no code changes | Denis Vlasenko | 2008-12-14 | 1 | -2/+7 |
* | watchdog: WDIOC_SETTIMEOUT accepts seconds, not milliseconds | Denis Vlasenko | 2008-10-04 | 1 | -0/+2 |
* | - update my name. No obj-code changes ;) | Bernhard Reutner-Fischer | 2008-09-25 | 1 | -1/+1 |
* | watchdog: add -T option | Denis Vlasenko | 2008-09-07 | 1 | -26/+33 |
* | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko | 2008-07-05 | 1 | -1/+1 |
* | - use EXIT_{SUCCESS,FAILURE}. No object-code changes | Bernhard Reutner-Fischer | 2008-05-19 | 1 | -1/+1 |
* | *: s/BB_SIGS_FATAL/BB_FATAL_SIGS/ (latter proved easier to remember) | Denis Vlasenko | 2008-03-19 | 1 | -1/+1 |
* | *: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname. | Denis Vlasenko | 2008-03-17 | 1 | -6/+10 |
* | libbb: introduce bb_signals and bb_signals_recursive, | Denis Vlasenko | 2008-02-16 | 1 | -2/+4 |
* | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | 2007-10-11 | 1 | -1/+1 |
* | watchdog: allow millisecond spec (-t 250ms) | Denis Vlasenko | 2007-09-05 | 1 | -9/+15 |
* | don't pass argc in getopt32, it's superfluous | Denis Vlasenko | 2007-08-18 | 1 | -1/+1 |
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 1 | -1/+1 |
* | move everything to new NOMMU helpers, except udhcp | Denis Vlasenko | 2007-03-26 | 1 | -12/+3 |
* | NOMMU re-exec trick shuld not depend on existence of "don't daemonize" | Denis Vlasenko | 2007-03-24 | 1 | -3/+5 |
* | watchdog: don't use static variable | Denis Vlasenko | 2007-03-14 | 1 | -9/+9 |
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+1 |
* | attempt to regularize atoi mess. | Denis Vlasenko | 2006-10-08 | 1 | -2/+2 |
* | getopt_ulflags -> getopt32. | Denis Vlasenko | 2006-10-03 | 1 | -2/+2 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley | 2006-08-03 | 1 | -7/+2 |
* | fix watchdog on no-mmu systems by adding -F option for rexec | Mike Frysinger | 2006-06-26 | 1 | -2/+9 |
* | initial support for no-mmu systems | Mike Frysinger | 2006-06-07 | 1 | -0/+4 |
* | hint at where the Magic comes from | Mike Frysinger | 2006-06-07 | 1 | -1/+1 |
* | - no need to have timer_duration in the data section. | Bernhard Reutner-Fischer | 2006-06-03 | 1 | -7/+4 |
* | - move #include busybox.h to the very top so we pull in the config | Bernhard Reutner-Fischer | 2006-06-03 | 1 | -1/+1 |
* | - patch from Denis Vlasenko to add and use bb_xdaemon() | Bernhard Reutner-Fischer | 2006-04-12 | 1 | -2/+1 |
* | - add some ATTRIBUTE_UNUSED. | Bernhard Reutner-Fischer | 2006-01-30 | 1 | -1/+1 |
* | just whitespace | Tim Riker | 2006-01-25 | 1 | -1/+1 |
* | Rob Sullivan sent in some cleanups, which I beat on slightly. | Rob Landley | 2005-10-28 | 1 | -26/+8 |
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -1/+1 |
* | Paul Mundt <lethal@linux-sh.org> writes: | Eric Andersen | 2003-07-22 | 1 | -11/+43 |
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -2/+2 |
* | Patch from Jeff Garzik marking a few 'getopt not needed' apps. | Eric Andersen | 2001-03-09 | 1 | -0/+2 |
* | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen | 2001-02-20 | 1 | -1/+1 |
* | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen | 2001-02-14 | 1 | -1/+1 |
* | Fix header file usage -- there were many unnecessary header files included in | Eric Andersen | 2001-01-27 | 1 | -0/+2 |
* | Add in spoon's watchdog timer app. | Eric Andersen | 2001-01-25 | 1 | -0/+45 |