| Commit message (Expand) | Author | Age | Files | Lines |
* | klogd: code de-obfuscation with small code size reduction | vda | 2007-02-17 | 1 | -25/+20 |
* | syslogd: MARK code is buggy. Disabling it altogether on anti-bloat grounds | vda | 2007-02-14 | 1 | -0/+11 |
* | syslogd: fix "readpath bug" by using readlink instead | vda | 2007-02-11 | 1 | -17/+24 |
* | add x to IPv6 functions which can die | vda | 2007-02-04 | 1 | -1/+1 |
* | suppress warnings about easch <applet>_main() having | vda | 2007-02-03 | 4 | -0/+4 |
* | preparatory patch for -Wwrite-strings #4 | vda | 2007-01-29 | 1 | -4/+5 |
* | accumulated post-1.4.0 fixes | vda | 2007-01-24 | 1 | -2/+2 |
* | whitespace fixes (leading spaces to tab) | vda | 2007-01-13 | 1 | -1/+1 |
* | undo RESERVE_CONFIG_BUFFER change. aldot, small on-stack char[N] objects | vda | 2007-01-12 | 1 | -9/+7 |
* | code shrinkage by Bernhard Fischer <rep.nop@aon.at> | vda | 2007-01-10 | 1 | -49/+31 |
* | a bit more IPv6-ization work | vda | 2007-01-10 | 1 | -17/+8 |
* | Yet another small size reduction by Bernhard Fischer <rep.nop@aon.at> | vda | 2007-01-09 | 1 | -5/+2 |
* | small size reduction by Bernhard Fischer <rep.nop@aon.at> | vda | 2007-01-09 | 1 | -3/+2 |
* | small size reduction by Bernhard Fischer <rep.nop@aon.at> | vda | 2007-01-09 | 1 | -7/+6 |
* | compilation fix by Bernhard Fischer <rep.nop@aon.at> | vda | 2007-01-09 | 1 | -1/+4 |
* | - shrink by 26 bytes or so | aldot | 2007-01-09 | 1 | -15/+21 |
* | - shrink klogd a tiny bit. | aldot | 2007-01-09 | 1 | -9/+12 |
* | syslogs: a bit better wording in explanation how buffering | vda | 2007-01-06 | 1 | -10/+9 |
* | syslogd: start using bb_common_bufsiz1 instead of stack/malloc | vda | 2007-01-04 | 2 | -63/+54 |
* | syslogd: stop doing open/fstat/lseek/close on _every_ write | vda | 2007-01-04 | 1 | -52/+65 |
* | new libbb func: xmalloc_realpath (+ use it where makes sense) | vda | 2007-01-04 | 2 | -86/+86 |
* | syslogd: almost rewritten. Had several obvious bugs... | vda | 2007-01-04 | 1 | -327/+263 |
* | klogd: small optimizations | vda | 2007-01-04 | 1 | -24/+25 |
* | remove casts from xmalloc() | vda | 2006-12-19 | 1 | -1/+1 |
* | Provide our own isdigit macro. saves more than 400 bytes. | vda | 2006-11-27 | 1 | -1/+1 |
* | attempt to regularize atoi mess. | vda | 2006-10-08 | 3 | -16/+10 |
* | dnsd fix; option_mask32 added. dnsd needs more love. | vda | 2006-10-06 | 1 | -20/+19 |
* | build system overhaul | vda | 2006-10-05 | 4 | -72/+29 |
* | getopt_ulflags -> getopt32. | vda | 2006-10-03 | 3 | -5/+5 |
* | syslogd: do not retry udp sends (can stall syslogd for extended periods | vda | 2006-09-30 | 1 | -41/+14 |
* | syslogd: getopt_ulflags'ification (save ~50 bytes) | vda | 2006-09-30 | 1 | -143/+156 |
* | syslogd: add option to suppress logging of messages lower than level N (-n N) | vda | 2006-09-30 | 1 | -4/+16 |
* | logger: getopt_ulflags'isation | vda | 2006-09-22 | 1 | -16/+7 |
* | Build fixes for gcc 4.0 with -Werror, from Tito. | landley | 2006-09-11 | 1 | -1/+1 |
* | using [xa]sprintf for string concatenation is neat and saves | vda | 2006-09-09 | 1 | -1/+1 |
* | few random readability enhansements. No code changes | vda | 2006-09-08 | 1 | -6/+7 |
* | Add CONFIG_FEATURE_SYSLOG which controls whether | vda | 2006-09-07 | 1 | -0/+2 |
* | Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage | landley | 2006-08-29 | 1 | -2/+2 |
* | More allbareconfig fixes. | landley | 2006-08-28 | 1 | -1/+8 |
* | - merge -r15463:15564 from busybox_scratch branch through these changesets: | aldot | 2006-08-20 | 1 | -62/+36 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | landley | 2006-08-03 | 2 | -27/+5 |
* | "formated" -> "formatted" throughout the code base. | rpjday | 2006-07-20 | 1 | -1/+1 |
* | - move #include busybox.h to the very top so we pull in the config | aldot | 2006-06-02 | 3 | -19/+4 |
* | - shrink logread a bit. | aldot | 2006-06-01 | 1 | -22/+6 |
* | - shrink klogd a bit | aldot | 2006-05-31 | 1 | -35/+37 |
* | - s/defined(__uClinux__)/BB_NOMMU/ | aldot | 2006-05-31 | 2 | -6/+6 |
* | - remove emacs layout block as suggested by Robert P.J. Day | aldot | 2006-05-19 | 2 | -16/+0 |
* | pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mail... | vapier | 2006-05-13 | 1 | -1/+1 |
* | - commentary typo and superfluous whitespace removal in weird messages. | aldot | 2006-04-18 | 1 | -3/+3 |
* | Patch from Robert P Day: let menuconfig indent stuff for us, we don't have | landley | 2006-04-13 | 1 | -5/+5 |