aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* small optimizationvda2006-11-241-4/+3
* tar: fix multiple -t and/or -v options handling.vda2006-11-242-44/+28
* tar: sanitize option handlingvda2006-11-248-217/+177
* tar: buglet fixvda2006-11-241-1/+1
* tar: fix and sanitize handling of long filenames/linknamesvda2006-11-243-21/+47
* hunt down improper include <>, make mkswap output 4Gb+ friendlyvda2006-11-245-12/+11
* svn add makedev.c. Forgot as usual... :(vda2006-11-241-0/+19
* tar: small fixes:vda2006-11-242-38/+42
* tar: cache [ug]id->username/groupname mappings. Cuts down amountvda2006-11-243-24/+52
* tar: cry murder and bail out if file shrinks under us while we tar it upvda2006-11-242-4/+13
* glibc makedev() is a large inline. Save 700+ bytes by wrapping itvda2006-11-242-32/+96
* header_verbose_list: stop truncating file size in listingvda2006-11-2410-43/+42
* tar:vda2006-11-244-181/+220
* md5sum: make -c grok formats like "68b329da9893e34099c7d8ad5cb9c940 *foo".vda2006-11-231-20/+24
* ifupdown:vda2006-11-231-6/+9
* ifupdown: save some 100+ bytes of code in addstr()vda2006-11-231-45/+35
* wget: -O - still outputs progressbar (to stderr)vda2006-11-231-5/+6
* add "wpad" DHCP option. Spotted some optimization opportunities: -80 bytesvda2006-11-234-54/+64
* introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd),vda2006-11-2216-42/+40
* - add FIXME to brokenness in the installer..aldot2006-11-221-0/+1
* - fix typoaldot2006-11-221-1/+1
* fix double mergevda2006-11-221-76/+0
* - update TODOsaldot2006-11-221-4/+1
* - revert r15563 (pull current version of taskset off the busybox_scratch branch)aldot2006-11-225-0/+125
* telnetd: move generic stuff into libbb. It will make it easyvda2006-11-224-80/+168
* telnetd: if FEATURE_IPV6 is on, telnet will NOT work on IPv4vda2006-11-221-21/+65
* telnetd: we were having telnetd with is ONLY inetd or ONLY standalone.vda2006-11-227-386/+344
* - reinstate "make checkhelp"aldot2006-11-222-7/+8
* #if HAVE_AFINET6 -> #ifdef HAVE_AFINET6vda2006-11-221-18/+18
* httpd: comment on QUERY_STRINGvda2006-11-211-3/+7
* httpd: add link to docsvda2006-11-211-0/+3
* xgethostbyname: more readablevda2006-11-211-5/+2
* bb_INET_default[] is really just a const "default",vda2006-11-217-29/+29
* ifconfig: looks like char host[128] is not really needed.vda2006-11-211-4/+6
* wget: yet another contortion for proftpd's PASV response.vda2006-11-211-4/+4
* - add 'ip rule' support. First take..aldot2006-11-2114-28/+497
* ifconfig: preparatory patch, no code changesvda2006-11-212-43/+43
* insmod: set STRVERSIONLEN = 64, convert #ifdef CONFIG to #if ENABLE,vda2006-11-211-115/+114
* insmod_ng_main: -80 bytes. Stopp mmapping, use xmalloc_open_read_close().vda2006-11-213-31/+33
* - style fixesaldot2006-11-211-15/+16
* wget: add TODOvda2006-11-211-0/+3
* wget: fix ftp PASV mode ("numeric" check was too strict)vda2006-11-211-4/+6
* - update defconfigaldot2006-11-211-3/+3
* wget: reduce likelihood of ETA overflow (especially with !LFS)vda2006-11-211-17/+19
* httpd: slight reduction of #ifdef forestvda2006-11-216-67/+117
* cpio: (allegedly) fix bug 0001095:vda2006-11-212-40/+55
* httpd: fix cgi-bin/index.cgi support, add example of it,vda2006-11-213-39/+111
* httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net!vda2006-11-217-17/+19
* httpd: add support for directory indexer (cgi-bin/index.cgi)vda2006-11-211-25/+29
* httpd: get rid of big, useless blocks (deindent,vda2006-11-211-199/+197