aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * use user's shell instead of hardwired "/bin/sh" (android needs this)Denys Vlasenko2011-03-0812-28/+38
| * printenv: fix environ == NULL segfaultDenys Vlasenko2011-03-082-4/+9
| * ash/hush: shrink help textDenys Vlasenko2011-03-082-2/+2
| * ftpd: better usage textDenys Vlasenko2011-03-082-18/+18
| * kill: fix infinite loop when passed PIDs are not valid numbersPere Orga2011-03-071-0/+1
| * remove stray empty lineDenys Vlasenko2011-03-071-1/+0
| * ash/hush: provide help textDenys Vlasenko2011-03-072-21/+40
| * ash: fix execution of shell scripts without shebangDenys Vlasenko2011-03-071-10/+19
| * klogd: fix the problem of delayed handling of ^C and SIGTERMDenys Vlasenko2011-03-071-1/+30
| * udhcpc: add -B optionKeith Young2011-03-071-59/+69
| * more: fix tabs handlingDenys Vlasenko2011-03-071-3/+6
| * fix bit rot in scripts/Makefile.IMA #2Denys Vlasenko2011-03-062-9/+7
| * fix bit rot in scripts/Makefile.IMADenys Vlasenko2011-03-062-3/+9
| * .gitignore: add missing ignoresBjørn Forsman2011-03-063-0/+6
| * nameif: add matching by phy_address=NUM; extend help textPhil Sutter2011-03-063-44/+94
| * nameif: fix parsing of /proc/net/dev; small code shrinkPhil Sutter2011-03-061-11/+9
| * libbb/login/su: do not sanitize shell name twiceDenys Vlasenko2011-03-063-14/+7
| * tr: free allocated memory in tr if CLEANUP enabledAlexey Soloviev2011-03-061-0/+6
| * improve --install operation in chroot jailsDenys Vlasenko2011-03-061-5/+16
| * xargs: support --no-run-if-empty (synonym to -r)Denys Vlasenko2011-03-031-6/+13
| * don't leak malloced variables in the loop; remove double allocAlexey Fomenko2011-03-022-3/+6
| * convert "do {...} while (1);" -> "while (1) {...}"Denys Vlasenko2011-03-024-16/+17
| * add missing fclose'sAlexey Fomenko2011-03-021-0/+2
| * tar: skip leading / and handle names like abc/..////def -> def (not ///def)Denys Vlasenko2011-03-024-59/+59
| * libbb: remove dead code in getopt32. -7 bytesAlexey Fomenko2011-03-011-10/+5
| * tar: on extract, everything up to and including last ".." is strippedDenys Vlasenko2011-03-013-5/+41
| * libbb: make user/group name cache strings longer (~27 chars)Denys Vlasenko2011-03-013-12/+12
| * ls: widen -s (1k blocks) column from 4 to 6Denys Vlasenko2011-03-011-1/+2
| * ls: -g implies -lDenys Vlasenko2011-02-281-5/+10
| * ls: fix bits for -T, -w and --color; make -n imply -l; fix commentsDenys Vlasenko2011-02-281-25/+20
| * mount: strip multiple trailing slashes, not just oneDenys Vlasenko2011-02-281-1/+1
| * mount: update /etc/mtab properly on mount --moveRoman Borisov2011-02-281-9/+67
| * whois: new appletPere Orga2011-02-271-0/+66
| * showkey: make showkey -a work on any stdinHarald Becker2011-02-271-13/+24
| * ls: fix one-bit-off which caused -H to behave as -hDenys Vlasenko2011-02-271-1/+1
| * adduser: use better argv passing to addgroupDenys Vlasenko2011-02-271-9/+18
| * Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"Denys Vlasenko2011-02-2617-92/+115
* | Merge commit 'da4441c44f6efccb6f7b7588404d9c6bfb7b6af8' into mergeRon Yorston2012-03-22103-1153/+1896
|\|
| * fix libiproute compile with kernel headers < 2.6.17Stefan Seyfried2011-02-261-0/+3
| * mount: ignore unknown mount options when remounting NFS mountsPeter Korsgaard2011-02-261-0/+3
| * mount: fix wrong long option namessRoman Borisov2011-02-261-8/+8
| * iproute: fix parsing and matching of of "short" IP addrs like 10/8Denys Vlasenko2011-02-234-38/+74
| * slightly better wording in commentsDenys Vlasenko2011-02-212-4/+4
| * ash: fix ash-signals/signal8 testcase failureDenys Vlasenko2011-02-216-15/+152
| * fix "make install"Bernd Jendrissek2011-02-201-1/+1
| * blockdev: add --getsz to replace --getsizeDan Fandrich2011-02-201-6/+18
| * wget: reduce bloatPere Orga2011-02-191-7/+3
| * udhcpd: optional IP selection based on MAC hashVladislav Grishenko2011-02-162-8/+50
| * echo: fix SEGV when run with no argsDenys Vlasenko2011-02-151-1/+1
| * wget: check for final write errors for -O FILE tooDenys Vlasenko2011-02-151-0/+3