aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * sed: fix handling of s/// which has empty matchesDenys Vlasenko2012-04-242-1/+2
| * ifupdown: improve compatibility with DebianAndreas Oberritter2012-04-231-8/+12
| * Start 1.21.0 development cycleDenys Vlasenko2012-04-221-2/+2
* | ash: set working directory and environment on first startupRon Yorston2012-04-262-25/+26
* | win32/uname.c: if networking is enabled use gethostnameRon Yorston2012-04-241-0/+8
* | Initialise winsock once in appletlib, not in appletsRon Yorston2012-04-242-1/+2
* | ash: Only change slashes in environment on first invocationRon Yorston2012-04-241-7/+7
* | win32: add pw_shell to struct passwdRon Yorston2012-04-233-2/+2
* | win32: support fancy prompts and (limited) tilde expansionRon Yorston2012-04-235-14/+43
* | Update default configurationTIG_1_20_0merge_1_20Ron Yorston2012-04-231-2/+3
* | Merge commit '1_20_0' into mergeRon Yorston2012-04-2335-85/+209
|\|
| * Bump version to 1.20.01_20_0Denys Vlasenko2012-04-221-1/+1
| * udhcpc: fix improper size calculation for OPTION_STRING_HOSTDenys Vlasenko2012-04-221-0/+1
| * mdev: fix mode of creatred node if config file support is not configuredDenys Vlasenko2012-04-211-3/+5
| * Fix another build failure found with randconfigDenys Vlasenko2012-04-201-0/+1
| * fix build breakage with gcc 4.2.1Denys Vlasenko2012-04-201-1/+4
| * whitespace fixesDenys Vlasenko2012-04-202-4/+4
| * fix build breakage found by randconfigDenys Vlasenko2012-04-207-5/+21
| * who: fix typo in help textDenys Vlasenko2012-04-181-1/+1
| * hwclock: fix wrong comparison of time value (when it will overlow int)Denys Vlasenko2012-04-171-1/+1
| * udhcp: make arpping code resistant to time jumpsDenys Vlasenko2012-04-171-2/+7
| * who,less: tweaked help textDenys Vlasenko2012-04-172-7/+7
| * mktemp: add support for -uDenys Vlasenko2012-04-171-3/+20
| * Drop include/bb_linux_ext2_fs.h, use existing e2fsprogs/e2fs_defs.hDenys Vlasenko2012-04-1711-562/+15