aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * ash: [SHELL] Expand ENV before using itDenys Vlasenko2016-10-272-10/+8
* | Post-merge fixRon Yorston2016-10-271-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2016-10-2715-157/+169
|\|
| * ash: comment tweaks, no code changesDenys Vlasenko2016-10-271-7/+12
| * ash: optimize tryexec(): avoid one allocationDenys Vlasenko2016-10-261-20/+11
| * ash: [CD] Lookup PWD after going through CDPATHDenys Vlasenko2016-10-261-10/+10
| * ash: [MEMALLOC] Made grabstackblock an inline wrapper for stallocDenys Vlasenko2016-10-261-4/+2
| * ash: [VAR] Remove setvarsafeDenys Vlasenko2016-10-261-50/+20
| * ash: use shellparam.optind/optoff in getopts() directly, not through pointersDenys Vlasenko2016-10-261-12/+14
| * ash: [PARSER] Size optimisations in parameter expansion parserDenys Vlasenko2016-10-261-10/+7
| * ash: [PARSER] Recognise here-doc delimiters terminated by EOFDenys Vlasenko2016-10-269-3/+29
| * ash: [PARSER] Fix parsing of ${##1}Denys Vlasenko2016-10-265-10/+38
| * ash: [REDIR] Remove redundant CLOEXEC callsDenys Vlasenko2016-10-261-13/+4
| * ash: [REDIR] Replace copyfd by savefd and use dup2 elsewhereDenys Vlasenko2016-10-261-27/+31
| * typo fixesDenys Vlasenko2016-10-262-4/+4
* | Post-merge fixRon Yorston2016-10-261-2/+0
* | Merge branch 'busybox' into mergeRon Yorston2016-10-268-110/+124
|\|
| * ash: [BUILTIN] Treat OPTIND=0 in the same way as OPTIND=1Denys Vlasenko2016-10-261-3/+1
| * ash: [PARSER] Report substition errors at expansion timeDenys Vlasenko2016-10-261-9/+12
| * ash: [REDIR] Move null redirect checks into callerDenys Vlasenko2016-10-251-15/+6
| * ash: [PARSER] Do not show prompts in expandstrDenys Vlasenko2016-10-251-0/+6
| * ash: [EXPAND] Removed herefd hackDenys Vlasenko2016-10-251-39/+22
| * ash: [SHELL] Move flushall to the point just before _exitDenys Vlasenko2016-10-251-1/+1
| * ash: [EVAL] Let funcnode refer to a function definition, not its first commandDenys Vlasenko2016-10-251-4/+4
| * ash: [REDIR] Remove EMFILE special caseDenys Vlasenko2016-10-251-7/+1
| * ash: [EVAL] Check exit for eval NSUBSHELLDenys Vlasenko2016-10-251-3/+1
| * ash: add comment explaining "set -e; $(cmd)" discrepancyDenys Vlasenko2016-10-251-0/+8
| * ash: reduce code differences from upstreamDenys Vlasenko2016-10-251-2/+1
| * ash: remove unused EXSHELLPROCDenys Vlasenko2016-10-251-1/+0
| * ash: [BUILTIN] Use EXEXIT in place of EXEXECDenys Vlasenko2016-10-251-3/+2
| * ash,hush: set exit code 127 in "sh /does/not/exist" caseDenys Vlasenko2016-10-252-2/+3
| * udhcpc: check read of overload option data byte to be within packetDenys Vlasenko2016-10-251-1/+2
| * udhcpc: check read of option length byte to be within packetBrian Foley2016-10-252-3/+9
| * strings: implement -t radixTito Ragusa2016-10-241-9/+23
| * ash: explain EXP_REDIR and why we (dont) glob redir filenamesDenys Vlasenko2016-10-241-0/+11
| * awk: fix segfault on for loop syntax errorBrian Foley2016-10-242-1/+4
| * lineedit: fix completion with applet names. closes 9361Denys Vlasenko2016-10-241-1/+1
| * ash: return exit status of nofork appletsRon Yorston2016-10-241-1/+1
* | yes: add explicit error check for WIN32Ron Yorston2016-10-241-0/+4
* | diff: use TMPDIR rather than TMP/TEMPRon Yorston2016-10-241-1/+1
* | diff: change handling of temporary files for WIN32Ron Yorston2016-10-201-0/+21
* | Post-merge fixesRon Yorston2016-10-203-33/+35
* | Merge branch 'busybox' into mergeRon Yorston2016-10-198-164/+564
|\|
| * examples: update var_service/README againDenys Vlasenko2016-10-141-0/+54
| * typo fixes in docDenys Vlasenko2016-10-141-2/+2
| * examples: update var_service/README againDenys Vlasenko2016-10-141-5/+13
| * examples: update var_service/READMEDenys Vlasenko2016-10-141-24/+130
| * telnetd: ifdef out a buggy error handling code pathDenys Vlasenko2016-10-131-0/+8
| * cpio: fix restoration of file ownership, closes 9306Denys Vlasenko2016-10-121-0/+4
| * telnet: code shrinkDenys Vlasenko2016-10-121-3/+4