Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | svn add makedev.c. Forgot as usual... :( | Denis Vlasenko | 2006-11-24 | 1 | -0/+19 | |
| | ||||||
* | tar: small fixes: | Denis Vlasenko | 2006-11-24 | 2 | -38/+42 | |
| | | | | | * size-optimize mapping code * kill double close | |||||
* | tar: cache [ug]id->username/groupname mappings. Cuts down amount | Denis Vlasenko | 2006-11-24 | 3 | -24/+52 | |
| | | | | | of open/read/close of /etc/passwd and /etc/group dramatically (we were rereading those for each untarred file!!!) | |||||
* | tar: cry murder and bail out if file shrinks under us while we tar it up | Denis Vlasenko | 2006-11-24 | 2 | -4/+13 | |
| | ||||||
* | glibc makedev() is a large inline. Save 700+ bytes by wrapping it | Denis Vlasenko | 2006-11-24 | 2 | -32/+96 | |
| | | | | into a function. | |||||
* | header_verbose_list: stop truncating file size in listing | Denis Vlasenko | 2006-11-24 | 10 | -43/+42 | |
| | ||||||
* | tar: | Denis Vlasenko | 2006-11-24 | 4 | -181/+220 | |
| | | | | | | | | | * unpack: handle tar header fields which are not NUL terminated * pack: handle 4+GB files correctly * pack: refuse to store 101+ softlinks (was truncating link target name) * pack: mask mode with 07777 | |||||
* | md5sum: make -c grok formats like "68b329da9893e34099c7d8ad5cb9c940 *foo". | Denis Vlasenko | 2006-11-23 | 1 | -20/+24 | |
| | | | | Also eradicate 95 bytes of bloat. | |||||
* | ifupdown: | Denis Vlasenko | 2006-11-23 | 1 | -6/+9 | |
| | | | | | ifconfig said to set iface up before it processes hw %hwaddress%, which then of course fails. Thus we run two separate ifconfig | |||||
* | ifupdown: save some 100+ bytes of code in addstr() | Denis Vlasenko | 2006-11-23 | 1 | -45/+35 | |
| | ||||||
* | wget: -O - still outputs progressbar (to stderr) | Denis Vlasenko | 2006-11-23 | 1 | -5/+6 | |
| | | | | Noticed dead code. -100 bytes. | |||||
* | add "wpad" DHCP option. Spotted some optimization opportunities: -80 bytes | Denis Vlasenko | 2006-11-23 | 4 | -54/+64 | |
| | ||||||
* | introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd), | Denis Vlasenko | 2006-11-22 | 16 | -42/+40 | |
| | | | | | use them where appropriate. 200 bytes saved | |||||
* | - add FIXME to brokenness in the installer.. | Bernhard Reutner-Fischer | 2006-11-22 | 1 | -0/+1 | |
| | ||||||
* | - fix typo | Bernhard Reutner-Fischer | 2006-11-22 | 1 | -1/+1 | |
| | ||||||
* | fix double merge | Denis Vlasenko | 2006-11-22 | 1 | -76/+0 | |
| | ||||||
* | - update TODOs | Bernhard Reutner-Fischer | 2006-11-22 | 1 | -4/+1 | |
| | ||||||
* | - revert r15563 (pull current version of taskset off the busybox_scratch branch) | Bernhard Reutner-Fischer | 2006-11-22 | 5 | -0/+125 | |
| | ||||||
* | telnetd: move generic stuff into libbb. It will make it easy | Denis Vlasenko | 2006-11-22 | 4 | -80/+168 | |
| | | | | to make other server applets IPv6-aware too. | |||||
* | telnetd: if FEATURE_IPV6 is on, telnet will NOT work on IPv4 | Denis Vlasenko | 2006-11-22 | 1 | -21/+65 | |
| | | | | which is kind of stupid | |||||
* | telnetd: we were having telnetd with is ONLY inetd or ONLY standalone. | Denis Vlasenko | 2006-11-22 | 7 | -386/+344 | |
| | | | | | What if I need to have both?? This patch introduces CONFIG_FEATURE_TELNETD_STANDALONE: y - both, n - only inetd. | |||||
* | - reinstate "make checkhelp" | Bernhard Reutner-Fischer | 2006-11-22 | 2 | -7/+8 | |
| | ||||||
* | #if HAVE_AFINET6 -> #ifdef HAVE_AFINET6 | Denis Vlasenko | 2006-11-22 | 1 | -18/+18 | |
| | ||||||
* | httpd: comment on QUERY_STRING | Denis Vlasenko | 2006-11-21 | 1 | -3/+7 | |
| | ||||||
* | httpd: add link to docs | Denis Vlasenko | 2006-11-21 | 1 | -0/+3 | |
| | ||||||
* | xgethostbyname: more readable | Denis Vlasenko | 2006-11-21 | 1 | -5/+2 | |
| | ||||||
* | bb_INET_default[] is really just a const "default", | Denis Vlasenko | 2006-11-21 | 7 | -29/+29 | |
| | | | | nothing INET-specific | |||||
* | ifconfig: looks like char host[128] is not really needed. | Denis Vlasenko | 2006-11-21 | 1 | -4/+6 | |
| | ||||||
* | wget: yet another contortion for proftpd's PASV response. | Denis Vlasenko | 2006-11-21 | 1 | -4/+4 | |
| | ||||||
* | - add 'ip rule' support. First take.. | Bernhard Reutner-Fischer | 2006-11-21 | 14 | -28/+497 | |
| | | | | | text data bss dec hex filename 2999 0 0 2999 bb7 networking/libiproute/iprule.o | |||||
* | ifconfig: preparatory patch, no code changes | Denis Vlasenko | 2006-11-21 | 2 | -43/+43 | |
| | ||||||
* | insmod: set STRVERSIONLEN = 64, convert #ifdef CONFIG to #if ENABLE, | Denis Vlasenko | 2006-11-21 | 1 | -115/+114 | |
| | | | | stop using CONFIG_ prefix for non-config-system variables | |||||
* | insmod_ng_main: -80 bytes. Stopp mmapping, use xmalloc_open_read_close(). | Denis Vlasenko | 2006-11-21 | 3 | -31/+33 | |
| | ||||||
* | - style fixes | Bernhard Reutner-Fischer | 2006-11-21 | 1 | -15/+16 | |
| | ||||||
* | wget: add TODO | Denis Vlasenko | 2006-11-21 | 1 | -0/+3 | |
| | ||||||
* | wget: fix ftp PASV mode ("numeric" check was too strict) | Denis Vlasenko | 2006-11-21 | 1 | -4/+6 | |
| | ||||||
* | - update defconfig | Bernhard Reutner-Fischer | 2006-11-21 | 1 | -3/+3 | |
| | ||||||
* | wget: reduce likelihood of ETA overflow (especially with !LFS) | Denis Vlasenko | 2006-11-21 | 1 | -17/+19 | |
| | ||||||
* | httpd: slight reduction of #ifdef forest | Denis Vlasenko | 2006-11-21 | 6 | -67/+117 | |
| | | | | | | few other applets: #ifdef CONFIG_ -> #if ENABLE_ traceroute: fix exposed bugs defconfig: update | |||||
* | cpio: (allegedly) fix bug 0001095: | Denis Vlasenko | 2006-11-21 | 2 | -40/+55 | |
| | | | | "cpio hardlink support and possible memory leak fix" | |||||
* | httpd: fix cgi-bin/index.cgi support, add example of it, | Denis Vlasenko | 2006-11-21 | 3 | -39/+111 | |
| | | | | | stat: fix end-of-line if format is specified (wasn't printing it), fix %z (time) format to match coreutils 6.3 | |||||
* | httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net! | Denis Vlasenko | 2006-11-21 | 7 | -17/+19 | |
| | ||||||
* | httpd: add support for directory indexer (cgi-bin/index.cgi) | Denis Vlasenko | 2006-11-21 | 1 | -25/+29 | |
| | ||||||
* | httpd: get rid of big, useless blocks (deindent, | Denis Vlasenko | 2006-11-21 | 1 | -199/+197 | |
| | | | | bring code under 80 columns) | |||||
* | httpd: More robust Content-length: parsing, | Denis Vlasenko | 2006-11-21 | 1 | -84/+86 | |
| | | | | code reorganization (less indented) | |||||
* | dhcprelay: new applet | Denis Vlasenko | 2006-11-20 | 7 | -13/+386 | |
| | ||||||
* | add compile-time check for correct DHCP packet size | Denis Vlasenko | 2006-11-20 | 1 | -0/+4 | |
| | ||||||
* | login: use %s - we know that string is not too long there | Denis Vlasenko | 2006-11-20 | 3 | -115/+68 | |
| | | | | | ping[6]: use getopt32: smaller (-50 bytes) and handles -c6 correctly (was requiring '-c 6' with mandatory space) | |||||
* | mount: if FILE* is NULL, it's not wise to use it. | Denis Vlasenko | 2006-11-19 | 1 | -3/+5 | |
| | ||||||
* | svlogd: log full lines to stderr too, and also stop using stdio for that | Denis Vlasenko | 2006-11-19 | 1 | -6/+4 | |
| |