| Commit message (Expand) | Author | Age | Files | Lines |
* | httpd shrink and logging update, part 7 of 7 | Denis Vlasenko | 2007-08-17 | 1 | -107/+104 |
* | httpd shrink and logging update, part 6 of 7 | Denis Vlasenko | 2007-08-17 | 1 | -29/+46 |
* | httpd shrink and logging update, part 5 of 7 | Denis Vlasenko | 2007-08-17 | 1 | -214/+198 |
* | httpd shrink and logging update, part 4 of 7 | Denis Vlasenko | 2007-08-17 | 1 | -186/+181 |
* | httpd shrink and logging update, part 3 of 7 | Denis Vlasenko | 2007-08-17 | 1 | -148/+107 |
* | httpd shrink and logging update, part 2 of 7 | Denis Vlasenko | 2007-08-17 | 1 | -92/+82 |
* | httpd shring and logging update, part 1 or 7 | Denis Vlasenko | 2007-08-17 | 2 | -28/+102 |
* | remove stray newline from help text | Denis Vlasenko | 2007-08-17 | 1 | -1/+1 |
* | assorted fixes for breakage found by randomconfig | Denis Vlasenko | 2007-08-17 | 8 | -39/+54 |
* | add comments regarding SO_REUSEADDR | Denis Vlasenko | 2007-08-16 | 1 | -1/+9 |
* | Comment out "#include <strings.h>" everywhere | Denis Vlasenko | 2007-08-16 | 2 | -2/+2 |
* | find: fix SELinux-related warning | Denis Vlasenko | 2007-08-16 | 1 | -1/+2 |
* | modprobe: add scanning of /lib/modules/`uname -r`/modules.symbols | Denis Vlasenko | 2007-08-16 | 1 | -1/+16 |
* | hdparm: shrink rodata by ~250 bytes | Denis Vlasenko | 2007-08-16 | 3 | -55/+26 |
* | whitespace fixes, no code changes | Denis Vlasenko | 2007-08-16 | 9 | -99/+101 |
* | more: by Tristan Schmelcher <tpkschme@engmail.uwaterloo.ca>: | Denis Vlasenko | 2007-08-15 | 1 | -46/+62 |
* | v[hp]error_msg have 2-3 callsites only -> incorporate there. | Denis Vlasenko | 2007-08-15 | 9 | -47/+6 |
* | if pidfile turned out to be !regular file, do not unlink it. | Denis Vlasenko | 2007-08-15 | 4 | -15/+25 |
* | dhcpd: make -S and -f actually work | Denis Vlasenko | 2007-08-15 | 2 | -1/+3 |
* | httpd: add -v[v]: prints client addresses, HTTP codes returned [and URLs] | Denis Vlasenko | 2007-08-14 | 3 | -135/+128 |
* | httpd: extend -p PORT to -p [IP[v6]:]PORT | Denis Vlasenko | 2007-08-14 | 4 | -137/+108 |
* | udhcpd: add -f "foreground" and -S "syslog" options | Denis Vlasenko | 2007-08-14 | 4 | -33/+27 |
* | trylink: automatically use custom link script if user provides one | Denis Vlasenko | 2007-08-14 | 8 | -46/+31 |
* | syslogd: set syslog IPC buffer to mode 0644 | Denis Vlasenko | 2007-08-14 | 1 | -1/+1 |
* | expand, unexpand: new applets from Tito <farmatito@tiscali.it> | Denis Vlasenko | 2007-08-13 | 10 | -3/+336 |
* | df: match coreutils behavior of wrapping lines if filesystem name is too long. | Denis Vlasenko | 2007-08-13 | 2 | -29/+29 |
* | httpd: round down sendfile byte count to 64k | Denis Vlasenko | 2007-08-13 | 5 | -7/+8 |
* | usage.h: style cleanup | Denis Vlasenko | 2007-08-13 | 1 | -36/+36 |
* | s/#ifdef CONFIG_/#if ENABLE_/g | Denis Vlasenko | 2007-08-13 | 22 | -56/+60 |
* | syslogd,logread: get rid of head pointer, fix logread bug in the process | Denis Vlasenko | 2007-08-12 | 3 | -92/+86 |
* | httpd: sendfile support | Denis Vlasenko | 2007-08-12 | 2 | -21/+47 |
* | fix out-of-source-tree build | Denis Vlasenko | 2007-08-12 | 2 | -2/+4 |
* | trylink: produce even more info about final link stage | Denis Vlasenko | 2007-08-12 | 119 | -447/+494 |
* | httpd: CGI Status: header fix | Denis Vlasenko | 2007-08-11 | 1 | -9/+7 |
* | httpd: add support for Status: CGI header | Denis Vlasenko | 2007-08-11 | 1 | -13/+24 |
* | httpd: fix CGI handling bug (we were closing wrong fd). | Denis Vlasenko | 2007-08-11 | 2 | -14/+21 |
* | ls,ps,watch: measure terminal width on fd 0, not 1 | Denis Vlasenko | 2007-08-09 | 5 | -7/+9 |
* | stat: fix option -Z segv (bug 1454) | Denis Vlasenko | 2007-08-09 | 2 | -6/+12 |
* | udhcpd: fix bug: s/memcmp() != 0/memcmp() == 0/ | Denis Vlasenko | 2007-08-09 | 1 | -11/+10 |
* | bb_uudecode: now this is the more thorough fix... I hope... | Denis Vlasenko | 2007-08-06 | 1 | -2/+2 |
* | bb_uuencode: fix obscure case where we were using data past last byte of source | Denis Vlasenko | 2007-08-06 | 2 | -18/+24 |
* | patch: fix -p -1 handling | Denis Vlasenko | 2007-08-06 | 2 | -3/+8 |
* | catv: catv without arguments was trying to use environ as argv. | Denis Vlasenko | 2007-08-06 | 1 | -3/+6 |
* | trylink: s/&& exit 1/|| exit 1/ (spotted by Alex Landau <landau_alex@yahoo.com>) | Denis Vlasenko | 2007-08-06 | 1 | -1/+1 |
* | sed: fix 'q' command handling ("Nguyen Thai Ngoc Duy" <pclouds@gmail.com>) | Denis Vlasenko | 2007-08-06 | 5 | -10/+20 |
* | env: micro-optimization | Denis Vlasenko | 2007-08-06 | 2 | -15/+10 |
* | setfiles: | Denis Vlasenko | 2007-08-06 | 1 | -14/+5 |
* | less: add a bit more robustness in keyboard reading code | Denis Vlasenko | 2007-08-03 | 1 | -1/+3 |
* | mount: print errno on NFS error (again) | Denis Vlasenko | 2007-08-03 | 5 | -20/+31 |
* | svlogd: fix timestamping; do not warn if config is missing | Denis Vlasenko | 2007-08-03 | 3 | -18/+25 |