aboutsummaryrefslogtreecommitdiff
path: root/shell/ash.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2018-05-131-28/+64
|\
| * ash: expand: Fix buffer overflow in expandmetaDenys Vlasenko2018-04-141-25/+42
| * ash: parser: Allow newlines within parameter substitutionDenys Vlasenko2018-04-111-1/+4
| * hush: do not drop backslash from eval 'echo ok\'Denys Vlasenko2018-04-111-1/+1
| * shell: add comments about [[, no code changesDenys Vlasenko2018-04-101-1/+14
| * ash: if "[[" bashism is not supported, do not handle it anywhereDenys Vlasenko2018-04-101-0/+2
| * ash: trivial code shrinkDenys Vlasenko2018-04-101-1/+2
* | ash: make loopnest a global variableRon Yorston2018-04-131-1/+2
* | ash: make commandname a global variableRon Yorston2018-04-121-2/+7
* | ash: make struct forkshell a local variable in evalbackcmdRon Yorston2018-04-101-7/+7
* | Merge branch 'busybox' into mergeRon Yorston2018-04-091-104/+147
|\|
| * bzip2: fix two crashes on corrupted archivesDenys Vlasenko2018-04-081-1/+0
| * hush: implement "hush -s"Denys Vlasenko2018-04-051-1/+1
| * ash: unbreak PS1 parsing after "ash: parser: Add syntax stack..." commitDenys Vlasenko2018-04-041-1/+3
| * ash: parser: Fix parameter expansion inside inner double quotesDenys Vlasenko2018-04-021-2/+4
| * ash: expand: Fix bugs with words connected to the right of $@Denys Vlasenko2018-04-021-4/+7
| * ash: redir: Fix typo in noclobber codeDenys Vlasenko2018-04-021-1/+1
| * ash: parser: Fix single-quoted patterns in here-documentsDenys Vlasenko2018-04-021-1/+1
| * ash: parser: Add syntax stack for recursive parsingDenys Vlasenko2018-04-021-97/+134
* | win32: more backslash to slash conversionsRon Yorston2018-04-081-0/+3
* | ps: indicate forkshell processes in listingRon Yorston2018-04-051-3/+4
* | ps: obtain applet names from other BusyBox processesRon Yorston2018-04-041-7/+0
* | ash: reinstate applet name variable after forkshellRon Yorston2018-04-031-0/+7
* | ash: minor forkshell fixesRon Yorston2018-04-021-7/+5
* | Merge branch 'busybox' into mergeRon Yorston2018-04-021-53/+49
|\|
| * parser: Fix backquote support in here-document EOF markDenys Vlasenko2018-04-011-0/+6
| * ash,hush: handle a few more bkslash-newline casesDenys Vlasenko2018-04-011-1/+1
| * ash: use pgetc_eatbnl() in more placesDenys Vlasenko2018-03-311-35/+12
| * ash: 'nolog' and 'debug' options cause "$-" to wreak havocMartijn Dekker2018-03-311-1/+1
| * ash: fix "char == CTLfoo" comparison signedness bugDenys Vlasenko2018-03-301-3/+3
| * ash: use F_DUPFD_CLOEXEC and O_CLOEXECDenys Vlasenko2018-03-301-9/+16
| * ash,hush: fix "saved" redirected fds still visible in childrenDenys Vlasenko2018-03-281-5/+11
* | ash: add some debug for the forkshell data blockRon Yorston2018-04-011-0/+87
* | ash: align funcblocksize handling with upstreamRon Yorston2018-04-011-68/+76
* | ash: align funcstring handling with upstreamRon Yorston2018-04-011-27/+30
* | ash: reorder items in forkshell data blockRon Yorston2018-04-011-48/+47
* | ash: revise handling of builtin environment variables during forkRon Yorston2018-03-311-32/+24
* | ash: copy environment variables when importing themRon Yorston2018-03-301-0/+4
* | ash: use SIGTERM to kill processesRon Yorston2018-03-271-1/+9
* | win32: add a function to convert backslashes to slashesRon Yorston2018-03-181-6/+2
* | ash: remove special treatment of device filesRon Yorston2018-03-151-20/+0
* | Merge branch 'busybox' into mergeRon Yorston2018-03-011-6/+17
|\|
| * ash : fix double-quoted "\z" handlingDenys Vlasenko2018-02-131-6/+17
* | Remove fake signal-handling codeRon Yorston2018-03-011-3/+10
* | ash: changes to command resolution, execution and displayRon Yorston2018-02-281-23/+55
* | win32: move detection of file formats to stat(2)Ron Yorston2018-02-261-5/+1
* | win32: add support for batch filesRon Yorston2018-02-261-18/+22
* | ash: tidy up /dev/null redirectionRon Yorston2018-02-221-11/+6
* | ash: use correct size for tblentryRon Yorston2018-02-191-2/+2
* | ash: allow waitpid_child to blockRon Yorston2018-02-171-1/+1