summaryrefslogtreecommitdiff
path: root/miscutils/watchdog.c
Commit message (Expand)AuthorAgeFilesLines
* more C standard compat fixes from Dan FandrichDenys Vlasenko2009-09-061-1/+1
* we need to daemonize *before* opening the watchdog deviceMike Frysinger2009-04-251-4/+9
* watchdog: enable it before setting timeoutDenis Vlasenko2009-04-201-2/+9
* watchdog: build fixes, no code changesDenis Vlasenko2008-12-141-2/+7
* watchdog: WDIOC_SETTIMEOUT accepts seconds, not millisecondsDenis Vlasenko2008-10-041-0/+2
* - update my name. No obj-code changes ;)Bernhard Reutner-Fischer2008-09-251-1/+1
* watchdog: add -T optionDenis Vlasenko2008-09-071-26/+33
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* - use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer2008-05-191-1/+1
* *: s/BB_SIGS_FATAL/BB_FATAL_SIGS/ (latter proved easier to remember)Denis Vlasenko2008-03-191-1/+1
* *: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname.Denis Vlasenko2008-03-171-6/+10
* libbb: introduce bb_signals and bb_signals_recursive,Denis Vlasenko2008-02-161-2/+4
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* watchdog: allow millisecond spec (-t 250ms)Denis Vlasenko2007-09-051-9/+15
* 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