| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | 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 |
* | | mingw32: add man | Ron Yorston | 2012-06-26 | 3 | -2/+7 |
* | | mingw32: fix off-by-one errors in spawn routines | Ron Yorston | 2012-05-10 | 1 | -2/+2 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2012-05-09 | 8 | -35/+78 |
|\| |
|
| * | 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 |
* | | Use win32_execable_file() in test, which and execable.c | Ron Yorston | 2012-05-09 | 5 | -62/+52 |
* | | mingw32: make access(2) check file format for executables | Ron Yorston | 2012-05-09 | 3 | -26/+74 |
* | | mingw32: make system return wait status, not exit code | Ron Yorston | 2012-05-04 | 1 | -1/+1 |
* | | mingw32: allow whitespace after '#!' in shell scripts | Ron Yorston | 2012-05-03 | 1 | -1/+9 |
* | | mingw32: add system.c to Kbuild | Ron Yorston | 2012-05-01 | 1 | -0/+1 |
* | | mingw32: implement system(3) call using sh instead of cmd.exe | Ron Yorston | 2012-05-01 | 2 | -0/+80 |
* | | lineedit: disable hack for wrong width on MinGW | Ron Yorston | 2012-05-01 | 1 | -1/+1 |
* | | mingw32: enable math support for awk in default config | Ron Yorston | 2012-05-01 | 1 | -3/+3 |
* | | win32: remove seamless compression from default config | Ron Yorston | 2012-04-29 | 3 | -12/+8 |
* | | win32: remove dummy getdomainname function | Ron Yorston | 2012-04-29 | 1 | -1/+0 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2012-04-29 | 12 | -52/+33 |
|\| |
|
| * | 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 |