| Commit message (Expand) | Author | Age | Files | Lines |
* | klogd: do not log partial lines | Denys Vlasenko | 2010-10-19 | 1 | -9/+10 |
* | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 1 | -1/+1 |
* | klogd: make it work on non-linux systems | Jeremie Koenig | 2010-08-01 | 1 | -18/+110 |
* | klogd: fix small buglet in previous commit | Denis Vlasenko | 2008-11-19 | 1 | -0/+1 |
* | klogctl: fix a problem where we don't terminate read data with '\0' | Denis Vlasenko | 2008-11-19 | 1 | -20/+17 |
* | watchdog: WDIOC_SETTIMEOUT accepts seconds, not milliseconds | Denis Vlasenko | 2008-10-04 | 1 | -28/+43 |
* | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko | 2008-07-05 | 1 | -1/+1 |
* | klogd: make help text more understandable | Denis Vlasenko | 2008-06-06 | 1 | -16/+17 |
* | *: add -Wunused-parameter; fix resulting breakage | Denis Vlasenko | 2008-03-17 | 1 | -1/+1 |
* | less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1) | Denis Vlasenko | 2008-02-24 | 1 | -1/+1 |
* | libbb: introduce bb_signals and bb_signals_recursive, | Denis Vlasenko | 2008-02-16 | 1 | -3/+4 |
* | - fix conflicting decls of syslog related facilitynames and prioritynames tables | Bernhard Reutner-Fischer | 2008-01-27 | 1 | -1/+1 |
* | dmesg,klogd: make code more readable | Denis Vlasenko | 2007-11-16 | 1 | -6/+7 |
* | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | 2007-10-11 | 1 | -1/+1 |
* | don't pass argc in getopt32, it's superfluous | Denis Vlasenko | 2007-08-18 | 1 | -1/+1 |
* | *: BB_BANNER -> bb_banner (it is not a const or #define)! | Denis Vlasenko | 2007-06-13 | 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 | -6/+1 |
* | NOMMU re-exec trick shuld not depend on existence of "don't daemonize" | Denis Vlasenko | 2007-03-24 | 1 | -1/+2 |
* | klogd: code de-obfuscation with small code size reduction | Denis Vlasenko | 2007-02-17 | 1 | -25/+20 |
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+1 |
* | - shrink klogd a tiny bit. | Bernhard Reutner-Fischer | 2007-01-09 | 1 | -9/+12 |
* | klogd: small optimizations | Denis Vlasenko | 2007-01-04 | 1 | -24/+25 |
* | attempt to regularize atoi mess. | Denis Vlasenko | 2006-10-08 | 1 | -2/+1 |
* | 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 | -8/+1 |
* | - move #include busybox.h to the very top so we pull in the config | Bernhard Reutner-Fischer | 2006-06-02 | 1 | -2/+1 |
* | - shrink klogd a bit | Bernhard Reutner-Fischer | 2006-05-31 | 1 | -35/+37 |
* | - s/defined(__uClinux__)/BB_NOMMU/ | Bernhard Reutner-Fischer | 2006-05-31 | 1 | -3/+3 |
* | - remove emacs layout block as suggested by Robert P.J. Day | Bernhard Reutner-Fischer | 2006-05-19 | 1 | -8/+0 |
* | - patch from Denis Vlasenko to add and use bb_xdaemon() | Bernhard Reutner-Fischer | 2006-04-12 | 1 | -2/+1 |
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | 2006-03-06 | 1 | -1/+1 |
* | moved BB_BANNER to applets/version.c file: make kernel like version, | "Vladimir N. Oleynik" | 2006-02-16 | 1 | -1/+1 |
* | - add platform.h. | Bernhard Reutner-Fischer | 2006-01-22 | 1 | -16/+3 |
* | Cleanup patch from tito: migrate option parsing to the bb_ functions and fix | Rob Landley | 2005-09-14 | 1 | -25/+12 |
* | Part of patch from William Barsse, fixes a problem with unescaped %. | Glenn L McGrath | 2004-08-06 | 1 | -1/+1 |
* | Do not mess with the console logging level unless | Eric Andersen | 2004-06-25 | 1 | -5/+5 |
* | Patch from Bastian Blank: | Eric Andersen | 2004-06-22 | 1 | -11/+8 |
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -2/+2 |
* | Get vfork_daemon_rexec working under uclinux | Russ Dill | 2003-12-15 | 1 | -3/+4 |
* | Fixup bugs in last patch | Eric Andersen | 2003-07-28 | 1 | -1/+0 |
* | last_patch95 from vodz: | Eric Andersen | 2003-07-28 | 1 | -2/+2 |
* | Remove remaining libc5 support code | Eric Andersen | 2003-07-22 | 1 | -8/+1 |
* | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen | 2003-07-14 | 1 | -2/+1 |
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -5/+5 |
* | Update email address for Gennady Feldman <gena01@gena01.com> | Glenn L McGrath | 2002-12-12 | 1 | -3/+3 |
* | add the -c option, modified version of a patch from Bastian Blank | Glenn L McGrath | 2002-12-01 | 1 | -4/+21 |
* | patch from John Hall <john.hall@optionexist.co.uk> to change the | Eric Andersen | 2002-09-18 | 1 | -4/+4 |
* | Run through indent, fix comments | Glenn L McGrath | 2002-08-22 | 1 | -22/+24 |
* | Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. | Matt Kraai | 2001-12-20 | 1 | -1/+1 |