| Commit message (Expand) | Author | Age | Files | Lines |
* | add x to IPv6 functions which can die | vda | 2007-02-04 | 10 | -36/+37 |
* | mkconfigs: remove echo "`...`" contortion | vda | 2007-02-04 | 1 | -11/+10 |
* | BB_EXECLP should call execlp, not execvp | vda | 2007-02-04 | 1 | -1/+1 |
* | s/PREFIX/CONFIG_PREFIX/ | vda | 2007-02-03 | 7 | -15/+15 |
* | suppress warnings about easch <applet>_main() having | vda | 2007-02-03 | 245 | -25/+268 |
* | do not put all <applet>_main() declarations | vda | 2007-02-03 | 3 | -14/+9 |
* | - include busybox.h before looking at an eventual #if ENABLE_DESKTOP | aldot | 2007-02-03 | 1 | -2/+2 |
* | add TODO | vda | 2007-02-03 | 1 | -1/+3 |
* | usage_compressed: be more permissive in which od flavors we support | vda | 2007-02-03 | 1 | -1/+1 |
* | assorted fixes for bugs found with randomconfig | vda | 2007-02-03 | 5 | -8/+12 |
* | lineedit: add missing #if/#endif | vda | 2007-02-03 | 2 | -5/+6 |
* | Add BB_EXEC[LV]P() which encapsulate FEATURE_EXEC_PREFER_APPLETS | vda | 2007-02-03 | 3 | -19/+14 |
* | sigset_t blocked_sigset is too big for static (128 bytes) | vda | 2007-02-03 | 1 | -9/+11 |
* | svlogd: fix performance problems: excessive write, | vda | 2007-02-03 | 1 | -26/+46 |
* | svlogd: do not set O_NONBLOCK on stdin permanently - that can | vda | 2007-02-03 | 1 | -28/+44 |
* | - minor tweak | aldot | 2007-02-02 | 1 | -2/+3 |
* | - update helptext | aldot | 2007-02-02 | 1 | -0/+1 |
* | add a comment so that people won't get confused | vda | 2007-02-02 | 1 | -0/+1 |
* | sv: fix incorrect option parsing and reduce size | vda | 2007-02-02 | 1 | -120/+176 |
* | httpd: directory indexer example doesn't need piping thru dd anymore | vda | 2007-02-02 | 1 | -5/+0 |
* | find -user support by Natanael Copa <natanael.copa@gmail.com> | vda | 2007-02-02 | 2 | -0/+26 |
* | trivial warning fix | vda | 2007-02-02 | 1 | -1/+1 |
* | udhcpd: allow "domain" to be a list of DNS servers, not just one | vda | 2007-02-02 | 2 | -13/+21 |
* | correct wget's comment | vda | 2007-02-01 | 1 | -1/+1 |
* | add -Wwrite-strings to Makefile | vda | 2007-02-01 | 1 | -4/+4 |
* | msh: cleaning up for -Wwrite-strings part #4 | vda | 2007-02-01 | 1 | -270/+287 |
* | msh: cleaning up for -Wwrite-strings part #3 | vda | 2007-02-01 | 1 | -61/+57 |
* | msh: cleaning up for -Wwrite-strings part #2 | vda | 2007-02-01 | 1 | -675/+648 |
* | msh: cleaning up for -Wwrite-strings | vda | 2007-02-01 | 1 | -196/+236 |
* | lash: -Wwrite-strings fixes | vda | 2007-01-30 | 1 | -22/+24 |
* | hush: style fixes | vda | 2007-01-30 | 1 | -89/+105 |
* | hush: now it's -Wwrite-strings clean | vda | 2007-01-30 | 1 | -26/+32 |
* | hush: style fixes | vda | 2007-01-30 | 1 | -314/+332 |
* | hust: -Wwrite-strings fixes | vda | 2007-01-30 | 1 | -15/+18 |
* | silly space saving in sed | vda | 2007-01-30 | 1 | -6/+6 |
* | micro optimization | vda | 2007-01-30 | 1 | -1/+1 |
* | preparatory patch for -Wwrite-strings #8 (missed part) | vda | 2007-01-30 | 2 | -9/+7 |
* | - improve spelling | aldot | 2007-01-29 | 1 | -2/+2 |
* | preparatory patch for -Wwrite-strings #7: sed | vda | 2007-01-29 | 1 | -13/+16 |
* | preparatory patch for -Wwrite-strings #6 | vda | 2007-01-29 | 7 | -76/+74 |
* | preparatory patch for -Wwrite-strings #5 | vda | 2007-01-29 | 11 | -60/+49 |
* | preparatory patch for -Wwrite-strings #4 | vda | 2007-01-29 | 14 | -71/+68 |
* | preparatory patch for -Wwrite-strings #3 | vda | 2007-01-29 | 10 | -44/+42 |
* | preparatory patch for -Wwrite-strings #2 | vda | 2007-01-29 | 32 | -109/+110 |
* | preparatory patch for -Wwrite-strings #1 | vda | 2007-01-29 | 17 | -52/+59 |
* | taskset: fix incorrect rage spec and allow 0xXXX input | vda | 2007-01-29 | 2 | -38/+31 |
* | add to testsuite and fix yet another sed corner case | vda | 2007-01-29 | 2 | -6/+27 |
* | disable -Wold-style-definition for gcc 3.x | vda | 2007-01-29 | 3 | -7/+28 |
* | sed: fix 2 bugs (one testsuite entry + one newly found) | vda | 2007-01-29 | 2 | -59/+63 |
* | fix all known regressions with sed and also make it simpler | vda | 2007-01-28 | 2 | -28/+47 |