index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
miscutils
/
watchdog.c
Age
Commit message (
Expand
)
Author
2022-01-05
libbb: code shrink: introduce and use [_]exit_SUCCESS()
Denys Vlasenko
2021-04-14
*: --help text tweaks
Denys Vlasenko
2021-04-13
watchdog: make open-write-close-open functionality a config knob
Rasmus Villemoes
2020-11-30
decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly
Denys Vlasenko
2020-11-29
libbb: introduce and use msleep()
Denys Vlasenko
2020-08-13
build system: drop PLATFORM_LINUX
Ron Yorston
2019-03-17
do not duplicate CONFIG_PID_FILE_PATH and ".pid" strings
Denys Vlasenko
2018-12-28
config: update size information
Denys Vlasenko
2017-08-08
getopt32: remove opt_complementary
Denys Vlasenko
2017-07-21
config: deindent all help texts
Denys Vlasenko
2017-07-18
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-07-08
watchdog: do not use argc, other cleanups
Denys Vlasenko
2017-07-08
watchdog: stop watchdog first on startup
Matt Spinler
2016-11-22
Convert all miscutils/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-22
Split miscutils/Config.src items into miscutils/*.c files
Denys Vlasenko
2012-12-19
CONFIG_PID_FILE_PATH: new configuration option for pidfile paths
Anthony G. Basile
2011-06-05
*: remove "Options:" string from help texts
Denys Vlasenko
2011-04-11
move remaining help text from include/usage.src.h
Pere Orga
2010-10-28
*: use _exit() in sighandlers; showkey: do not use exit-thru-sighandler
Marek Polacek
2010-10-28
*: whitespace fixes
Denys Vlasenko
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2009-09-06
more C standard compat fixes from Dan Fandrich
Denys Vlasenko
2009-04-25
we need to daemonize *before* opening the watchdog device
Mike Frysinger
2009-04-20
watchdog: enable it before setting timeout
Denis Vlasenko
2008-12-14
watchdog: build fixes, no code changes
Denis Vlasenko
2008-10-04
watchdog: WDIOC_SETTIMEOUT accepts seconds, not milliseconds
Denis Vlasenko
2008-09-25
- update my name. No obj-code changes ;)
Bernhard Reutner-Fischer
2008-09-07
watchdog: add -T option
Denis Vlasenko
2008-07-05
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-05-19
- use EXIT_{SUCCESS,FAILURE}. No object-code changes
Bernhard 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-16
libbb: introduce bb_signals and bb_signals_recursive,
Denis Vlasenko
2007-10-11
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-09-05
watchdog: allow millisecond spec (-t 250ms)
Denis Vlasenko
2007-08-18
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-03-26
move everything to new NOMMU helpers, except udhcp
Denis Vlasenko
2007-03-24
NOMMU re-exec trick shuld not depend on existence of "don't daemonize"
Denis Vlasenko
2007-03-14
watchdog: don't use static variable
Denis Vlasenko
2007-02-03
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2006-10-08
attempt to regularize atoi mess.
Denis Vlasenko
2006-10-03
getopt_ulflags -> getopt32.
Denis Vlasenko
2006-08-03
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
Rob Landley
2006-06-26
fix watchdog on no-mmu systems by adding -F option for rexec
Mike Frysinger
2006-06-07
initial support for no-mmu systems
Mike Frysinger
2006-06-07
hint at where the Magic comes from
Mike 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 config
Bernhard Reutner-Fischer
2006-04-12
- patch from Denis Vlasenko to add and use bb_xdaemon()
Bernhard Reutner-Fischer
[next]