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