Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
- cleanup a little bit while at it. | |||
2006-06-03 | - move #include busybox.h to the very top so we pull in the config | Bernhard Reutner-Fischer | |
and eventual platform specific includes in early. | |||
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 | |
- use shorter boilerplate while at it. | |||
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 | |
Here's a bunch of fixes for the watchdog app in busybox. This does a couple of things: - configurable timer duration (userspace timer duration is usually configurable within the device drivers themselves). - run as a daemon - shutdown the device properly on SIGINT or SIGHUP - clear the counter immediately instead of sleeping first as well as updating the usage information. This has also been switched over to getopt to deal with the optional timer duration specifier. The changes themselves are harmless and isolated, and I've veried that this works on sh and x86 without any problems. | |||
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 | |
header file usage before the 0.49 release. To fix it, I had to move the '#include "busybox.h"' to the end of the list of #include files. -Erik | |||
2001-02-14 | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen | |
done by Evin Robertson (bug#1105) and work from Manuel to make usage messages occupy less space and simplify how usage messages are displayed. | |||
2001-01-27 | Fix header file usage -- there were many unnecessary header files included in | Eric Andersen | |
busybox.h which slowed compiles. I left only what was needed and then fixed up all the apps to include their own header files. I also fixed naming for pwd.h and grp.h functions. Tested to compile and run with libc5, glibc, and uClibc. -Erik | |||
2001-01-25 | Add in spoon's watchdog timer app. | Eric Andersen | |
-Erik |