| Commit message (Expand) | Author | Files | Lines |
2006-11-20 | add compile-time check for correct DHCP packet size | vda | 1 | -0/+4 |
2006-11-20 | login: use %s - we know that string is not too long there | vda | 3 | -115/+68 |
2006-11-19 | mount: if FILE* is NULL, it's not wise to use it. | vda | 1 | -3/+5 |
2006-11-19 | svlogd: log full lines to stderr too, and also stop using stdio for that | vda | 1 | -6/+4 |
2006-11-19 | mkdir: style fix | vda | 1 | -5/+5 |
2006-11-18 | rodata cleanup. "unable to" == "cannot". -300 bytes | vda | 24 | -65/+65 |
2006-11-18 | small fixes: using fd-based io instead of FILE*-based, | vda | 5 | -62/+63 |
2006-11-18 | udhcp: fix indentation and style. | vda | 33 | -642/+332 |
2006-11-18 | Add names of people historically linked to bbox project | vda | 1 | -18/+18 |
2006-11-18 | nc: fix --help text | vda | 1 | -6/+2 |
2006-11-17 | add -Wundef, fix uncovered bugs | vda | 19 | -74/+71 |
2006-11-17 | forgot about avn add... :( | vda | 3 | -0/+1279 |
2006-11-17 | runit: add runsv, runsvdir and sv. Oh yes. | vda | 6 | -17/+64 |
2006-11-17 | httpd: make Bernhard happier | vda | 1 | -2/+4 |
2006-11-17 | - Set INSTALL_OPTS according to the config. | aldot | 1 | -0/+6 |
2006-11-17 | - fix generation of the busybox.links install script inputfile | aldot | 2 | -2/+2 |
2006-11-17 | - typo fix | aldot | 1 | -2/+2 |
2006-11-17 | - end may be used uninitialized. | aldot | 1 | -1/+2 |
2006-11-16 | httpd: reduce ifdef forest. comment out redundant PATH setting | vda | 2 | -87/+77 |
2006-11-16 | httpd: | vda | 1 | -22/+17 |
2006-11-16 | httpd: add -i (inetd) and -f (foreground) otions. | vda | 3 | -90/+56 |
2006-11-16 | httpd: stop being silly with setenv | vda | 1 | -61/+28 |
2006-11-16 | svlogd: new applet. +9k. Still too big, but it was 12k yesterday. | vda | 11 | -18/+2342 |
2006-11-15 | remove duplicate flag decls | vapier | 1 | -3/+3 |
2006-11-12 | umount: umount -a shouldn't stop on first failure | vda | 1 | -5/+6 |
2006-11-10 | httpd: cosmetic fixes (the bug which was being hunted down | vda | 1 | -51/+45 |
2006-11-10 | wget: fix error message. | vda | 4 | -8/+8 |
2006-11-09 | add && !defined(__UCLIBC__) to static link warning check | vda | 1 | -1/+2 |
2006-11-07 | small ipv6 doc changes; nslookup a tiny bit smaller | vda | 3 | -4/+6 |
2006-11-07 | getty: remove ancient termio support (was using termois anyway) | vda | 1 | -101/+65 |
2006-11-05 | httpd: sendCgi() forked child needs to close opened | vda | 1 | -28/+20 |
2006-11-05 | rename: compare_string_array -> index_in_str_array | vda | 10 | -44/+50 |
2006-11-05 | ps: add documentation on POSIX ps | vda | 2 | -1/+176 |
2006-11-05 | usage.h: stop using ancient USAGE_xxx (we have USE_xx now) | vda | 1 | -34/+13 |
2006-11-05 | ps: implement POSIX-like options, most notably -o | vda | 2 | -0/+290 |
2006-11-05 | smart_ulltoa5: make available in libbb | vda | 3 | -41/+56 |
2006-11-05 | replace /proc scanning code by more versatile one. | vda | 6 | -168/+325 |
2006-11-05 | top: improve CPU% calculation | vda | 5 | -59/+56 |
2006-11-02 | Fix kbuild bugs noticed by Bernhard Fischer <rep.nop@aon.at> | vda | 3 | -15/+14 |
2006-11-01 | Unneeded code removed, usused field "unsigned pscpu" removed | vda | 5 | -14/+14 |
2006-11-01 | mostly style fixes | vda | 12 | -161/+156 |
2006-11-01 | pidof: reduce #ifdef forest | vda | 1 | -39/+19 |
2006-11-01 | PID should be stored in pid_t, not int or long. | vda | 8 | -69/+76 |
2006-11-01 | ps: reduce #ifdef forest | vda | 1 | -25/+13 |
2006-11-01 | #if CONFIG_xxx -> #if ENABLE_xxx | vda | 3 | -20/+12 |
2006-10-31 | find: -type T was actually meaning ! -type T! | vda | 1 | -1/+1 |
2006-10-31 | build system: Makefiles are in source dir, add $(srctree) | vda | 1 | -3/+3 |
2006-10-31 | reads: fix bug 1078 | vda | 1 | -1/+2 |