aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-08use user's shell instead of hardwired "/bin/sh" (android needs this)Denys Vlasenko
2011-03-08printenv: fix environ == NULL segfaultDenys Vlasenko
2011-03-08ash/hush: shrink help textDenys Vlasenko
2011-03-08ftpd: better usage textDenys Vlasenko
2011-03-07kill: fix infinite loop when passed PIDs are not valid numbersPere Orga
2011-03-07remove stray empty lineDenys Vlasenko
2011-03-07ash/hush: provide help textDenys Vlasenko
2011-03-07ash: fix execution of shell scripts without shebangDenys Vlasenko
2011-03-07klogd: fix the problem of delayed handling of ^C and SIGTERMDenys Vlasenko
2011-03-07udhcpc: add -B optionKeith Young
2011-03-07more: fix tabs handlingDenys Vlasenko
2011-03-06fix bit rot in scripts/Makefile.IMA #2Denys Vlasenko
2011-03-06fix bit rot in scripts/Makefile.IMADenys Vlasenko
2011-03-06.gitignore: add missing ignoresBjørn Forsman
2011-03-06nameif: add matching by phy_address=NUM; extend help textPhil Sutter
2011-03-06nameif: fix parsing of /proc/net/dev; small code shrinkPhil Sutter
2011-03-06libbb/login/su: do not sanitize shell name twiceDenys Vlasenko
2011-03-06tr: free allocated memory in tr if CLEANUP enabledAlexey Soloviev
2011-03-06improve --install operation in chroot jailsDenys Vlasenko
2011-03-03xargs: support --no-run-if-empty (synonym to -r)Denys Vlasenko
2011-03-02don't leak malloced variables in the loop; remove double allocAlexey Fomenko
2011-03-02convert "do {...} while (1);" -> "while (1) {...}"Denys Vlasenko
2011-03-02add missing fclose'sAlexey Fomenko
2011-03-02tar: skip leading / and handle names like abc/..////def -> def (not ///def)Denys Vlasenko
2011-03-01libbb: remove dead code in getopt32. -7 bytesAlexey Fomenko
2011-03-01tar: on extract, everything up to and including last ".." is strippedDenys Vlasenko
2011-03-01libbb: make user/group name cache strings longer (~27 chars)Denys Vlasenko
2011-03-01ls: widen -s (1k blocks) column from 4 to 6Denys Vlasenko
2011-02-28ls: -g implies -lDenys Vlasenko
2011-02-28ls: fix bits for -T, -w and --color; make -n imply -l; fix commentsDenys Vlasenko
2011-02-28mount: strip multiple trailing slashes, not just oneDenys Vlasenko
2011-02-28mount: update /etc/mtab properly on mount --moveRoman Borisov
2011-02-27whois: new appletPere Orga
2011-02-27showkey: make showkey -a work on any stdinHarald Becker
2011-02-27ls: fix one-bit-off which caused -H to behave as -hDenys Vlasenko
2011-02-27adduser: use better argv passing to addgroupDenys Vlasenko
2011-02-26Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"Denys Vlasenko
2011-02-26fix libiproute compile with kernel headers < 2.6.17Stefan Seyfried
2011-02-26mount: ignore unknown mount options when remounting NFS mountsPeter Korsgaard
2011-02-26mount: fix wrong long option namessRoman Borisov
2011-02-23iproute: fix parsing and matching of of "short" IP addrs like 10/8Denys Vlasenko
2011-02-21slightly better wording in commentsDenys Vlasenko
2011-02-21ash: fix ash-signals/signal8 testcase failureDenys Vlasenko
2011-02-20fix "make install"Bernd Jendrissek
2011-02-20blockdev: add --getsz to replace --getsizeDan Fandrich
2011-02-19wget: reduce bloatPere Orga
2011-02-16udhcpd: optional IP selection based on MAC hashVladislav Grishenko
2011-02-15echo: fix SEGV when run with no argsDenys Vlasenko
2011-02-15wget: check for final write errors for -O FILE tooDenys Vlasenko
2011-02-15Add the help text for 'position independent executable' code buildGilles Espinasse