Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | vda, we once had a get_chomped_line_from_file or the like. Where is that ↵ | Bernhard Reutner-Fischer | 2007-01-09 | 1 | -17/+15 | |
| | | | | | | nowadays? FIXME: use it here instead of the fgets() - shrink by ~9%: use common_buf, reuse are_you_root, adopt to global option_mask32 | |||||
* | ping6: fix sequence numbers (missed ntoh) and ttl display. | Denis Vlasenko | 2007-01-08 | 2 | -75/+58 | |
| | | | | | (apparently some, eh, clever libc guy decided that *CHANGING* IPV6_HOPLIMIT value in libc header is a nifty idea...) | |||||
* | Previous "fix" wasn't good enough. | Denis Vlasenko | 2007-01-07 | 1 | -1/+1 | |
| | | | | Now *this* is the correct fix (I think). | |||||
* | arp: small fixes for user-supplied device name case | Denis Vlasenko | 2007-01-07 | 1 | -2/+2 | |
| | ||||||
* | - style fixes and shrink by another 4 bytes while at it. | Bernhard Reutner-Fischer | 2007-01-07 | 1 | -25/+22 | |
| | ||||||
* | httpd: stop adding our own "Content-type:" to CGI output | Denis Vlasenko | 2007-01-07 | 1 | -61/+76 | |
| | ||||||
* | I *always* forgotting svn add | Denis Vlasenko | 2007-01-07 | 1 | -0/+500 | |
| | ||||||
* | add arp applet - thanks to | Denis Vlasenko | 2007-01-07 | 3 | -35/+172 | |
| | | | | "Eric Spakman" <E.Spakman@inter.nl.net> | |||||
* | httpd: read cgi output with full_read, not safe_read | Denis Vlasenko | 2007-01-03 | 1 | -11/+10 | |
| | | | | (avoids mangling of HTTP headers) | |||||
* | wget: always print port# in 'Host' header (smaller code) | Denis Vlasenko | 2007-01-03 | 1 | -9/+2 | |
| | ||||||
* | ping[6]: don't do htons(a++), it can be a macro | Denis Vlasenko | 2007-01-03 | 2 | -2/+4 | |
| | ||||||
* | wget: print port# in 'Host' header, if different from 80 | Denis Vlasenko | 2007-01-03 | 1 | -2/+9 | |
| | ||||||
* | ftpgetput: fix PASV mode, fix xatou0induced breakage, | Denis Vlasenko | 2007-01-03 | 1 | -35/+59 | |
| | | | | | improve error message, guard against garbage from remote server being printed. ~20 bytes code growth | |||||
* | convert calloc to xzalloc | Denis Vlasenko | 2007-01-03 | 1 | -2/+2 | |
| | | | | fix sleep-on-die option | |||||
* | Remove networking/libiproute/linux/pkt_sched.h | Denis Vlasenko | 2007-01-02 | 3 | -433/+27 | |
| | | | | | (and networking/libiproute/linux/ since it become empty). Style fixes. | |||||
* | msh: double "static char line[LINELIM]" etc deleted. | Denis Vlasenko | 2007-01-01 | 1 | -2/+2 | |
| | | | | | massive amounts of assignments-in-ifs deleted (some of which were VERY nasty) | |||||
* | rt_names: stop allocating 5k in rwdata | Denis Vlasenko | 2006-12-31 | 1 | -105/+85 | |
| | | | | objsizes: don't show build machinery's object modules | |||||
* | iproute: remove double get_hz optimization | Denis Vlasenko | 2006-12-31 | 1 | -7/+3 | |
| | ||||||
* | remove commented out #includes etc | Denis Vlasenko | 2006-12-31 | 5 | -35/+22 | |
| | | | | move get_hz to the only caller | |||||
* | stop using __u32 etc. uint32_t is there for a reason | Denis Vlasenko | 2006-12-31 | 13 | -162/+148 | |
| | ||||||
* | fixes from Yann E. MORIN <yann.morin.1998@anciens.enib.fr> | Denis Vlasenko | 2006-12-31 | 2 | -5/+7 | |
| | ||||||
* | done a dozen of randconfig test. guess what? ALL failed... | Denis Vlasenko | 2006-12-30 | 1 | -21/+23 | |
| | | | | these are resulting fixes | |||||
* | merge post-1.3.0 fixes | Denis Vlasenko | 2006-12-26 | 1 | -1/+2 | |
| | ||||||
* | properly export externs thru *.h files | Denis Vlasenko | 2006-12-26 | 2 | -6/+0 | |
| | ||||||
* | style fixes | Denis Vlasenko | 2006-12-26 | 7 | -10/+10 | |
| | | | | last xcalloc replaced by xzalloc | |||||
* | use xbind, xconnect where appropriate. | Denis Vlasenko | 2006-12-23 | 3 | -83/+51 | |
| | | | | small edits to arping | |||||
* | remove useless casts (type*) xzalloc(...) | Denis Vlasenko | 2006-12-22 | 1 | -3/+1 | |
| | ||||||
* | Always use /usr/share/udhcpc/default.script ([/usr] was depending on CONFIG_xx) | Denis Vlasenko | 2006-12-22 | 1 | -5/+1 | |
| | ||||||
* | tar et al: die if bb_copyfd_size copies less than asked for. | Denis Vlasenko | 2006-12-22 | 1 | -15/+14 | |
| | | | | (we have bb_copyfd_exact_size now for that kind of usage) | |||||
* | introduce LONE_CHAR (optimized strcmp with one-char string) | Denis Vlasenko | 2006-12-21 | 2 | -2/+2 | |
| | ||||||
* | remove casts from xmalloc() | Denis Vlasenko | 2006-12-19 | 1 | -4/+2 | |
| | ||||||
* | ifupdown: do not print and/or execute empty commands (""). | Denis Vlasenko | 2006-12-19 | 1 | -9/+7 | |
| | ||||||
* | ifupdown: parse() returning NULL and returning "" is not the same, | Denis Vlasenko | 2006-12-19 | 1 | -11/+14 | |
| | | | | it turned out! wow... okay, fixing my buglet... | |||||
* | u_short, ulong exterminated | Denis Vlasenko | 2006-12-19 | 4 | -24/+22 | |
| | | | | fdiskXXX: add a bit of sanity (not enough by far) | |||||
* | - use xlisten/xsocket some more. Saves .25 kB | Bernhard Reutner-Fischer | 2006-12-19 | 6 | -35/+9 | |
| | ||||||
* | nc: add missing cast | Denis Vlasenko | 2006-12-18 | 1 | -1/+1 | |
| | | | | xfuncs: add dprintf for dietlibc | |||||
* | A bunch of defined(__GLIBC__) added. static-linking warning expanded | Denis Vlasenko | 2006-12-18 | 7 | -8/+7 | |
| | ||||||
* | ifupdown: strlen(NULL) is a no-no, fixed. Also few micro-optimizations | Denis Vlasenko | 2006-12-18 | 1 | -80/+76 | |
| | ||||||
* | httpd: we don't have FEATURE_HTTPD_WITHOUT_INETD anymore, | Denis Vlasenko | 2006-12-17 | 1 | -3/+3 | |
| | | | | remove it from Config.in | |||||
* | tftp: corrupted input packets were killing retransmits - fixed | Denis Vlasenko | 2006-12-17 | 1 | -18/+22 | |
| | ||||||
* | inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] | Denis Vlasenko | 2006-12-16 | 4 | -7/+6 | |
| | ||||||
* | wget: smallish optimization | Denis Vlasenko | 2006-12-16 | 1 | -18/+18 | |
| | ||||||
* | re-applying first post-1.3.x change | Denis Vlasenko | 2006-12-15 | 1 | -0/+12 | |
| | | | | version change to 1.4.0.svn | |||||
* | back out last change - need to make busybox-1_3-stable branch first | Denis Vlasenko | 2006-12-15 | 1 | -12/+0 | |
| | ||||||
* | - table support for ip route | Bernhard Reutner-Fischer | 2006-12-14 | 1 | -0/+12 | |
| | ||||||
* | - Proposed fix to make aliases work (with uClibc-current). | Bernhard Reutner-Fischer | 2006-12-07 | 1 | -2/+5 | |
| | | | | See comment in the patch about the change introduced in r16342. | |||||
* | - Improve wording in error message. | Bernhard Reutner-Fischer | 2006-12-07 | 1 | -1/+1 | |
| | ||||||
* | - make sure we pickup the correct defines. Guards against 2.6.19 kernel-headers. | Bernhard Reutner-Fischer | 2006-12-04 | 1 | -1/+6 | |
| | ||||||
* | - provide central knob to turn off RPC related options. | Bernhard Reutner-Fischer | 2006-12-01 | 1 | -2/+2 | |
| | ||||||
* | httpd: fix decode of '/' when called via -d | Denis Vlasenko | 2006-11-29 | 1 | -32/+34 | |
| |