| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'busybox' into merge | Ron Yorston | 2018-05-13 | 1 | -28/+64 |
|\ |
|
| * | ash: expand: Fix buffer overflow in expandmeta | Denys Vlasenko | 2018-04-14 | 1 | -25/+42 |
| * | ash: parser: Allow newlines within parameter substitution | Denys Vlasenko | 2018-04-11 | 1 | -1/+4 |
| * | hush: do not drop backslash from eval 'echo ok\' | Denys Vlasenko | 2018-04-11 | 1 | -1/+1 |
| * | shell: add comments about [[, no code changes | Denys Vlasenko | 2018-04-10 | 1 | -1/+14 |
| * | ash: if "[[" bashism is not supported, do not handle it anywhere | Denys Vlasenko | 2018-04-10 | 1 | -0/+2 |
| * | ash: trivial code shrink | Denys Vlasenko | 2018-04-10 | 1 | -1/+2 |
* | | ash: make loopnest a global variable | Ron Yorston | 2018-04-13 | 1 | -1/+2 |
* | | ash: make commandname a global variable | Ron Yorston | 2018-04-12 | 1 | -2/+7 |
* | | ash: make struct forkshell a local variable in evalbackcmd | Ron Yorston | 2018-04-10 | 1 | -7/+7 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2018-04-09 | 1 | -104/+147 |
|\| |
|
| * | bzip2: fix two crashes on corrupted archives | Denys Vlasenko | 2018-04-08 | 1 | -1/+0 |
| * | hush: implement "hush -s" | Denys Vlasenko | 2018-04-05 | 1 | -1/+1 |
| * | ash: unbreak PS1 parsing after "ash: parser: Add syntax stack..." commit | Denys Vlasenko | 2018-04-04 | 1 | -1/+3 |
| * | ash: parser: Fix parameter expansion inside inner double quotes | Denys Vlasenko | 2018-04-02 | 1 | -2/+4 |
| * | ash: expand: Fix bugs with words connected to the right of $@ | Denys Vlasenko | 2018-04-02 | 1 | -4/+7 |
| * | ash: redir: Fix typo in noclobber code | Denys Vlasenko | 2018-04-02 | 1 | -1/+1 |
| * | ash: parser: Fix single-quoted patterns in here-documents | Denys Vlasenko | 2018-04-02 | 1 | -1/+1 |
| * | ash: parser: Add syntax stack for recursive parsing | Denys Vlasenko | 2018-04-02 | 1 | -97/+134 |
* | | win32: more backslash to slash conversions | Ron Yorston | 2018-04-08 | 1 | -0/+3 |
* | | ps: indicate forkshell processes in listing | Ron Yorston | 2018-04-05 | 1 | -3/+4 |
* | | ps: obtain applet names from other BusyBox processes | Ron Yorston | 2018-04-04 | 1 | -7/+0 |
* | | ash: reinstate applet name variable after forkshell | Ron Yorston | 2018-04-03 | 1 | -0/+7 |
* | | ash: minor forkshell fixes | Ron Yorston | 2018-04-02 | 1 | -7/+5 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2018-04-02 | 1 | -53/+49 |
|\| |
|
| * | parser: Fix backquote support in here-document EOF mark | Denys Vlasenko | 2018-04-01 | 1 | -0/+6 |
| * | ash,hush: handle a few more bkslash-newline cases | Denys Vlasenko | 2018-04-01 | 1 | -1/+1 |
| * | ash: use pgetc_eatbnl() in more places | Denys Vlasenko | 2018-03-31 | 1 | -35/+12 |
| * | ash: 'nolog' and 'debug' options cause "$-" to wreak havoc | Martijn Dekker | 2018-03-31 | 1 | -1/+1 |
| * | ash: fix "char == CTLfoo" comparison signedness bug | Denys Vlasenko | 2018-03-30 | 1 | -3/+3 |
| * | ash: use F_DUPFD_CLOEXEC and O_CLOEXEC | Denys Vlasenko | 2018-03-30 | 1 | -9/+16 |
| * | ash,hush: fix "saved" redirected fds still visible in children | Denys Vlasenko | 2018-03-28 | 1 | -5/+11 |
* | | ash: add some debug for the forkshell data block | Ron Yorston | 2018-04-01 | 1 | -0/+87 |
* | | ash: align funcblocksize handling with upstream | Ron Yorston | 2018-04-01 | 1 | -68/+76 |
* | | ash: align funcstring handling with upstream | Ron Yorston | 2018-04-01 | 1 | -27/+30 |
* | | ash: reorder items in forkshell data block | Ron Yorston | 2018-04-01 | 1 | -48/+47 |
* | | ash: revise handling of builtin environment variables during fork | Ron Yorston | 2018-03-31 | 1 | -32/+24 |
* | | ash: copy environment variables when importing them | Ron Yorston | 2018-03-30 | 1 | -0/+4 |
* | | ash: use SIGTERM to kill processes | Ron Yorston | 2018-03-27 | 1 | -1/+9 |
* | | win32: add a function to convert backslashes to slashes | Ron Yorston | 2018-03-18 | 1 | -6/+2 |
* | | ash: remove special treatment of device files | Ron Yorston | 2018-03-15 | 1 | -20/+0 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2018-03-01 | 1 | -6/+17 |
|\| |
|
| * | ash : fix double-quoted "\z" handling | Denys Vlasenko | 2018-02-13 | 1 | -6/+17 |
* | | Remove fake signal-handling code | Ron Yorston | 2018-03-01 | 1 | -3/+10 |
* | | ash: changes to command resolution, execution and display | Ron Yorston | 2018-02-28 | 1 | -23/+55 |
* | | win32: move detection of file formats to stat(2) | Ron Yorston | 2018-02-26 | 1 | -5/+1 |
* | | win32: add support for batch files | Ron Yorston | 2018-02-26 | 1 | -18/+22 |
* | | ash: tidy up /dev/null redirection | Ron Yorston | 2018-02-22 | 1 | -11/+6 |
* | | ash: use correct size for tblentry | Ron Yorston | 2018-02-19 | 1 | -2/+2 |
* | | ash: allow waitpid_child to block | Ron Yorston | 2018-02-17 | 1 | -1/+1 |