aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2007-06-19echo: fix yet another buglet in non-fancy echoDenis Vlasenko1-1/+1
2007-06-19ping: fix incorrect handling of -I (Iouri Kharon <bc-info@styx.cabel.net>)Denis Vlasenko1-5/+8
2007-06-19find: -context support for SELinux (KaiGai Kohei <kaigai@kaigai.gr.jp>)Denis Vlasenko3-163/+191
2007-06-19pscan: size optimization (Tito <farmatito@tiscali.it>)Denis Vlasenko1-5/+3
2007-06-19punt %.bflt target in favor of proper LDFLAGS=-Wl,-elf2flt handlingMike Frysinger3-4/+12
2007-06-19top,ps: 'stringify' tty only when needed. -60 bytes.Denis Vlasenko3-22/+12
2007-06-19top: speedup if tty info is not requestedDenis Vlasenko1-1/+3
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