aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* httpd shrink and logging update, part 7 of 7Denis Vlasenko2007-08-171-107/+104
* httpd shrink and logging update, part 6 of 7Denis Vlasenko2007-08-171-29/+46
* httpd shrink and logging update, part 5 of 7Denis Vlasenko2007-08-171-214/+198
* httpd shrink and logging update, part 4 of 7Denis Vlasenko2007-08-171-186/+181
* httpd shrink and logging update, part 3 of 7Denis Vlasenko2007-08-171-148/+107
* httpd shrink and logging update, part 2 of 7Denis Vlasenko2007-08-171-92/+82
* httpd shring and logging update, part 1 or 7Denis Vlasenko2007-08-172-28/+102
* remove stray newline from help textDenis Vlasenko2007-08-171-1/+1
* assorted fixes for breakage found by randomconfigDenis Vlasenko2007-08-178-39/+54
* add comments regarding SO_REUSEADDRDenis Vlasenko2007-08-161-1/+9
* Comment out "#include <strings.h>" everywhereDenis Vlasenko2007-08-162-2/+2
* find: fix SELinux-related warningDenis Vlasenko2007-08-161-1/+2
* modprobe: add scanning of /lib/modules/`uname -r`/modules.symbolsDenis Vlasenko2007-08-161-1/+16
* hdparm: shrink rodata by ~250 bytesDenis Vlasenko2007-08-163-55/+26
* whitespace fixes, no code changesDenis Vlasenko2007-08-169-99/+101
* more: by Tristan Schmelcher <tpkschme@engmail.uwaterloo.ca>:Denis Vlasenko2007-08-151-46/+62
* v[hp]error_msg have 2-3 callsites only -> incorporate there.Denis Vlasenko2007-08-159-47/+6
* if pidfile turned out to be !regular file, do not unlink it.Denis Vlasenko2007-08-154-15/+25
* dhcpd: make -S and -f actually workDenis Vlasenko2007-08-152-1/+3
* httpd: add -v[v]: prints client addresses, HTTP codes returned [and URLs]Denis Vlasenko2007-08-143-135/+128
* httpd: extend -p PORT to -p [IP[v6]:]PORTDenis Vlasenko2007-08-144-137/+108
* udhcpd: add -f "foreground" and -S "syslog" optionsDenis Vlasenko2007-08-144-33/+27
* trylink: automatically use custom link script if user provides oneDenis Vlasenko2007-08-148-46/+31
* syslogd: set syslog IPC buffer to mode 0644Denis Vlasenko2007-08-141-1/+1
* expand, unexpand: new applets from Tito <farmatito@tiscali.it>Denis Vlasenko2007-08-1310-3/+336
* df: match coreutils behavior of wrapping lines if filesystem name is too long.Denis Vlasenko2007-08-132-29/+29
* httpd: round down sendfile byte count to 64kDenis Vlasenko2007-08-135-7/+8
* usage.h: style cleanupDenis Vlasenko2007-08-131-36/+36
* s/#ifdef CONFIG_/#if ENABLE_/gDenis Vlasenko2007-08-1322-56/+60
* syslogd,logread: get rid of head pointer, fix logread bug in the processDenis Vlasenko2007-08-123-92/+86
* httpd: sendfile supportDenis Vlasenko2007-08-122-21/+47
* fix out-of-source-tree buildDenis Vlasenko2007-08-122-2/+4
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-12119-447/+494
* httpd: CGI Status: header fixDenis Vlasenko2007-08-111-9/+7
* httpd: add support for Status: CGI headerDenis Vlasenko2007-08-111-13/+24
* httpd: fix CGI handling bug (we were closing wrong fd).Denis Vlasenko2007-08-112-14/+21
* ls,ps,watch: measure terminal width on fd 0, not 1Denis Vlasenko2007-08-095-7/+9
* stat: fix option -Z segv (bug 1454)Denis Vlasenko2007-08-092-6/+12
* udhcpd: fix bug: s/memcmp() != 0/memcmp() == 0/Denis Vlasenko2007-08-091-11/+10
* bb_uudecode: now this is the more thorough fix... I hope...Denis Vlasenko2007-08-061-2/+2
* bb_uuencode: fix obscure case where we were using data past last byte of sourceDenis Vlasenko2007-08-062-18/+24
* patch: fix -p -1 handlingDenis Vlasenko2007-08-062-3/+8
* catv: catv without arguments was trying to use environ as argv.Denis Vlasenko2007-08-061-3/+6
* trylink: s/&& exit 1/|| exit 1/ (spotted by Alex Landau <landau_alex@yahoo.com>)Denis Vlasenko2007-08-061-1/+1
* sed: fix 'q' command handling ("Nguyen Thai Ngoc Duy" <pclouds@gmail.com>)Denis Vlasenko2007-08-065-10/+20
* env: micro-optimizationDenis Vlasenko2007-08-062-15/+10
* setfiles:Denis Vlasenko2007-08-061-14/+5
* less: add a bit more robustness in keyboard reading codeDenis Vlasenko2007-08-031-1/+3
* mount: print errno on NFS error (again)Denis Vlasenko2007-08-035-20/+31
* svlogd: fix timestamping; do not warn if config is missingDenis Vlasenko2007-08-033-18/+25