summaryrefslogtreecommitdiff
path: root/miscutils/watchdog.c
Commit message (Expand)AuthorAgeFilesLines
* Remove "select PLATFORM_LINUX"Denys Vlasenko2022-11-291-1/+0
* Fix non-Linux buildsSamuel Thibault2022-11-291-0/+1
* libbb: code shrink: introduce and use [_]exit_SUCCESS()Denys Vlasenko2022-01-051-1/+1
* *: --help text tweaksDenys Vlasenko2021-04-141-1/+1
* watchdog: make open-write-close-open functionality a config knobRasmus Villemoes2021-04-131-5/+21
* decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko2020-11-301-1/+1
* libbb: introduce and use msleep()Denys Vlasenko2020-11-291-1/+1
* build system: drop PLATFORM_LINUXRon Yorston2020-08-131-1/+0
* do not duplicate CONFIG_PID_FILE_PATH and ".pid" stringsDenys Vlasenko2019-03-171-2/+2
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-2/+3
* config: deindent all help textsDenys Vlasenko2017-07-211-6/+6
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* watchdog: do not use argc, other cleanupsDenys Vlasenko2017-07-081-15/+21
* watchdog: stop watchdog first on startupMatt Spinler2017-07-081-7/+25
* Convert all miscutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-221-0/+4
* Split miscutils/Config.src items into miscutils/*.c filesDenys Vlasenko2016-11-221-0/+11
* CONFIG_PID_FILE_PATH: new configuration option for pidfile pathsAnthony G. Basile2012-12-191-0/+3
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+11
* *: use _exit() in sighandlers; showkey: do not use exit-thru-sighandlerMarek Polacek2010-10-281-1/+1
* *: whitespace fixesDenys Vlasenko2010-10-281-1/+1
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* 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