| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | vi: do not set autoindent by default | Denys Vlasenko | 2012-06-11 | 1 | -7/+8 |
* | libbb: add missing_syscalls.c: for now, only Android syscalls | Tias Guns | 2012-06-10 | 1 | -0/+42 |
* | android: some sensible defconfig changes | Tias Guns | 2012-06-10 | 1 | -14/+14 |
* | platform.h: Android tweaks: ioprio defines, BB_ADDITIONAL_PATH | Tias Guns | 2012-06-10 | 1 | -0/+6 |
* | android: fix 'stat', ifdef S_TYPEIS* in coreutiles/stat.c | Tias Guns | 2012-06-10 | 1 | -0/+6 |
* | inetd: fix build failure in Android | Tias Guns | 2012-06-10 | 1 | -0/+1 |
* | brctl: fix build failure by s/strtotimeval/bb_strtotimeval/ (android has strt... | Denys Vlasenko | 2012-06-10 | 1 | -2/+2 |
* | lpr: don't send 0-byte print jobs (compat) | Denys Vlasenko | 2012-06-10 | 1 | -13/+17 |
* | tar: fix 256-bit encoded number decoding | Etienne Le Sueur | 2012-06-09 | 1 | -1/+1 |
* | ash: fix a bug in >${varexp} handling. Closes 5282 | Denys Vlasenko | 2012-06-09 | 3 | -10/+26 |
* | sed: yet another fix on top of zero length match code | Denys Vlasenko | 2012-06-08 | 2 | -6/+15 |
* | man: fix handling of gzipped manpages | Denys Vlasenko | 2012-06-08 | 1 | -10/+4 |
* | sed: fix breakage added by zero length match code | Denys Vlasenko | 2012-06-07 | 2 | -1/+5 |
* | sed: code shrink | Denys Vlasenko | 2012-06-04 | 1 | -13/+15 |
* | sed: fix zero chars match/replace | Denys Vlasenko | 2012-06-04 | 2 | -24/+50 |
* | ifplugd: tweak help text | Denys Vlasenko | 2012-06-03 | 1 | -3/+3 |
* | udhcpc[6]: show select timeout in log | Denys Vlasenko | 2012-06-02 | 2 | -2/+2 |
* | unzip: ignore chmod errors | Natanael Copa | 2012-05-28 | 3 | -2/+8 |
* | tar: support -J, --xz explicit compression option | Boris Reisig | 2012-05-24 | 1 | -2/+15 |
* | build system: fix build failure when only gunzip is selected | Anthony G. Basile | 2012-05-20 | 1 | -1/+1 |
* | mdev: tell kernel that we didn't find the firmware | Christoph Lohmann | 2012-05-19 | 1 | -17/+24 |
* | Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busybox | Denys Vlasenko | 2012-05-19 | 4 | -49/+40 |
|\ |
|
| * | tar: implement --no-recursion | Natanael Copa | 2012-05-18 | 1 | -7/+12 |
| * | mdev: remove undocumented subsystem/devname matching hack | Denys Vlasenko | 2012-05-18 | 2 | -30/+2 |
| * | mdev: when found, print major,minor into mdev.log | Denys Vlasenko | 2012-05-18 | 3 | -12/+26 |
* | | tweak help text | Denys Vlasenko | 2012-05-18 | 1 | -2/+2 |
|/ |
|
* | mdev: add support for $DEVNAME and /dev/mdev.log debug aid | Denys Vlasenko | 2012-05-18 | 2 | -23/+147 |
* | typo fix in comment | Denys Vlasenko | 2012-05-18 | 1 | -1/+1 |
* | volume_id/ext: detect ext4 too | Denys Vlasenko | 2012-05-18 | 1 | -4/+48 |
* | find: if DESKTOP=y, support -wholename (synonym for -path) | Denys Vlasenko | 2012-05-17 | 1 | -1/+9 |
* | examples/mdev_fat.conf: small addition | Denys Vlasenko | 2012-05-16 | 1 | -0/+3 |
* | busybox: tweak help text and copyright year | Denys Vlasenko | 2012-05-14 | 1 | -2/+2 |
* | fix for spurious testsuite failure | Denys Vlasenko | 2012-05-10 | 1 | -0/+1 |
* | mv: accept but ignore -v | Simon B | 2012-05-06 | 1 | -8/+11 |
* | mkdir,rmdir: accept and ignore -v, --verbose | Simon B | 2012-05-06 | 2 | -4/+7 |
* | sed: support long opts and -iSFX | Simon B | 2012-05-06 | 1 | -5/+28 |
* | ln: support -T and -v | Simon B | 2012-05-06 | 2 | -7/+23 |
* | get_linux_version_code: don't fail on Linux version strints like "3.0-foo" | Andreas Oberritter | 2012-05-05 | 1 | -7/+4 |
* | udhcpc6: depend on ipv6 | Mike Frysinger | 2012-05-02 | 1 | -4/+5 |
* | fix build failure when compressed help is selected, but bz2 compression is not | Denys Vlasenko | 2012-04-29 | 1 | -1/+1 |
* | sendmail: use host rather than NIS domain name for HELO | Ron Yorston | 2012-04-28 | 3 | -26/+4 |
* | lpr: small code shrink | Denys Vlasenko | 2012-04-27 | 1 | -4/+2 |
* | lineedit: histfile can get emptied when CONFIG_FEATURE_EDITING_SAVE_ON_EXIT=y | Dennis Groenen | 2012-04-26 | 1 | -4/+2 |
* | hush: remove sighandler_t definition hack, platform.h has it too | Denys Vlasenko | 2012-04-26 | 1 | -4/+0 |
* | getty: fix for NOCTTY killing us with SIGHUP | Denys Vlasenko | 2012-04-26 | 1 | -0/+6 |
* | sed: slightly better fix for prev commit's problem | Denys Vlasenko | 2012-04-24 | 1 | -4/+4 |
* | sed: fix handling of s/// which has empty matches | Denys Vlasenko | 2012-04-24 | 2 | -1/+2 |
* | ifupdown: improve compatibility with Debian | Andreas Oberritter | 2012-04-23 | 1 | -8/+12 |
* | Start 1.21.0 development cycle | Denys Vlasenko | 2012-04-22 | 1 | -2/+2 |
* | Bump version to 1.20.01_20_0 | Denys Vlasenko | 2012-04-22 | 1 | -1/+1 |