aboutsummaryrefslogtreecommitdiff
path: root/miscutils/watchdog.c
AgeCommit message (Expand)Author
2016-11-22Convert all miscutils/* applets to "new style" applet definitionsDenys Vlasenko
2016-11-22Split miscutils/Config.src items into miscutils/*.c filesDenys Vlasenko
2012-12-19CONFIG_PID_FILE_PATH: new configuration option for pidfile pathsAnthony G. Basile
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-04-11move remaining help text from include/usage.src.hPere Orga
2010-10-28*: use _exit() in sighandlers; showkey: do not use exit-thru-sighandlerMarek Polacek
2010-10-28*: whitespace fixesDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2009-09-06more C standard compat fixes from Dan FandrichDenys Vlasenko
2009-04-25we need to daemonize *before* opening the watchdog deviceMike Frysinger
2009-04-20watchdog: enable it before setting timeoutDenis Vlasenko
2008-12-14watchdog: build fixes, no code changesDenis Vlasenko
2008-10-04watchdog: WDIOC_SETTIMEOUT accepts seconds, not millisecondsDenis Vlasenko
2008-09-25- update my name. No obj-code changes ;)Bernhard Reutner-Fischer
2008-09-07watchdog: add -T optionDenis Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-05-19- use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer
2008-03-19*: s/BB_SIGS_FATAL/BB_FATAL_SIGS/ (latter proved easier to remember)Denis Vlasenko
2008-03-17*: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname.Denis Vlasenko
2008-02-16libbb: introduce bb_signals and bb_signals_recursive,Denis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-09-05watchdog: allow millisecond spec (-t 250ms)Denis Vlasenko
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-03-26move everything to new NOMMU helpers, except udhcpDenis Vlasenko
2007-03-24NOMMU re-exec trick shuld not depend on existence of "don't daemonize"Denis Vlasenko
2007-03-14watchdog: don't use static variableDenis Vlasenko
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2006-10-08attempt to regularize atoi mess.Denis Vlasenko
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley
2006-06-26fix watchdog on no-mmu systems by adding -F option for rexecMike Frysinger
2006-06-07initial support for no-mmu systemsMike Frysinger
2006-06-07hint at where the Magic comes fromMike Frysinger
2006-06-03- no need to have timer_duration in the data section.Bernhard Reutner-Fischer
2006-06-03- move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer
2006-04-12- patch from Denis Vlasenko to add and use bb_xdaemon()Bernhard Reutner-Fischer
2006-01-30- add some ATTRIBUTE_UNUSED.Bernhard Reutner-Fischer
2006-01-25just whitespaceTim Riker
2005-10-28Rob Sullivan sent in some cleanups, which I beat on slightly.Rob Landley
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2003-07-22Paul Mundt <lethal@linux-sh.org> writes:Eric Andersen
2003-03-19Major coreutils update.Manuel Novoa III
2001-03-09Patch from Jeff Garzik marking a few 'getopt not needed' apps.Eric Andersen
2001-02-20It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen
2001-02-14This patch, put together by Manuel Novoa III, is a merge of workEric Andersen
2001-01-27Fix header file usage -- there were many unnecessary header files included inEric Andersen
2001-01-25Add in spoon's watchdog timer app.Eric Andersen