Bump to version 1.22.1
[platform/upstream/busybox.git] / miscutils / watchdog.c
2012-12-19 Anthony G. BasileCONFIG_PID_FILE_PATH: new configuration option for...
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-04-11 Pere Orgamove remaining help text from include/usage.src.h
2010-10-28 Marek Polacek*: use _exit() in sighandlers; showkey: do not use...
2010-10-28 Denys Vlasenko*: whitespace fixes
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2009-09-06 Denys Vlasenkomore C standard compat fixes from Dan Fandrich
2009-04-25 Mike Frysingerwe need to daemonize *before* opening the watchdog...
2009-04-20 Denis Vlasenkowatchdog: enable it before setting timeout
2008-12-14 Denis Vlasenkowatchdog: build fixes, no code changes
2008-10-04 Denis Vlasenkowatchdog: WDIOC_SETTIMEOUT accepts seconds, not millise...
2008-09-25 Bernhard Reutner... - update my name. No obj-code changes ;)
2008-09-07 Denis Vlasenkowatchdog: add -T option
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-05-19 Bernhard Reutner... - use EXIT_{SUCCESS,FAILURE}. No object-code changes
2008-03-19 Denis Vlasenko*: s/BB_SIGS_FATAL/BB_FATAL_SIGS/ (latter proved easier...
2008-03-17 Denis Vlasenko*: fix various kinds of damage to letter 'c' in Arkadiu...
2008-02-16 Denis Vlasenkolibbb: introduce bb_signals and bb_signals_recursive,
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-09-05 Denis Vlasenkowatchdog: allow millisecond spec (-t 250ms)
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-03-26 Denis Vlasenkomove everything to new NOMMU helpers, except udhcp
2007-03-24 Denis VlasenkoNOMMU re-exec trick shuld not depend on existence of...
2007-03-14 Denis Vlasenkowatchdog: don't use static variable
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-06-26 Mike Frysingerfix watchdog on no-mmu systems by adding -F option...
2006-06-07 Mike Frysingerinitial support for no-mmu systems
2006-06-07 Mike Frysingerhint at where the Magic comes from
2006-06-03 Bernhard Reutner... - no need to have timer_duration in the data section.
2006-06-03 Bernhard Reutner... - move #include busybox.h to the very top so we pull...
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xdaemon()
2006-01-30 Bernhard Reutner... - add some ATTRIBUTE_UNUSED.
2006-01-25 Tim Rikerjust whitespace
2005-10-28 Rob LandleyRob Sullivan sent in some cleanups, which I beat on...
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-07-22 Eric AndersenPaul Mundt <lethal@linux-sh.org> writes:
2003-03-19 Manuel Novoa III Major coreutils update.
2001-03-09 Eric AndersenPatch from Jeff Garzik marking a few 'getopt not needed...
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-01-27 Eric AndersenFix header file usage -- there were many unnecessary...
2001-01-25 Eric AndersenAdd in spoon's watchdog timer app.