aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * sed: yet another fix on top of zero length match codeDenys Vlasenko2012-06-082-6/+15
| * man: fix handling of gzipped manpagesDenys Vlasenko2012-06-081-10/+4
| * sed: fix breakage added by zero length match codeDenys Vlasenko2012-06-072-1/+5
| * sed: code shrinkDenys Vlasenko2012-06-041-13/+15
| * sed: fix zero chars match/replaceDenys Vlasenko2012-06-042-24/+50
| * ifplugd: tweak help textDenys Vlasenko2012-06-031-3/+3
| * udhcpc[6]: show select timeout in logDenys Vlasenko2012-06-022-2/+2
| * unzip: ignore chmod errorsNatanael Copa2012-05-283-2/+8
| * tar: support -J, --xz explicit compression optionBoris Reisig2012-05-241-2/+15
| * build system: fix build failure when only gunzip is selectedAnthony G. Basile2012-05-201-1/+1
| * mdev: tell kernel that we didn't find the firmwareChristoph Lohmann2012-05-191-17/+24
| * Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busyboxDenys Vlasenko2012-05-194-49/+40
| |\
| | * tar: implement --no-recursionNatanael Copa2012-05-181-7/+12
| | * mdev: remove undocumented subsystem/devname matching hackDenys Vlasenko2012-05-182-30/+2
| | * mdev: when found, print major,minor into mdev.logDenys Vlasenko2012-05-183-12/+26
| * | tweak help textDenys Vlasenko2012-05-181-2/+2
| |/
| * mdev: add support for $DEVNAME and /dev/mdev.log debug aidDenys Vlasenko2012-05-182-23/+147
| * typo fix in commentDenys Vlasenko2012-05-181-1/+1
| * volume_id/ext: detect ext4 tooDenys Vlasenko2012-05-181-4/+48
| * find: if DESKTOP=y, support -wholename (synonym for -path)Denys Vlasenko2012-05-171-1/+9
| * examples/mdev_fat.conf: small additionDenys Vlasenko2012-05-161-0/+3
| * busybox: tweak help text and copyright yearDenys Vlasenko2012-05-141-2/+2
| * fix for spurious testsuite failureDenys Vlasenko2012-05-101-0/+1
* | mingw32: add manRon Yorston2012-06-263-2/+7
* | mingw32: fix off-by-one errors in spawn routinesRon Yorston2012-05-101-2/+2
* | Merge branch 'busybox' into mergeRon Yorston2012-05-098-35/+78
|\|
| * mv: accept but ignore -vSimon B2012-05-061-8/+11
| * mkdir,rmdir: accept and ignore -v, --verboseSimon B2012-05-062-4/+7
| * sed: support long opts and -iSFXSimon B2012-05-061-5/+28
| * ln: support -T and -vSimon B2012-05-062-7/+23
| * get_linux_version_code: don't fail on Linux version strints like "3.0-foo"Andreas Oberritter2012-05-051-7/+4
| * udhcpc6: depend on ipv6Mike Frysinger2012-05-021-4/+5
* | Use win32_execable_file() in test, which and execable.cRon Yorston2012-05-095-62/+52
* | mingw32: make access(2) check file format for executablesRon Yorston2012-05-093-26/+74
* | mingw32: make system return wait status, not exit codeRon Yorston2012-05-041-1/+1
* | mingw32: allow whitespace after '#!' in shell scriptsRon Yorston2012-05-031-1/+9
* | mingw32: add system.c to KbuildRon Yorston2012-05-011-0/+1
* | mingw32: implement system(3) call using sh instead of cmd.exeRon Yorston2012-05-012-0/+80
* | lineedit: disable hack for wrong width on MinGWRon Yorston2012-05-011-1/+1
* | mingw32: enable math support for awk in default configRon Yorston2012-05-011-3/+3
* | win32: remove seamless compression from default configRon Yorston2012-04-293-12/+8
* | win32: remove dummy getdomainname functionRon Yorston2012-04-291-1/+0
* | Merge branch 'busybox' into mergeRon Yorston2012-04-2912-52/+33
|\|
| * fix build failure when compressed help is selected, but bz2 compression is notDenys Vlasenko2012-04-291-1/+1
| * sendmail: use host rather than NIS domain name for HELORon Yorston2012-04-283-26/+4
| * lpr: small code shrinkDenys Vlasenko2012-04-271-4/+2
| * lineedit: histfile can get emptied when CONFIG_FEATURE_EDITING_SAVE_ON_EXIT=yDennis Groenen2012-04-261-4/+2
| * hush: remove sighandler_t definition hack, platform.h has it tooDenys Vlasenko2012-04-261-4/+0
| * getty: fix for NOCTTY killing us with SIGHUPDenys Vlasenko2012-04-261-0/+6
| * sed: slightly better fix for prev commit's problemDenys Vlasenko2012-04-241-4/+4