aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-07-03ifupdown: kill -TERM is default, so drop -TERMDenis Vlasenko
2007-07-03correct_password: do not print "no shadow passwd..." messageDenis Vlasenko
2007-07-02ping: fix non-fancy ping6Denis Vlasenko
2007-07-01devfsd: futher sanitization by Tito <farmatito@tiscali.it>Denis Vlasenko
2007-07-01expr: small code shrinkDenis Vlasenko
2007-07-01devfsd: indentation fixesDenis Vlasenko
2007-07-01find: fix build failure on certain configsDenis Vlasenko
2007-07-01find: style fixDenis Vlasenko
2007-07-01ps: revert wrong "optimization": (i & 1) -> iDenis Vlasenko
2007-07-01fix comment placement (no code changes)Denis Vlasenko
2007-07-01udhcp: new config option "Rewrite the lease file at every new acknowledge"Denis Vlasenko
2007-07-01ps: fix "unused variable" warning; fix integer variable declared as char.Denis Vlasenko
2007-06-30web site: announce 1.6.1Denis Vlasenko
2007-06-30top,ps: improve /proc/PID/cmdinfo reading codeDenis Vlasenko
2007-06-30add bb_basename.cDenis Vlasenko
2007-06-30introduce and use bb_basename()Denis Vlasenko
2007-06-30killall, pidof: use argv0 for process matching tooDenis Vlasenko
2007-06-30procps: shrink /proc scanning code a bitDenis Vlasenko
2007-06-28document firmware supportMike Frysinger
2007-06-27wget: fix bug in base64 encoding (bug 1404). +10 bytes.Denis Vlasenko
2007-06-27devfsd: style cleanup; size reduction (Tito <farmatito@tiscali.it>)Denis Vlasenko
2007-06-26uuencode: shrinkDenis Vlasenko
2007-06-25devfsd: fix formatting (Tito <farmatito@tiscali.it>)Denis Vlasenko
2007-06-25Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...Denis Vlasenko
2007-06-25- need to pass the PATH down to the gcc-version check to be able to find the ...Bernhard Reutner-Fischer
2007-06-25test: suppress gcc warningDenis Vlasenko
2007-06-23httpd: NOMMU fixes by Alex Landau <landau_alex@yahoo.com>Denis Vlasenko
2007-06-23pidof: size optimizations (-50 bytes)Denis Vlasenko
2007-06-22- handy to have the cross_compile block here, tooBernhard Reutner-Fischer
2007-06-21syslogd: do not convert tabs to ^IDenis Vlasenko
2007-06-21test: shrink a bitDenis Vlasenko
2007-06-21build system: remove kernel .config locations (spotted by walter harms <wharm...Denis Vlasenko
2007-06-21random shrinkage of statics, -60 bytes savedDenis Vlasenko
2007-06-21tar: improve OLDGNU compat, make old SUN compat configurableDenis Vlasenko
2007-06-21- add ATTRIBUTE_UNUSED_RESULT for internal useBernhard Reutner-Fischer
2007-06-21since we removed the deprecated matches() now and thus not alot of warnings a...Bernhard Reutner-Fischer
2007-06-21- remove matches() from networking/. Untested.Bernhard Reutner-Fischer
2007-06-21slattach: code shrink (Bernhard Fischer <rep.dot.nop@gmail.com>)Denis Vlasenko
2007-06-21remove extra ')'Denis Vlasenko
2007-06-20slattach: new applet.Denis Vlasenko
2007-06-20- move iprule and ipaddress from matches() to index_in_str_arrayBernhard Reutner-Fischer
2007-06-20do not do utime() on links, it acts on link targets, and we don't want that.Denis Vlasenko
2007-06-20- remove another user of the deprecated matches() func by moving it to use in...Bernhard Reutner-Fischer
2007-06-20- do not hardcode HOSTCFLAGS to gcc specific flags. Fixes errors when not usi...Bernhard Reutner-Fischer
2007-06-20- strndupa is a GNU extension. Using strdup to avoid several errors like:Bernhard Reutner-Fischer
2007-06-19echo: fix yet another buglet in non-fancy echoDenis Vlasenko
2007-06-19ping: fix incorrect handling of -I (Iouri Kharon <bc-info@styx.cabel.net>)Denis Vlasenko
2007-06-19find: -context support for SELinux (KaiGai Kohei <kaigai@kaigai.gr.jp>)Denis Vlasenko
2007-06-19pscan: size optimization (Tito <farmatito@tiscali.it>)Denis Vlasenko
2007-06-19punt %.bflt target in favor of proper LDFLAGS=-Wl,-elf2flt handlingMike Frysinger