aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* udhcp: new config option "Rewrite the lease file at every new acknowledge"Denis Vlasenko2007-07-0110-115/+151
* ps: fix "unused variable" warning; fix integer variable declared as char.Denis Vlasenko2007-07-011-3/+4
* web site: announce 1.6.1Denis Vlasenko2007-06-301-0/+9
* top,ps: improve /proc/PID/cmdinfo reading codeDenis Vlasenko2007-06-305-59/+80
* add bb_basename.cDenis Vlasenko2007-06-301-0/+18
* introduce and use bb_basename()Denis Vlasenko2007-06-3014-73/+40
* killall, pidof: use argv0 for process matching tooDenis Vlasenko2007-06-304-27/+60
* procps: shrink /proc scanning code a bitDenis Vlasenko2007-06-301-16/+22
* document firmware supportMike Frysinger2007-06-281-0/+12
* wget: fix bug in base64 encoding (bug 1404). +10 bytes.Denis Vlasenko2007-06-271-18/+23
* devfsd: style cleanup; size reduction (Tito <farmatito@tiscali.it>)Denis Vlasenko2007-06-272-135/+48
* uuencode: shrinkDenis Vlasenko2007-06-264-42/+31
* devfsd: fix formatting (Tito <farmatito@tiscali.it>)Denis Vlasenko2007-06-252-510/+447
* Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...Denis Vlasenko2007-06-2526-66/+55
* - need to pass the PATH down to the gcc-version check to be able to find the ...Bernhard Reutner-Fischer2007-06-251-1/+1
* test: suppress gcc warningDenis Vlasenko2007-06-252-14/+14
* httpd: NOMMU fixes by Alex Landau <landau_alex@yahoo.com>Denis Vlasenko2007-06-231-0/+12
* pidof: size optimizations (-50 bytes)Denis Vlasenko2007-06-233-20/+44
* - handy to have the cross_compile block here, tooBernhard Reutner-Fischer2007-06-221-2/+10
* syslogd: do not convert tabs to ^IDenis Vlasenko2007-06-211-1/+1
* test: shrink a bitDenis Vlasenko2007-06-213-19/+8
* build system: remove kernel .config locations (spotted by walter harms <wharm...Denis Vlasenko2007-06-211-4/+1
* random shrinkage of statics, -60 bytes savedDenis Vlasenko2007-06-216-18/+24
* tar: improve OLDGNU compat, make old SUN compat configurableDenis Vlasenko2007-06-213-6/+35
* - add ATTRIBUTE_UNUSED_RESULT for internal useBernhard Reutner-Fischer2007-06-211-0/+3
* since we removed the deprecated matches() now and thus not alot of warnings a...Bernhard Reutner-Fischer2007-06-211-0/+3
* - remove matches() from networking/. Untested.Bernhard Reutner-Fischer2007-06-214-62/+96
* slattach: code shrink (Bernhard Fischer <rep.dot.nop@gmail.com>)Denis Vlasenko2007-06-211-21/+27
* remove extra ')'Denis Vlasenko2007-06-211-1/+1
* slattach: new applet.Denis Vlasenko2007-06-205-0/+262
* - move iprule and ipaddress from matches() to index_in_str_arrayBernhard Reutner-Fischer2007-06-203-43/+50
* do not do utime() on links, it acts on link targets, and we don't want that.Denis Vlasenko2007-06-206-54/+56
* - remove another user of the deprecated matches() func by moving it to use in...Bernhard Reutner-Fischer2007-06-201-11/+24
* - do not hardcode HOSTCFLAGS to gcc specific flags. Fixes errors when not usi...Bernhard Reutner-Fischer2007-06-201-5/+7
* - strndupa is a GNU extension. Using strdup to avoid several errors like:Bernhard Reutner-Fischer2007-06-201-3/+8
* echo: fix yet another buglet in non-fancy echoDenis Vlasenko2007-06-191-1/+1
* ping: fix incorrect handling of -I (Iouri Kharon <bc-info@styx.cabel.net>)Denis Vlasenko2007-06-191-5/+8
* find: -context support for SELinux (KaiGai Kohei <kaigai@kaigai.gr.jp>)Denis Vlasenko2007-06-193-163/+191
* pscan: size optimization (Tito <farmatito@tiscali.it>)Denis Vlasenko2007-06-191-5/+3
* punt %.bflt target in favor of proper LDFLAGS=-Wl,-elf2flt handlingMike Frysinger2007-06-193-4/+12
* top,ps: 'stringify' tty only when needed. -60 bytes.Denis Vlasenko2007-06-193-22/+12
* top: speedup if tty info is not requestedDenis Vlasenko2007-06-191-1/+3
* top,ps: reduce CPU usage in decimal conversion (optional)Denis Vlasenko2007-06-192-2/+60
* ll_map: disable interface name caching codeDenis Vlasenko2007-06-192-40/+51
* defconfig: updateDenis Vlasenko2007-06-191-13/+25
* make /etc/network parsing configurable. -200 bytes when off.Denis Vlasenko2007-06-192-4/+13
* networking/interface.c: huke remaining big statics; use malloc for INET[6]_rr...Denis Vlasenko2007-06-196-136/+112
* networking/interface.c: reduce bss usageDenis Vlasenko2007-06-194-52/+62
* libbb: random hunt for staticsDenis Vlasenko2007-06-182-13/+16
* libpwdgrp/pwd_grp.c: allocate local storage on first call, not in bss. -1k bssDenis Vlasenko2007-06-181-27/+96