summaryrefslogtreecommitdiff
path: root/miscutils/watchdog.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* move everything to new NOMMU helpers, except udhcpDenis Vlasenko2007-03-261-12/+3
* NOMMU re-exec trick shuld not depend on existence of "don't daemonize"Denis Vlasenko2007-03-241-3/+5
* watchdog: don't use static variableDenis Vlasenko2007-03-141-9/+9
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-2/+2
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-2/+2
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-7/+2
* fix watchdog on no-mmu systems by adding -F option for rexecMike Frysinger2006-06-261-2/+9
* initial support for no-mmu systemsMike Frysinger2006-06-071-0/+4
* hint at where the Magic comes fromMike Frysinger2006-06-071-1/+1
* - no need to have timer_duration in the data section.Bernhard Reutner-Fischer2006-06-031-7/+4
* - move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer2006-06-031-1/+1
* - patch from Denis Vlasenko to add and use bb_xdaemon()Bernhard Reutner-Fischer2006-04-121-2/+1
* - add some ATTRIBUTE_UNUSED.Bernhard Reutner-Fischer2006-01-301-1/+1
* just whitespaceTim Riker2006-01-251-1/+1
* Rob Sullivan sent in some cleanups, which I beat on slightly.Rob Landley2005-10-281-26/+8
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-1/+1
* Paul Mundt <lethal@linux-sh.org> writes:Eric Andersen2003-07-221-11/+43
* Major coreutils update.Manuel Novoa III2003-03-191-2/+2
* Patch from Jeff Garzik marking a few 'getopt not needed' apps.Eric Andersen2001-03-091-0/+2
* It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen2001-02-201-1/+1
* This patch, put together by Manuel Novoa III, is a merge of workEric Andersen2001-02-141-1/+1
* Fix header file usage -- there were many unnecessary header files included inEric Andersen2001-01-271-0/+2
* Add in spoon's watchdog timer app.Eric Andersen2001-01-251-0/+45