Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ping: shave off 60 bytes
|
|
|
|
|
|
- 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
|
|
|
|
|
|
substring match on "delete" handles it ok. But we (I?)
forgot to renumber case labels...
|
|
|
|
hostname: small optimization
|
|
|