aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2007-06-19top,ps: reduce CPU usage in decimal conversion (optional)Denis Vlasenko2-2/+60
2007-06-19ll_map: disable interface name caching codeDenis Vlasenko2-40/+51
2007-06-19defconfig: updateDenis Vlasenko1-13/+25
2007-06-19make /etc/network parsing configurable. -200 bytes when off.Denis Vlasenko2-4/+13
2007-06-19networking/interface.c: huke remaining big statics; use malloc for INET[6]_rr...Denis Vlasenko6-136/+112
2007-06-19networking/interface.c: reduce bss usageDenis Vlasenko4-52/+62
2007-06-18libbb: random hunt for staticsDenis Vlasenko2-13/+16
2007-06-18libpwdgrp/pwd_grp.c: allocate local storage on first call, not in bss. -1k bssDenis Vlasenko1-27/+96
2007-06-18ping: fix write-after-allocated-mem bugDenis Vlasenko2-37/+32
2007-06-18fix an obvious typo while trying to access the tv_usec memberMike Frysinger1-1/+1
2007-06-17wget: use monotonic_sec instead of gettimeofdayDenis Vlasenko8-144/+151
2007-06-17hwclock: size optimizationsDenis Vlasenko10-262/+230
2007-06-17time: *const str = "xxx" ==> str[] = "xxx"Denis Vlasenko1-3/+3
2007-06-17strings: strings a b was processing a twice, fix thatDenis Vlasenko1-34/+35
2007-06-17arping: -i should be -IDenis Vlasenko2-2/+2
2007-06-17install: fix install a b /a/link/to/dirDenis Vlasenko2-4/+15