aboutsummaryrefslogtreecommitdiff
path: root/miscutils/watchdog.c
AgeCommit message (Expand)Author
2020-11-30decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko
2020-11-29libbb: introduce and use msleep()Denys Vlasenko
2020-08-13build system: drop PLATFORM_LINUXRon Yorston
2019-03-17do not duplicate CONFIG_PID_FILE_PATH and ".pid" stringsDenys Vlasenko
2018-12-28config: update size informationDenys Vlasenko
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-07-08watchdog: do not use argc, other cleanupsDenys Vlasenko
2017-07-08watchdog: stop watchdog first on startupMatt Spinler
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