aboutsummaryrefslogtreecommitdiff
path: root/shell/ash.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'busybox' into mergeRon Yorston2017-08-021-302/+393
|\|
| * ash: align --login code with dashDenys Vlasenko2017-07-311-13/+17
| * ash: fix display of ">&-" redirect in job stringsDenys Vlasenko2017-07-311-1/+8
| * ash,hush: ">&10" redirects to script/tty fds should not workDenys Vlasenko2017-07-311-9/+30
| * ash: significant overhaul of redirect saving logicDenys Vlasenko2017-07-311-139/+193
| * ash: remove REDIR_SAVEFD2Denys Vlasenko2017-07-311-32/+37
| * ash: if !ENABLE_ASH_EXPAND_PRMT, disable PSSYNTAX codeDenys Vlasenko2017-07-291-2/+8
| * ash: [REDIR] Fix popredir on abnormal exit from built-inDenys Vlasenko2017-07-291-26/+44
| * ash: [PARSER] Add FAKEEOFMARK for expandstrDenys Vlasenko2017-07-291-19/+27
| * ash: [PARSER] Removed noexpand/length check on eofmarkDenys Vlasenko2017-07-291-70/+41
| * ash: "Undo all redirections" comment is wrong, delete itDenys Vlasenko2017-07-291-26/+22
* | ash: don't reset pending_int in waitpid_childRon Yorston2017-08-021-1/+0
* | ash: allow long-running nofork applets to be interruptedRon Yorston2017-08-011-1/+9
* | ash: improve performance of ctrl-cRon Yorston2017-08-011-0/+4
* | ash: remove old code to tab-complete 'busybox' in standalone shellRon Yorston2017-07-291-8/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-07-291-240/+219
|\|
| * ash: make tryexec(cmd) parameter const charDenys Vlasenko2017-07-291-4/+4
| * ash: support platforms that don't have '%m' printf specifierRon Yorston2017-07-281-5/+17
| * ash: less hackish implementation of evaltreenr()Denys Vlasenko2017-07-281-6/+14
| * ash: force inlining of a trivial functionDenys Vlasenko2017-07-261-1/+1
| * ash: revert previous implementation of "A=1 A=2 B=$A cmd" codeDenys Vlasenko2017-07-261-47/+15
| * ash: [VAR] Fix loss of variables when hash collidesDenys Vlasenko2017-07-261-10/+16
| * ash: [VAR] Do not poplocalvars prematurely on regular utilitiesDenys Vlasenko2017-07-261-4/+6
| * ash: [VAR] Fix poplocalvar on abnormal exit from functionDenys Vlasenko2017-07-261-5/+14
| * ash: [VAR] Replace cmdenviron with localvarsDenys Vlasenko2017-07-261-27/+34
| * ash: [VAR] Fix poplocalvar leakDenys Vlasenko2017-07-261-1/+2
| * ash: [VAR] Add localvars nestingDenys Vlasenko2017-07-261-13/+44
| * ash: alloc slightly smaller buffer in cvtnum(); faster unsetvar()Denys Vlasenko2017-07-261-9/+13
| * ash: fix redir_leak.tests if STANDALONE=yDenys Vlasenko2017-07-261-0/+1
| * ash: [SHELL] Optimize dash -c "command" to avoid a forkDenys Vlasenko2017-07-251-7/+11
| * ash: allow "trap NUM [SIG]..." syntaxDenys Vlasenko2017-07-251-2/+7
| * ash: [REDIR] Replace GPL noclobberopen code with the FreeBSD versionDenys Vlasenko2017-07-251-64/+17
| * ash: sync up with dash with respect to redirection escapingDenys Vlasenko2017-07-251-5/+1
| * ash: [VAR] Move unsetvar functionality into setvareqDenys Vlasenko2017-07-251-41/+16
| * ash: fix comment, no code changesDenys Vlasenko2017-07-241-3/+0
* | Merge branch 'busybox' into mergeRon Yorston2017-07-241-46/+103
|\|
| * ash: fix for last commitDenys Vlasenko2017-07-231-1/+1
| * ash: use mempcpy() in more placesDenys Vlasenko2017-07-231-6/+5
| * ash: use mempcpy() where appropriateDenys Vlasenko2017-07-211-2/+2
| * ash: improve set -x to quote strings as necessaryDenys Vlasenko2017-07-211-11/+70
| * config: deindent all help textsDenys Vlasenko2017-07-211-25/+25
| * ash: remove contradicting size info in config helpDenys Vlasenko2017-07-181-2/+1
| * Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* | ash: allow for filename extension in find_commandRon Yorston2017-07-241-2/+9
* | Merge branch 'busybox' into mergeRon Yorston2017-07-181-38/+71
|\|
| * ash: more general format ${var:EXPR:EXPR}Denys Vlasenko2017-07-171-17/+26
| * ash: "you disabled math" is wrong: user did not disable it, builder of ash didDenys Vlasenko2017-07-171-1/+1
| * shells: expand TODO comments, no code changesDenys Vlasenko2017-07-171-0/+1
| * ash: protect WIFSTOPPED use with #if JOBSJohannes Schindelin2017-07-151-3/+9
| * main: fix the case where user has "halt" as login shell. Closes 9986Denys Vlasenko2017-07-071-1/+1