index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
miscutils
/
watchdog.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update applet size estimates
Denys Vlasenko
2023-07-10
1
-1
/
+1
*
Remove "select PLATFORM_LINUX"
Denys Vlasenko
2022-11-29
1
-1
/
+0
*
Fix non-Linux builds
Samuel Thibault
2022-11-29
1
-0
/
+1
*
libbb: code shrink: introduce and use [_]exit_SUCCESS()
Denys Vlasenko
2022-01-05
1
-1
/
+1
*
*: --help text tweaks
Denys Vlasenko
2021-04-14
1
-1
/
+1
*
watchdog: make open-write-close-open functionality a config knob
Rasmus Villemoes
2021-04-13
1
-5
/
+21
*
decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly
Denys Vlasenko
2020-11-30
1
-1
/
+1
*
libbb: introduce and use msleep()
Denys Vlasenko
2020-11-29
1
-1
/
+1
*
build system: drop PLATFORM_LINUX
Ron Yorston
2020-08-13
1
-1
/
+0
*
do not duplicate CONFIG_PID_FILE_PATH and ".pid" strings
Denys Vlasenko
2019-03-17
1
-2
/
+2
*
config: update size information
Denys Vlasenko
2018-12-28
1
-1
/
+1
*
getopt32: remove opt_complementary
Denys Vlasenko
2017-08-08
1
-2
/
+3
*
config: deindent all help texts
Denys Vlasenko
2017-07-21
1
-6
/
+6
*
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-07-18
1
-1
/
+1
*
watchdog: do not use argc, other cleanups
Denys Vlasenko
2017-07-08
1
-15
/
+21
*
watchdog: stop watchdog first on startup
Matt Spinler
2017-07-08
1
-7
/
+25
*
Convert all miscutils/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-22
1
-0
/
+4
*
Split miscutils/Config.src items into miscutils/*.c files
Denys Vlasenko
2016-11-22
1
-0
/
+11
*
CONFIG_PID_FILE_PATH: new configuration option for pidfile paths
Anthony G. Basile
2012-12-19
1
-0
/
+3
*
*: remove "Options:" string from help texts
Denys Vlasenko
2011-06-05
1
-1
/
+0
*
move remaining help text from include/usage.src.h
Pere Orga
2011-04-11
1
-0
/
+11
*
*: use _exit() in sighandlers; showkey: do not use exit-thru-sighandler
Marek Polacek
2010-10-28
1
-1
/
+1
*
*: whitespace fixes
Denys Vlasenko
2010-10-28
1
-1
/
+1
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
more C standard compat fixes from Dan Fandrich
Denys Vlasenko
2009-09-06
1
-1
/
+1
*
we need to daemonize *before* opening the watchdog device
Mike Frysinger
2009-04-25
1
-4
/
+9
*
watchdog: enable it before setting timeout
Denis Vlasenko
2009-04-20
1
-2
/
+9
*
watchdog: build fixes, no code changes
Denis Vlasenko
2008-12-14
1
-2
/
+7
*
watchdog: WDIOC_SETTIMEOUT accepts seconds, not milliseconds
Denis Vlasenko
2008-10-04
1
-0
/
+2
*
- update my name. No obj-code changes ;)
Bernhard Reutner-Fischer
2008-09-25
1
-1
/
+1
*
watchdog: add -T option
Denis Vlasenko
2008-09-07
1
-26
/
+33
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-1
/
+1
*
- use EXIT_{SUCCESS,FAILURE}. No object-code changes
Bernhard Reutner-Fischer
2008-05-19
1
-1
/
+1
*
*: s/BB_SIGS_FATAL/BB_FATAL_SIGS/ (latter proved easier to remember)
Denis Vlasenko
2008-03-19
1
-1
/
+1
*
*: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname.
Denis Vlasenko
2008-03-17
1
-6
/
+10
*
libbb: introduce bb_signals and bb_signals_recursive,
Denis Vlasenko
2008-02-16
1
-2
/
+4
*
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-11
1
-1
/
+1
*
watchdog: allow millisecond spec (-t 250ms)
Denis Vlasenko
2007-09-05
1
-9
/
+15
*
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-08-18
1
-1
/
+1
*
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-26
1
-1
/
+1
*
move everything to new NOMMU helpers, except udhcp
Denis Vlasenko
2007-03-26
1
-12
/
+3
*
NOMMU re-exec trick shuld not depend on existence of "don't daemonize"
Denis Vlasenko
2007-03-24
1
-3
/
+5
*
watchdog: don't use static variable
Denis Vlasenko
2007-03-14
1
-9
/
+9
*
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-02-03
1
-0
/
+1
*
attempt to regularize atoi mess.
Denis Vlasenko
2006-10-08
1
-2
/
+2
*
getopt_ulflags -> getopt32.
Denis Vlasenko
2006-10-03
1
-2
/
+2
*
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
Rob Landley
2006-08-03
1
-7
/
+2
*
fix watchdog on no-mmu systems by adding -F option for rexec
Mike Frysinger
2006-06-26
1
-2
/
+9
*
initial support for no-mmu systems
Mike Frysinger
2006-06-07
1
-0
/
+4
*
hint at where the Magic comes from
Mike Frysinger
2006-06-07
1
-1
/
+1
[next]