aboutsummaryrefslogtreecommitdiff
path: root/modutils (unfollow)
Commit message (Expand)AuthorFilesLines
2007-08-19httpd: reinstate (much lighter) paranoid connection close codeDenis Vlasenko1-54/+25
2007-08-19httpd: get rid of rmt_port and setenv_logDenis Vlasenko1-21/+12
2007-08-19httpd: get rid of sscanf usage. Rename some variables.Denis Vlasenko1-94/+110
2007-08-19crond: code shrinkDenis Vlasenko1-59/+21
2007-08-19libbb,crond,lash: fix getopt32 (don't know how it managed to slip through)Denis Vlasenko9-20/+15
2007-08-18crond: don't start sendmail with absolute pathDenis Vlasenko1-8/+8
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko143-169/+174
2007-08-18httpd: stop reading headers using 1-byte read()Denis Vlasenko1-39/+56
2007-08-18make standalone httpd work on NOMMU machinesDenis Vlasenko3-54/+103
2007-08-18get rid of server_ and accepted_socket globals.Denis Vlasenko1-57/+38
2007-08-18introduce and use xdup2(int, int)Denis Vlasenko23-107/+95
2007-08-17httpd shrink and logging update, part 7 of 7Denis Vlasenko1-107/+104
2007-08-17httpd shrink and logging update, part 6 of 7Denis Vlasenko1-29/+46
2007-08-17httpd shrink and logging update, part 5 of 7Denis Vlasenko1-214/+198
2007-08-17httpd shrink and logging update, part 4 of 7Denis Vlasenko1-186/+181
2007-08-17httpd shrink and logging update, part 3 of 7Denis Vlasenko1-148/+107
2007-08-17httpd shrink and logging update, part 2 of 7Denis Vlasenko1-92/+82
2007-08-17httpd shring and logging update, part 1 or 7Denis Vlasenko2-28/+102
2007-08-17remove stray newline from help textDenis Vlasenko1-1/+1
2007-08-17assorted fixes for breakage found by randomconfigDenis Vlasenko8-39/+54
2007-08-16add comments regarding SO_REUSEADDRDenis Vlasenko1-1/+9
2007-08-16Comment out "#include <strings.h>" everywhereDenis Vlasenko2-2/+2
2007-08-16find: fix SELinux-related warningDenis Vlasenko1-1/+2
2007-08-16modprobe: add scanning of /lib/modules/`uname -r`/modules.symbolsDenis Vlasenko1-1/+16
2007-08-16hdparm: shrink rodata by ~250 bytesDenis Vlasenko3-55/+26
2007-08-16whitespace fixes, no code changesDenis Vlasenko9-99/+101
2007-08-15more: by Tristan Schmelcher <tpkschme@engmail.uwaterloo.ca>:Denis Vlasenko1-46/+62
2007-08-15v[hp]error_msg have 2-3 callsites only -> incorporate there.Denis Vlasenko9-47/+6
2007-08-15if pidfile turned out to be !regular file, do not unlink it.Denis Vlasenko4-15/+25
2007-08-15dhcpd: make -S and -f actually workDenis Vlasenko2-1/+3
2007-08-14httpd: add -v[v]: prints client addresses, HTTP codes returned [and URLs]Denis Vlasenko3-135/+128
2007-08-14httpd: extend -p PORT to -p [IP[v6]:]PORTDenis Vlasenko4-137/+108
2007-08-14udhcpd: add -f "foreground" and -S "syslog" optionsDenis Vlasenko4-33/+27
2007-08-14trylink: automatically use custom link script if user provides oneDenis Vlasenko8-46/+31
2007-08-14syslogd: set syslog IPC buffer to mode 0644Denis Vlasenko1-1/+1
2007-08-13expand, unexpand: new applets from Tito <farmatito@tiscali.it>Denis Vlasenko10-3/+336
2007-08-13df: match coreutils behavior of wrapping lines if filesystem name is too long.Denis Vlasenko2-29/+29
2007-08-13httpd: round down sendfile byte count to 64kDenis Vlasenko5-7/+8
2007-08-13usage.h: style cleanupDenis Vlasenko1-36/+36
2007-08-13s/#ifdef CONFIG_/#if ENABLE_/gDenis Vlasenko22-56/+60
2007-08-12syslogd,logread: get rid of head pointer, fix logread bug in the processDenis Vlasenko3-92/+86
2007-08-12httpd: sendfile supportDenis Vlasenko2-21/+47
2007-08-12fix out-of-source-tree buildDenis Vlasenko2-2/+4
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko119-447/+494
2007-08-11httpd: CGI Status: header fixDenis Vlasenko1-9/+7
2007-08-11httpd: add support for Status: CGI headerDenis Vlasenko1-13/+24
2007-08-11httpd: fix CGI handling bug (we were closing wrong fd).Denis Vlasenko2-14/+21
2007-08-09ls,ps,watch: measure terminal width on fd 0, not 1Denis Vlasenko5-7/+9
2007-08-09stat: fix option -Z segv (bug 1454)Denis Vlasenko2-6/+12
2007-08-09udhcpd: fix bug: s/memcmp() != 0/memcmp() == 0/Denis Vlasenko1-11/+10