index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
miscutils
/
watchdog.c
Age
Commit message (
Expand
)
Author
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
2006-01-30
- add some ATTRIBUTE_UNUSED.
Bernhard Reutner-Fischer
2006-01-25
just whitespace
Tim Riker
2005-10-28
Rob Sullivan sent in some cleanups, which I beat on slightly.
Rob Landley
2004-03-15
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2003-07-22
Paul Mundt <lethal@linux-sh.org> writes:
Eric Andersen
2003-03-19
Major coreutils update.
Manuel Novoa III
2001-03-09
Patch from Jeff Garzik marking a few 'getopt not needed' apps.
Eric Andersen
2001-02-20
It turns out that DODMALLOC was broken when I reorganized busybox.h
Eric Andersen
2001-02-14
This patch, put together by Manuel Novoa III, is a merge of work
Eric Andersen
2001-01-27
Fix header file usage -- there were many unnecessary header files included in
Eric Andersen
2001-01-25
Add in spoon's watchdog timer app.
Eric Andersen