Age | Commit message (Collapse) | Author |
|
|
|
|
|
msh: fix "underscore bug" (a_b=1111 didn't work)
dnsd: openlog(), so that applet's name is logged
|
|
|
|
|
|
option for every affected applet (and dnsd, for example, don't have one).
Thus rework re-exec support to not require it. Code got smaller too.
|
|
|
|
|
|
|
|
|
|
system-utility in the strict sense.
|
|
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
|
|
|
|
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
|
|
open for getting ifconfig data - ??! Simplified all that. -200 bytes.
|
|
and unneeded on-stack buffers, disable (comment out)
some apparently unused (and buggy) code paths. -700 bytes.
|
|
|
|
|
|
|
|
|
|
|
|
(patch by Gabriel L. Somlo <somlo@cmu.edu>)
|
|
not only in /cgi-bin/
|
|
|
|
commonalize some ping code.
|
|
|
|
|
|
|
|
|
|
|
|
erroneous close(0)
full_read -> safe_read (with explanation)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
no preceding prototype
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|