aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2011-02-15modprobe: fix "modprobe -l name-with-dash"Denys Vlasenko
2011-02-15modinfo: trivial optimizationsDenys Vlasenko
2011-02-15modinfo: show firmware and depends fieldsLauri Kasanen
2011-02-15wget: make "wget -O FILE URL1 URL2" concatenate outputDenys Vlasenko
2011-02-14wget: fix SEGV with multiple urls and redirectionPere Orga
2011-02-14hush: do not print killer signal's name for SIGPIPEDenys Vlasenko
2011-02-14echo: fix ENOSPC detection and some iffy code in \NNN handlingDenys Vlasenko
2011-02-14udhcpc: use more correct, and more importantly, more understandable BPF codeVladislav Grishenko
2011-02-14reverted LINHIB0001 swap signature additionDenys Vlasenko
2011-02-13Move stpcpy replacement function into libbbDan Fandrich
2011-02-13mktemp: make it more compatible with GNU coreutils 8.4Denys Vlasenko
2011-02-13fix bug 3223 (parameter loading problem for 2.4 kernels)Denys Vlasenko
2011-02-13wget: support multiple URLs on command line even without -O :)Denys Vlasenko