aboutsummaryrefslogtreecommitdiff
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
2007-06-25devfsd: fix formatting (Tito <farmatito@tiscali.it>)Denis Vlasenko2-510/+447
2007-06-25Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...Denis Vlasenko26-66/+55
2007-06-25- need to pass the PATH down to the gcc-version check to be able to find the ...Bernhard Reutner-Fischer1-1/+1
2007-06-25test: suppress gcc warningDenis Vlasenko2-14/+14
2007-06-23httpd: NOMMU fixes by Alex Landau <landau_alex@yahoo.com>Denis Vlasenko1-0/+12
2007-06-23pidof: size optimizations (-50 bytes)Denis Vlasenko3-20/+44
2007-06-22- handy to have the cross_compile block here, tooBernhard Reutner-Fischer1-2/+10
2007-06-21syslogd: do not convert tabs to ^IDenis Vlasenko1-1/+1
2007-06-21test: shrink a bitDenis Vlasenko3-19/+8
2007-06-21build system: remove kernel .config locations (spotted by walter harms <wharm...Denis Vlasenko1-4/+1
2007-06-21random shrinkage of statics, -60 bytes savedDenis Vlasenko6-18/+24
2007-06-21tar: improve OLDGNU compat, make old SUN compat configurableDenis Vlasenko3-6/+35
2007-06-21- add ATTRIBUTE_UNUSED_RESULT for internal useBernhard Reutner-Fischer1-0/+3
2007-06-21since we removed the deprecated matches() now and thus not alot of warnings a...Bernhard Reutner-Fischer1-0/+3
2007-06-21- remove matches() from networking/. Untested.Bernhard Reutner-Fischer4-62/+96
2007-06-21slattach: code shrink (Bernhard Fischer <rep.dot.nop@gmail.com>)Denis Vlasenko1-21/+27
2007-06-21remove extra ')'Denis Vlasenko1-1/+1
2007-06-20slattach: new applet.Denis Vlasenko5-0/+262
2007-06-20- move iprule and ipaddress from matches() to index_in_str_arrayBernhard Reutner-Fischer3-43/+50
2007-06-20do not do utime() on links, it acts on link targets, and we don't want that.Denis Vlasenko6-54/+56
2007-06-20- remove another user of the deprecated matches() func by moving it to use in...Bernhard Reutner-Fischer1-11/+24
2007-06-20- do not hardcode HOSTCFLAGS to gcc specific flags. Fixes errors when not usi...Bernhard Reutner-Fischer1-5/+7
2007-06-20- strndupa is a GNU extension. Using strdup to avoid several errors like:Bernhard Reutner-Fischer1-3/+8
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