Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
8d89bed8401bfbca9c5ef18f201439b3502e733b
/
miscutils
/
watchdog.c
8d89bed
watchdog: add -T option
by Denis Vlasenko
· 16 years ago
a60f84e
*: rename ATTRIBUTE_XXX to just XXX.
by Denis Vlasenko
· 16 years ago
636a1f8
- use EXIT_{SUCCESS,FAILURE}. No object-code changes
by Bernhard Reutner-Fischer
· 17 years ago
cf7cf62
*: s/BB_SIGS_FATAL/BB_FATAL_SIGS/ (latter proved easier to remember)
by Denis Vlasenko
· 17 years ago
b44c790
*: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname.
by Denis Vlasenko
· 17 years ago
25591c3
libbb: introduce bb_signals and bb_signals_recursive,
by Denis Vlasenko
· 17 years ago
9b49a5e
add -fvisibility=hidden to CC flags, mark XXX_main functions
by Denis Vlasenko
· 17 years ago
3638cc4
watchdog: allow millisecond spec (-t 250ms)
by Denis Vlasenko
· 17 years ago
fe7cd64
don't pass argc in getopt32, it's superfluous
by Denis Vlasenko
· 17 years ago
b6adbf1
usage.c: remove reference to busybox.h
by Denis Vlasenko
· 18 years ago
5a14202
move everything to new NOMMU helpers, except udhcp
by Denis Vlasenko
· 18 years ago
9067f13
NOMMU re-exec trick shuld not depend on existence of "don't daemonize"
by Denis Vlasenko
· 18 years ago
cfa2b3a
watchdog: don't use static variable
by Denis Vlasenko
· 18 years ago
06af216
suppress warnings about easch <applet>_main() having no preceding prototype
by Denis Vlasenko
· 18 years ago
1385899
attempt to regularize atoi mess.
by Denis Vlasenko
· 18 years ago
67b23e6
getopt_ulflags -> getopt32.
by Denis Vlasenko
· 18 years ago
d921b2e
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
by Rob Landley
· 18 years ago
cd68a2e
fix watchdog on no-mmu systems by adding -F option for rexec
by Mike Frysinger
· 18 years ago
9be7435
initial support for no-mmu systems
by Mike Frysinger
· 19 years ago
2fc534f
hint at where the Magic comes from
by Mike Frysinger
· 19 years ago
5f6d67b
- no need to have timer_duration in the data section.
by Bernhard Reutner-Fischer
· 19 years ago
c89982d
- move #include busybox.h to the very top so we pull in the config
by Bernhard Reutner-Fischer
· 19 years ago
2c99851
- patch from Denis Vlasenko to add and use bb_xdaemon()
by Bernhard Reutner-Fischer
· 19 years ago
20f4000
- add some ATTRIBUTE_UNUSED. - use shorter boilerplate while at it.
by Bernhard Reutner-Fischer
· 19 years ago
c1ef7bd
just whitespace
by Tim Riker
· 19 years ago
1b751c8
Rob Sullivan sent in some cleanups, which I beat on slightly.
by Rob Landley
· 19 years ago
c7bda1c
Remove trailing whitespace. Update copyright to include 2004.
by Eric Andersen
· 21 years ago
cde8f53
Paul Mundt <lethal@linux-sh.org> writes:
by Eric Andersen
· 21 years ago
cad5364
Major coreutils update.
by Manuel Novoa III
· 22 years ago
8d4c397
Patch from Jeff Garzik marking a few 'getopt not needed' apps.
by Eric Andersen
· 24 years ago
cbe31da
It turns out that DODMALLOC was broken when I reorganized busybox.h
by Eric Andersen
· 24 years ago
67991cf
This patch, put together by Manuel Novoa III, is a merge of work
by Eric Andersen
· 24 years ago
ed3ef50
Fix header file usage -- there were many unnecessary header files included in
by Eric Andersen
· 24 years ago
ffde867
Add in spoon's watchdog timer app. -Erik
by Eric Andersen
· 24 years ago