aboutsummaryrefslogtreecommitdiff
path: root/miscutils/watchdog.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* move everything to new NOMMU helpers, except udhcpvda2007-03-261-12/+3
* NOMMU re-exec trick shuld not depend on existence of "don't daemonize"vda2007-03-241-3/+5
* watchdog: don't use static variablevda2007-03-141-9/+9
* suppress warnings about easch <applet>_main() havingvda2007-02-031-0/+1
* attempt to regularize atoi mess.vda2006-10-081-2/+2
* getopt_ulflags -> getopt32.vda2006-10-031-2/+2
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidatelandley2006-08-031-7/+2
* fix watchdog on no-mmu systems by adding -F option for rexecvapier2006-06-261-2/+9
* initial support for no-mmu systemsvapier2006-06-071-0/+4
* hint at where the Magic comes fromvapier2006-06-071-1/+1
* - no need to have timer_duration in the data section.aldot2006-06-031-7/+4
* - move #include busybox.h to the very top so we pull in the configaldot2006-06-031-1/+1
* - patch from Denis Vlasenko to add and use bb_xdaemon()aldot2006-04-121-2/+1
* - add some ATTRIBUTE_UNUSED.aldot2006-01-301-1/+1
* just whitespacetimr2006-01-251-1/+1
* Rob Sullivan sent in some cleanups, which I beat on slightly.landley2005-10-281-26/+8
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-151-1/+1
* Paul Mundt <lethal@linux-sh.org> writes:andersen2003-07-221-11/+43
* Major coreutils update.mjn32003-03-191-2/+2
* Patch from Jeff Garzik marking a few 'getopt not needed' apps.andersen2001-03-091-0/+2
* It turns out that DODMALLOC was broken when I reorganized busybox.handersen2001-02-201-1/+1
* This patch, put together by Manuel Novoa III, is a merge of workandersen2001-02-141-1/+1
* Fix header file usage -- there were many unnecessary header files included inandersen2001-01-271-0/+2
* Add in spoon's watchdog timer app.andersen2001-01-251-0/+45