Age | Commit message (Collapse) | Author |
|
|
|
|
|
to optimize better. -480 bytes.
|
|
open for getting ifconfig data - ??! Simplified all that. -200 bytes.
|
|
type safety (well, sort of ;))
|
|
and unneeded on-stack buffers, disable (comment out)
some apparently unused (and buggy) code paths. -700 bytes.
|
|
|
|
|
|
(patch by Yuichi Nakamura <ynakam@hitachisoft.jp>)
runcon: *yet another* fix for vda's brainfart :(
|
|
Yuichi Nakamura <himainu-ynakam@miomio.jp>
KaiGai Kohei <busybox@kaigai.gr.jp>
|
|
|
|
microscopic code improvements.
|
|
|
|
(patch by Gabriel L. Somlo <somlo@cmu.edu>)
|
|
|
|
|
|
|
|
|
|
libbb: rename xgetcwd and xreadlink
|
|
|
|
should make the output controllable either at runtime or buildtime as both statistics are quite useful
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
no preceding prototype
|
|
(patch from Gabriel L. Somlo <somlo@cmu.edu>)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
hostname: small optimization
|
|
|
|
|
|
and thus save a few bytes.
|
|
conversion purposefully
|
|
prototypes (heresy!), add spaces in places like "flags&NETSTAT_CONNECTED",
removed unused #defines, #ifdef -> #if, use uint32_t for ipv4 addrs.
|
|
sockaddr2dotted: return IPV6 addrs in [addr]:port form (was addr:port)
|
|
so rename stuff accordingly.
|
|
(make history and completion optional at runtime).
Use it for fdisk, as an example.
Some unrelated fixes in fdisk are also here.
|
|
Precaution
|
|
|