Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-03-19 | - don't automatically select run-parts but point out that this is a ↵ | Bernhard Reutner-Fischer | |
system-utility in the strict sense. | |||
2007-03-19 | - very minor size tweak. | Bernhard Reutner-Fischer | |
TODO: mv to globals, config-out non-busybox dhcp client stuff, reduce string bloat, etc text data bss dec hex filename 7543 0 28 7571 1d93 networking/ifupdown.o.orig 7515 0 28 7543 1d77 networking/ifupdown.o | |||
2007-03-19 | telnet: finish style cleanup bits | Denis Vlasenko | |
2007-03-19 | telnet: someone tried to do data optimization before me. Complete it. | Denis Vlasenko | |
text data bss dec hex filename 2558 0 404 2962 b92 busybox.t2/networking/telnet.o 2542 0 0 2542 9ee busybox.t3/networking/telnet.o | |||
2007-03-15 | networking/interface.c: was doing really strange caching of fd's | Denis Vlasenko | |
open for getting ifconfig data - ??! Simplified all that. -200 bytes. | |||
2007-03-14 | arp, networking/interface.c: eliminate statics | Denis Vlasenko | |
and unneeded on-stack buffers, disable (comment out) some apparently unused (and buggy) code paths. -700 bytes. | |||
2007-03-14 | udhcp: use fdprintf for pidfile creation (smaller code) | Denis Vlasenko | |
2007-03-11 | kill superfluous returns at the end of void functions | Denis Vlasenko | |
2007-03-09 | ifupdown: do not complain if !/var/run/ifstate | Denis Vlasenko | |
2007-03-07 | httpd: make httpd usable for NOMMU CPUs | Denis Vlasenko | |
2007-03-07 | clean up accumulated whitespace damage | Denis Vlasenko | |
2007-03-06 | ifupdown: code to deconstruct the state_list gracefully | Denis Vlasenko | |
(patch by Gabriel L. Somlo <somlo@cmu.edu>) | |||
2007-03-05 | httpd: run interpreter for configured file extensions in any dir, | Denis Vlasenko | |
not only in /cgi-bin/ | |||
2007-03-05 | httpd: fix breakage (introduced by me) | Denis Vlasenko | |
2007-03-03 | ping: don't measure times if ping payload is less than 8 bytes; | Denis Vlasenko | |
commonalize some ping code. | |||
2007-02-27 | I *always* forget svn add :( | Denis Vlasenko | |
2007-02-27 | udhcp: optionally support RFC3397 (by Gabriel L. Somlo <somlo@cmu.edu>) | Denis Vlasenko | |
2007-02-17 | sort: fix multiple -k (was ignoring all except last) | Denis Vlasenko | |
2007-02-14 | zcip: revert my bogus change | Denis Vlasenko | |
2007-02-13 | httpd: a little bit more correct handling of CGI "HTTP/xxx" output | Denis Vlasenko | |
2007-02-11 | httpd: fix for POSTDATA handling bugs: | Denis Vlasenko | |
erroneous close(0) full_read -> safe_read (with explanation) | |||
2007-02-09 | remove unused #include,, improve code readability | Denis Vlasenko | |
2007-02-09 | ping: reuse another bit of common code. -60 bytes | Denis Vlasenko | |
2007-02-09 | ping: support -I addr in family neutral manner; reuse a bit of common code | Denis Vlasenko | |
2007-02-08 | tftp: fix my bug | Denis Vlasenko | |
2007-02-07 | tftp: fix IPv6 fallout | Denis Vlasenko | |
2007-02-06 | EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> | Denis Vlasenko | |
2007-02-04 | udhcp: use improved gethostbyname replacement from IPv6 code | Denis Vlasenko | |
2007-02-04 | ifconfig: use IPv6 infrastructure | Denis Vlasenko | |
2007-02-04 | add x to IPv6 functions which can die | Denis Vlasenko | |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko | |
no preceding prototype | |||
2007-02-03 | assorted fixes for bugs found with randomconfig | Denis Vlasenko | |
2007-02-02 | - update helptext | Bernhard Reutner-Fischer | |
2007-02-02 | add a comment so that people won't get confused | Denis Vlasenko | |
2007-02-02 | httpd: directory indexer example doesn't need piping thru dd anymore | Denis Vlasenko | |
2007-02-02 | trivial warning fix | Denis Vlasenko | |
2007-02-02 | udhcpd: allow "domain" to be a list of DNS servers, not just one | Denis Vlasenko | |
2007-02-01 | correct wget's comment | Denis Vlasenko | |
2007-01-30 | preparatory patch for -Wwrite-strings #8 (missed part) | Denis Vlasenko | |
2007-01-29 | preparatory patch for -Wwrite-strings #6 | Denis Vlasenko | |
2007-01-29 | preparatory patch for -Wwrite-strings #5 | Denis Vlasenko | |
2007-01-29 | preparatory patch for -Wwrite-strings #4 | Denis Vlasenko | |
2007-01-29 | preparatory patch for -Wwrite-strings #2 | Denis Vlasenko | |
2007-01-29 | taskset: fix incorrect rage spec and allow 0xXXX input | Denis Vlasenko | |
ping: shave off 60 bytes | |||
2007-01-28 | work around gcc bug | Denis Vlasenko | |
2007-01-28 | - reinstate static for the command string arrray to be gentle to gcc-3.x | Bernhard Reutner-Fischer | |
2007-01-28 | - use uint32_t as suggested by vda. | Bernhard Reutner-Fischer | |
- minor size- and readability tweaks while at it: text data bss dec hex filename 2631 0 0 2631 a47 networking/libiproute/iprule.o.orig 2596 0 0 2596 a24 networking/libiproute/iprule.o | |||
2007-01-27 | ether-wake: remove #warning | Denis Vlasenko | |
2007-01-27 | use bb_sanitize_stdio() where appropriate | Denis Vlasenko | |
2007-01-27 | fix numbering in switch(): we don't have "del" anymore, | Denis Vlasenko | |
substring match on "delete" handles it ok. But we (I?) forgot to renumber case labels... |