aboutsummaryrefslogtreecommitdiff
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
2016-10-28hush: fix "wait PID"Denys Vlasenko7-174/+246
2016-10-28ash: use pause(), not sigsuspend(), in wait builtinDenys Vlasenko1-26/+31
2016-10-28ash: fix interactive "command eval STRING" exiting on errors.Denys Vlasenko3-1/+33
2016-10-27ash: [JOBS] Fix dowait signal raceDenys Vlasenko1-13/+70
2016-10-27ash: [SIGNAL] Remove EXSIGDenys Vlasenko1-64/+23
2016-10-27ash: open-code blocking_dowait_with_raise_on_sig()Denys Vlasenko1-18/+7
2016-10-27ash: return to DOWAIT_* constants similar to dash, no logic changesDenys Vlasenko1-11/+16
2016-10-27ash: delete leftovers from "simplify EOF/newline handling in list parser" commitDenys Vlasenko1-4/+0
2016-10-27ash: [EXPAND] Fix ifsfirst/ifslastp leakDenys Vlasenko1-9/+20
2016-10-27ash: move ifsbreakup() and ifsfree() upDenys Vlasenko1-110/+110
2016-10-27ash: partially sync with dash on "fork if traps are set" logicDenys Vlasenko1-5/+6
2016-10-27ash: [SHELL] Expand ENV before using itDenys Vlasenko2-10/+8
2016-10-27ash: comment tweaks, no code changesDenys Vlasenko1-7/+12
2016-10-26ash: optimize tryexec(): avoid one allocationDenys Vlasenko1-20/+11
2016-10-26ash: [CD] Lookup PWD after going through CDPATHDenys Vlasenko1-10/+10
2016-10-26ash: [MEMALLOC] Made grabstackblock an inline wrapper for stallocDenys Vlasenko1-4/+2
2016-10-26ash: [VAR] Remove setvarsafeDenys Vlasenko1-50/+20
2016-10-26ash: use shellparam.optind/optoff in getopts() directly, not through pointersDenys Vlasenko1-12/+14
2016-10-26ash: [PARSER] Size optimisations in parameter expansion parserDenys Vlasenko1-10/+7
2016-10-26ash: [PARSER] Recognise here-doc delimiters terminated by EOFDenys Vlasenko9-3/+29
2016-10-26ash: [PARSER] Fix parsing of ${##1}Denys Vlasenko5-10/+38
2016-10-26ash: [REDIR] Remove redundant CLOEXEC callsDenys Vlasenko1-13/+4
2016-10-26ash: [REDIR] Replace copyfd by savefd and use dup2 elsewhereDenys Vlasenko1-27/+31
2016-10-26typo fixesDenys Vlasenko2-4/+4
2016-10-26ash: [BUILTIN] Treat OPTIND=0 in the same way as OPTIND=1Denys Vlasenko1-3/+1
2016-10-26ash: [PARSER] Report substition errors at expansion timeDenys Vlasenko1-9/+12
2016-10-25ash: [REDIR] Move null redirect checks into callerDenys Vlasenko1-15/+6
2016-10-25ash: [PARSER] Do not show prompts in expandstrDenys Vlasenko1-0/+6
2016-10-25ash: [EXPAND] Removed herefd hackDenys Vlasenko1-39/+22
2016-10-25ash: [SHELL] Move flushall to the point just before _exitDenys Vlasenko1-1/+1
2016-10-25ash: [EVAL] Let funcnode refer to a function definition, not its first commandDenys Vlasenko1-4/+4
2016-10-25ash: [REDIR] Remove EMFILE special caseDenys Vlasenko1-7/+1
2016-10-25ash: [EVAL] Check exit for eval NSUBSHELLDenys Vlasenko1-3/+1
2016-10-25ash: add comment explaining "set -e; $(cmd)" discrepancyDenys Vlasenko1-0/+8
2016-10-25ash: reduce code differences from upstreamDenys Vlasenko1-2/+1
2016-10-25ash: remove unused EXSHELLPROCDenys Vlasenko1-1/+0
2016-10-25ash: [BUILTIN] Use EXEXIT in place of EXEXECDenys Vlasenko1-3/+2
2016-10-25ash,hush: set exit code 127 in "sh /does/not/exist" caseDenys Vlasenko2-2/+3
2016-10-25udhcpc: check read of overload option data byte to be within packetDenys Vlasenko1-1/+2
2016-10-25udhcpc: check read of option length byte to be within packetBrian Foley2-3/+9
2016-10-24strings: implement -t radixTito Ragusa1-9/+23
2016-10-24ash: explain EXP_REDIR and why we (dont) glob redir filenamesDenys Vlasenko1-0/+11
2016-10-24awk: fix segfault on for loop syntax errorBrian Foley2-1/+4
2016-10-24lineedit: fix completion with applet names. closes 9361Denys Vlasenko1-1/+1
2016-10-24ash: return exit status of nofork appletsRon Yorston1-1/+1
2016-10-14examples: update var_service/README againDenys Vlasenko1-0/+54
2016-10-14typo fixes in docDenys Vlasenko1-2/+2
2016-10-14examples: update var_service/README againDenys Vlasenko1-5/+13
2016-10-14examples: update var_service/READMEDenys Vlasenko1-24/+130
2016-10-13telnetd: ifdef out a buggy error handling code pathDenys Vlasenko1-0/+8