aboutsummaryrefslogtreecommitdiff
path: root/shell/ash.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * ash: eval: Add assignment built-in support againDenys Vlasenko2020-02-201-85/+91
* | ash: remove unused signal handling variablesRon Yorston2020-02-211-3/+11
* | ash: fixes to make the last merge workRon Yorston2020-02-201-1/+5
* | Merge branch 'busybox' into mergeRon Yorston2020-02-201-88/+89
|\|
| * ash,hush: add comment about masked SIGCHLD, handle SIG_IGNed SIGHUP as in bashDenys Vlasenko2020-02-181-6/+20
| * ash: jobs: Only clear gotsigchld when waiting for everythingDenys Vlasenko2020-02-181-66/+56
| * ash: jobs - Do not block when waiting on SIGCHLDDenys Vlasenko2020-02-181-11/+14
| * ash: eval: Reap zombies after built-in commands and functionsDenys Vlasenko2020-02-181-16/+10
* | Merge branch 'busybox' into mergeRon Yorston2020-02-181-134/+196
|\|
| * ash: exec: Never rehash regular built-insDenys Vlasenko2020-02-171-3/+10
| * ash: exec: Stricter pathopt parsingDenys Vlasenko2020-02-171-64/+104
| * ash: exec: Do not allocate stack string in padvanceDenys Vlasenko2020-02-171-36/+38
| * ash: memalloc: Add growstackto helperDenys Vlasenko2020-02-171-17/+12
| * ash: parser: Save/restore here-documents in command substitutionDenys Vlasenko2020-02-171-9/+16
| * ash: mkinit: Split reset into exitreset and resetDenys Vlasenko2020-02-171-7/+19
| * ash: expand: Fix trailing newlines processing in backquote expandingDenys Vlasenko2020-02-171-1/+1
| * ash: parser: Only accept single-digit parameter expansion outside of bracesDenys Vlasenko2020-02-171-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2020-02-171-36/+59
|\|
| * ash: shell: Fix clang warnings about "string plus integer"Denys Vlasenko2020-02-161-1/+2
| * ash: eval: Use the correct expansion mode for fd redirectionDenys Vlasenko2020-02-161-2/+1
| * ash: expand: Fix skipping of command substitution when trimming in evalvarDenys Vlasenko2020-02-161-0/+2
| * ash: main: Print \n upon EOF (CTRL-D) when run interactivelyDenys Vlasenko2020-02-161-1/+5
| * ash: expand: Use HOME in tilde expansion when it is emptyDenys Vlasenko2020-02-161-1/+1
| * ash: builtin: Mark more regular built-insDenys Vlasenko2020-02-161-4/+4
| * ash: jobs: Replace some uses of fmtstr with stpcpy/stpncpyDenys Vlasenko2020-02-161-8/+7
| * ash: output: Fix fmtstr return valueDenys Vlasenko2020-02-161-1/+1
| * ash: main: Only set savestatus in exitcmdDenys Vlasenko2020-02-161-7/+2
| * ash: [BUILTIN] Exit without arguments in a trap should use status outside trapsDenys Vlasenko2020-02-161-13/+30
| * ash: parser: Fix incorrect eating of backslash newlinesDenys Vlasenko2020-02-161-2/+8
| * ash: use pgetc_eatbnl() in more places, take 2Denys Vlasenko2020-02-161-6/+6
* | Merge branch 'busybox' into mergeRon Yorston2020-02-151-21/+39
|\|
| * ash,hush: allow builtins to be tab-completed, closes 7532Ron Yorston2020-01-291-1/+18
| * ash: improve expandstr()Ron Yorston2020-01-291-20/+21
* | ash: code shrinkRon Yorston2020-02-141-4/+12
* | ash: code shrinkRon Yorston2020-02-111-3/+15
* | ash: fixes to trapRon Yorston2020-02-101-3/+4
* | ash: don't compile dotrap()Ron Yorston2020-02-081-0/+6
* | ash: fixes to handling of ctrl-C in read builtinRon Yorston2020-02-081-0/+15
* | ash: remove obsolete commentRon Yorston2020-02-041-4/+1
* | ash: tidy up history_copy()Ron Yorston2020-01-211-6/+6
* | ash: fix out of bounds read in tblentry_copy()Ron Yorston2020-01-191-1/+1
* | ash: reduce size of forkshell relocation mapRon Yorston2020-01-181-70/+77
* | ash: simplify MARK_PTR macroRon Yorston2020-01-181-9/+16
* | ash: reorder SAVE_PTR macrosRon Yorston2020-01-181-10/+8
* | ash: relocatesize may differ from forkshell block sizeRon Yorston2020-01-181-9/+12
* | ash: rework how pointers are adjusted during forkshellRon Yorston2020-01-161-229/+185
* | ash: minor fixes to forkshell handlingRon Yorston2020-01-141-4/+2
* | Merge branch 'busybox' into mergeRon Yorston2020-01-081-4/+10
|\|
| * clang/llvm 9 fix - do not eliminate a store to a fake "const"Denys Vlasenko2019-10-251-3/+3
| * ash: add a FIXME commentDenys Vlasenko2019-09-051-1/+7