summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* - 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
* ping: fix write-after-allocated-mem bugDenis Vlasenko2007-06-182-37/+32
* fix an obvious typo while trying to access the tv_usec memberMike Frysinger2007-06-181-1/+1
* wget: use monotonic_sec instead of gettimeofdayDenis Vlasenko2007-06-178-144/+151
* hwclock: size optimizationsDenis Vlasenko2007-06-1710-262/+230
* time: *const str = "xxx" ==> str[] = "xxx"Denis Vlasenko2007-06-171-3/+3
* strings: strings a b was processing a twice, fix thatDenis Vlasenko2007-06-171-34/+35
* arping: -i should be -IDenis Vlasenko2007-06-172-2/+2
* install: fix install a b /a/link/to/dirDenis Vlasenko2007-06-172-4/+15
* forgot svn add...Denis Vlasenko2007-06-161-0/+150
* remove obsolete commentDenis Vlasenko2007-06-161-2/+1
* make FEATURE_HAVE_RPC auto-selectable by mount and inetd sub-featuresDenis Vlasenko2007-06-163-20/+22
* pscan: new applet (portscanner). ~1350 bytes. By Tito <farmatito@tiscali.it>Denis Vlasenko2007-06-166-4/+30
* find: make -size match GNU findDenis Vlasenko2007-06-164-19/+54
* find: add conditional support for -maxdepth and -regexDenis Vlasenko2007-06-153-84/+151
* fdisk: fix minor issues with help textDenis Vlasenko2007-06-151-26/+26
* - fix test -f ./existsBernhard Reutner-Fischer2007-06-151-3/+8
* - vda perfers not to use the bannerBernhard Reutner-Fischer2007-06-151-3/+2
* applets/Kbuild: straighten it a bitDenis Vlasenko2007-06-142-9/+12
* Alex Landau writes: open firmware for reading, not writingMike Frysinger2007-06-141-1/+1
* init: make sure fd 0,1,2 are not closed, + related optimizations.Denis Vlasenko2007-06-143-20/+19
* traceroute: stop using floating point needlessly; nuke useless assignment.Denis Vlasenko2007-06-141-14/+9
* minix.h: add very simple test scriptDenis Vlasenko2007-06-131-0/+22
* fsck_minix: forgotten bit of previous commit...Denis Vlasenko2007-06-131-0/+1
* fsck_minix: stop using data/bssDenis Vlasenko2007-06-132-124/+130
* *: BB_BANNER -> bb_banner (it is not a const or #define)!Denis Vlasenko2007-06-1312-31/+33
* as suggested by Renaud Cerrato and Souf, switch over to recursive_action() fo...Mike Frysinger2007-06-131-32/+27
* add support for firmware loadingMike Frysinger2007-06-132-2/+84
* hush: fix read builtin to not read ahead past eol and to not useDenis Vlasenko2007-06-1310-31/+68
* remove nearly-duplicate PATHs in several placesDenis Vlasenko2007-06-127-16/+13
* login: make /etc/nologin support configurable. -240 bytes if not selected.Denis Vlasenko2007-06-124-15/+23
* fix "--help prints usage for wrong applet" bugDenis Vlasenko2007-06-121-0/+1
* diff: shrink code (-85 bytes):Denis Vlasenko2007-06-1211-67/+69