aboutsummaryrefslogtreecommitdiff
path: root/runit (unfollow)
Commit message (Expand)AuthorFilesLines
2006-11-24glibc makedev() is a large inline. Save 700+ bytes by wrapping itDenis Vlasenko2-32/+96
2006-11-24header_verbose_list: stop truncating file size in listingDenis Vlasenko10-43/+42
2006-11-24tar:Denis Vlasenko4-181/+220
2006-11-23md5sum: make -c grok formats like "68b329da9893e34099c7d8ad5cb9c940 *foo".Denis Vlasenko1-20/+24
2006-11-23ifupdown:Denis Vlasenko1-6/+9
2006-11-23ifupdown: save some 100+ bytes of code in addstr()Denis Vlasenko1-45/+35
2006-11-23wget: -O - still outputs progressbar (to stderr)Denis Vlasenko1-5/+6
2006-11-23add "wpad" DHCP option. Spotted some optimization opportunities: -80 bytesDenis Vlasenko4-54/+64
2006-11-22introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd),Denis Vlasenko16-42/+40
2006-11-22- add FIXME to brokenness in the installer..Bernhard Reutner-Fischer1-0/+1
2006-11-22- fix typoBernhard Reutner-Fischer1-1/+1
2006-11-22fix double mergeDenis Vlasenko1-76/+0
2006-11-22- update TODOsBernhard Reutner-Fischer1-4/+1
2006-11-22- revert r15563 (pull current version of taskset off the busybox_scratch branch)Bernhard Reutner-Fischer5-0/+125
2006-11-22telnetd: move generic stuff into libbb. It will make it easyDenis Vlasenko4-80/+168
2006-11-22telnetd: if FEATURE_IPV6 is on, telnet will NOT work on IPv4Denis Vlasenko1-21/+65
2006-11-22telnetd: we were having telnetd with is ONLY inetd or ONLY standalone.Denis Vlasenko7-386/+344
2006-11-22- reinstate "make checkhelp"Bernhard Reutner-Fischer2-7/+8
2006-11-22#if HAVE_AFINET6 -> #ifdef HAVE_AFINET6Denis Vlasenko1-18/+18
2006-11-21httpd: comment on QUERY_STRINGDenis Vlasenko1-3/+7
2006-11-21httpd: add link to docsDenis Vlasenko1-0/+3
2006-11-21xgethostbyname: more readableDenis Vlasenko1-5/+2
2006-11-21bb_INET_default[] is really just a const "default",Denis Vlasenko7-29/+29
2006-11-21ifconfig: looks like char host[128] is not really needed.Denis Vlasenko1-4/+6
2006-11-21wget: yet another contortion for proftpd's PASV response.Denis Vlasenko1-4/+4
2006-11-21- add 'ip rule' support. First take..Bernhard Reutner-Fischer14-28/+497
2006-11-21ifconfig: preparatory patch, no code changesDenis Vlasenko2-43/+43
2006-11-21insmod: set STRVERSIONLEN = 64, convert #ifdef CONFIG to #if ENABLE,Denis Vlasenko1-115/+114
2006-11-21insmod_ng_main: -80 bytes. Stopp mmapping, use xmalloc_open_read_close().Denis Vlasenko3-31/+33
2006-11-21- style fixesBernhard Reutner-Fischer1-15/+16
2006-11-21wget: add TODODenis Vlasenko1-0/+3
2006-11-21wget: fix ftp PASV mode ("numeric" check was too strict)Denis Vlasenko1-4/+6
2006-11-21- update defconfigBernhard Reutner-Fischer1-3/+3
2006-11-21wget: reduce likelihood of ETA overflow (especially with !LFS)Denis Vlasenko1-17/+19
2006-11-21httpd: slight reduction of #ifdef forestDenis Vlasenko6-67/+117
2006-11-21cpio: (allegedly) fix bug 0001095:Denis Vlasenko2-40/+55
2006-11-21httpd: fix cgi-bin/index.cgi support, add example of it,Denis Vlasenko3-39/+111
2006-11-21httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net!Denis Vlasenko7-17/+19
2006-11-21httpd: add support for directory indexer (cgi-bin/index.cgi)Denis Vlasenko1-25/+29
2006-11-21httpd: get rid of big, useless blocks (deindent,Denis Vlasenko1-199/+197
2006-11-21httpd: More robust Content-length: parsing,Denis Vlasenko1-84/+86
2006-11-20dhcprelay: new appletDenis Vlasenko7-13/+386
2006-11-20add compile-time check for correct DHCP packet sizeDenis Vlasenko1-0/+4
2006-11-20login: use %s - we know that string is not too long thereDenis Vlasenko3-115/+68
2006-11-19mount: if FILE* is NULL, it's not wise to use it.Denis Vlasenko1-3/+5
2006-11-19svlogd: log full lines to stderr too, and also stop using stdio for thatDenis Vlasenko1-6/+4
2006-11-19mkdir: style fixDenis Vlasenko1-5/+5
2006-11-18rodata cleanup. "unable to" == "cannot". -300 bytesDenis Vlasenko24-65/+65
2006-11-18small fixes: using fd-based io instead of FILE*-based,Denis Vlasenko5-62/+63
2006-11-18udhcp: fix indentation and style.Denis Vlasenko33-642/+332