Age | Commit message (Expand) | Author |
2011-03-06 | nameif: add matching by phy_address=NUM; extend help text | Phil Sutter |
2011-03-06 | nameif: fix parsing of /proc/net/dev; small code shrink | Phil Sutter |
2011-03-06 | libbb/login/su: do not sanitize shell name twice | Denys Vlasenko |
2011-03-06 | tr: free allocated memory in tr if CLEANUP enabled | Alexey Soloviev |
2011-03-06 | improve --install operation in chroot jails | Denys Vlasenko |
2011-03-03 | xargs: support --no-run-if-empty (synonym to -r) | Denys Vlasenko |
2011-03-02 | don't leak malloced variables in the loop; remove double alloc | Alexey Fomenko |
2011-03-02 | convert "do {...} while (1);" -> "while (1) {...}" | Denys Vlasenko |
2011-03-02 | add missing fclose's | Alexey Fomenko |
2011-03-02 | tar: skip leading / and handle names like abc/..////def -> def (not ///def) | Denys Vlasenko |
2011-03-01 | libbb: remove dead code in getopt32. -7 bytes | Alexey Fomenko |
2011-03-01 | tar: on extract, everything up to and including last ".." is stripped | Denys Vlasenko |
2011-03-01 | libbb: make user/group name cache strings longer (~27 chars) | Denys Vlasenko |
2011-03-01 | ls: widen -s (1k blocks) column from 4 to 6 | Denys Vlasenko |
2011-02-28 | ls: -g implies -l | Denys Vlasenko |
2011-02-28 | ls: fix bits for -T, -w and --color; make -n imply -l; fix comments | Denys Vlasenko |
2011-02-28 | mount: strip multiple trailing slashes, not just one | Denys Vlasenko |
2011-02-28 | mount: update /etc/mtab properly on mount --move | Roman Borisov |
2011-02-27 | whois: new applet | Pere Orga |
2011-02-27 | showkey: make showkey -a work on any stdin | Harald Becker |
2011-02-27 | ls: fix one-bit-off which caused -H to behave as -h | Denys Vlasenko |
2011-02-27 | adduser: use better argv passing to addgroup | Denys Vlasenko |
2011-02-26 | Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX" | Denys Vlasenko |
2011-02-26 | fix libiproute compile with kernel headers < 2.6.17 | Stefan Seyfried |
2011-02-26 | mount: ignore unknown mount options when remounting NFS mounts | Peter Korsgaard |
2011-02-26 | mount: fix wrong long option namess | Roman Borisov |
2011-02-23 | iproute: fix parsing and matching of of "short" IP addrs like 10/8 | Denys Vlasenko |
2011-02-21 | slightly better wording in comments | Denys Vlasenko |
2011-02-21 | ash: fix ash-signals/signal8 testcase failure | Denys Vlasenko |
2011-02-20 | fix "make install" | Bernd Jendrissek |
2011-02-20 | blockdev: add --getsz to replace --getsize | Dan Fandrich |
2011-02-19 | wget: reduce bloat | Pere Orga |
2011-02-16 | udhcpd: optional IP selection based on MAC hash | Vladislav Grishenko |
2011-02-15 | echo: fix SEGV when run with no args | Denys Vlasenko |
2011-02-15 | wget: check for final write errors for -O FILE too | Denys Vlasenko |
2011-02-15 | Add the help text for 'position independent executable' code build | Gilles Espinasse |
2011-02-15 | modprobe: fix "modprobe -l name-with-dash" | Denys Vlasenko |
2011-02-15 | modinfo: trivial optimizations | Denys Vlasenko |
2011-02-15 | modinfo: show firmware and depends fields | Lauri Kasanen |
2011-02-15 | wget: make "wget -O FILE URL1 URL2" concatenate output | Denys Vlasenko |
2011-02-14 | wget: fix SEGV with multiple urls and redirection | Pere Orga |
2011-02-14 | hush: do not print killer signal's name for SIGPIPE | Denys Vlasenko |
2011-02-14 | echo: fix ENOSPC detection and some iffy code in \NNN handling | Denys Vlasenko |
2011-02-14 | udhcpc: use more correct, and more importantly, more understandable BPF code | Vladislav Grishenko |
2011-02-14 | reverted LINHIB0001 swap signature addition | Denys Vlasenko |
2011-02-13 | Move stpcpy replacement function into libbb | Dan Fandrich |
2011-02-13 | mktemp: make it more compatible with GNU coreutils 8.4 | Denys Vlasenko |
2011-02-13 | fix bug 3223 (parameter loading problem for 2.4 kernels) | Denys Vlasenko |
2011-02-13 | wget: support multiple URLs on command line even without -O :) | Denys Vlasenko |
2011-02-13 | wget: support multiple URLs on command line | Denys Vlasenko |