aboutsummaryrefslogtreecommitdiff
path: root/init (unfollow)
Commit message (Expand)AuthorFilesLines
2006-11-22fix double mergevda1-76/+0
2006-11-22- update TODOsaldot1-4/+1
2006-11-22- revert r15563 (pull current version of taskset off the busybox_scratch branch)aldot5-0/+125
2006-11-22telnetd: move generic stuff into libbb. It will make it easyvda4-80/+168
2006-11-22telnetd: if FEATURE_IPV6 is on, telnet will NOT work on IPv4vda1-21/+65
2006-11-22telnetd: we were having telnetd with is ONLY inetd or ONLY standalone.vda7-386/+344
2006-11-22- reinstate "make checkhelp"aldot2-7/+8
2006-11-22#if HAVE_AFINET6 -> #ifdef HAVE_AFINET6vda1-18/+18
2006-11-21httpd: comment on QUERY_STRINGvda1-3/+7
2006-11-21httpd: add link to docsvda1-0/+3
2006-11-21xgethostbyname: more readablevda1-5/+2
2006-11-21bb_INET_default[] is really just a const "default",vda7-29/+29
2006-11-21ifconfig: looks like char host[128] is not really needed.vda1-4/+6
2006-11-21wget: yet another contortion for proftpd's PASV response.vda1-4/+4
2006-11-21- add 'ip rule' support. First take..aldot14-28/+497
2006-11-21ifconfig: preparatory patch, no code changesvda2-43/+43
2006-11-21insmod: set STRVERSIONLEN = 64, convert #ifdef CONFIG to #if ENABLE,vda1-115/+114
2006-11-21insmod_ng_main: -80 bytes. Stopp mmapping, use xmalloc_open_read_close().vda3-31/+33
2006-11-21- style fixesaldot1-15/+16
2006-11-21wget: add TODOvda1-0/+3
2006-11-21wget: fix ftp PASV mode ("numeric" check was too strict)vda1-4/+6
2006-11-21- update defconfigaldot1-3/+3
2006-11-21wget: reduce likelihood of ETA overflow (especially with !LFS)vda1-17/+19
2006-11-21httpd: slight reduction of #ifdef forestvda6-67/+117
2006-11-21cpio: (allegedly) fix bug 0001095:vda2-40/+55
2006-11-21httpd: fix cgi-bin/index.cgi support, add example of it,vda3-39/+111
2006-11-21httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net!vda7-17/+19
2006-11-21httpd: add support for directory indexer (cgi-bin/index.cgi)vda1-25/+29
2006-11-21httpd: get rid of big, useless blocks (deindent,vda1-199/+197
2006-11-21httpd: More robust Content-length: parsing,vda1-84/+86
2006-11-20dhcprelay: new appletvda7-13/+386
2006-11-20add compile-time check for correct DHCP packet sizevda1-0/+4
2006-11-20login: use %s - we know that string is not too long therevda3-115/+68
2006-11-19mount: if FILE* is NULL, it's not wise to use it.vda1-3/+5
2006-11-19svlogd: log full lines to stderr too, and also stop using stdio for thatvda1-6/+4
2006-11-19mkdir: style fixvda1-5/+5
2006-11-18rodata cleanup. "unable to" == "cannot". -300 bytesvda24-65/+65
2006-11-18small fixes: using fd-based io instead of FILE*-based,vda5-62/+63
2006-11-18udhcp: fix indentation and style.vda33-642/+332
2006-11-18Add names of people historically linked to bbox projectvda1-18/+18
2006-11-18nc: fix --help textvda1-6/+2
2006-11-17add -Wundef, fix uncovered bugsvda19-74/+71
2006-11-17forgot about avn add... :(vda3-0/+1279
2006-11-17runit: add runsv, runsvdir and sv. Oh yes.vda6-17/+64
2006-11-17httpd: make Bernhard happiervda1-2/+4
2006-11-17- Set INSTALL_OPTS according to the config.aldot1-0/+6
2006-11-17- fix generation of the busybox.links install script inputfilealdot2-2/+2
2006-11-17- typo fixaldot1-2/+2
2006-11-17- end may be used uninitialized.aldot1-1/+2
2006-11-16httpd: reduce ifdef forest. comment out redundant PATH settingvda2-87/+77