summaryrefslogtreecommitdiff
path: root/shell/ash.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'busybox' into mergeRon Yorston2019-03-121-10/+4
|\|
| * ash: eval: avoid leaking memory associated with redirections. Closes 7748Ron Yorston2019-02-251-10/+4
* | ash: improve handling of UNC pathsRon Yorston2019-03-111-8/+35
* | win32: changes to user idsRon Yorston2019-03-101-0/+2
* | su: change title of console windowRon Yorston2019-03-091-1/+13
* | ash, su: add -d flag to set directory in ash, use it in suRon Yorston2019-03-081-3/+30
* | ash: add an option to enable case-insensitive filename globbingRon Yorston2019-03-011-4/+26
* | win32: fix POSIX buildRon Yorston2019-02-171-0/+14
* | ash: updated support for hiding consoleRon Yorston2019-02-171-9/+3
* | ash: tidy up handling of -X optionRon Yorston2019-02-171-8/+7
* | win32: add a function to remove CRs from a text bufferRon Yorston2019-02-141-10/+1
* | ash: make spawn_forkshell more like forkshellRon Yorston2019-02-061-8/+12
* | ash: remove carriage returns from strings to be evaluatedRon Yorston2019-01-261-0/+12
* | Merge branch 'busybox' into mergeRon Yorston2019-01-101-2/+2
|\|
| * config: update size informationDenys Vlasenko2018-12-281-1/+1
| * inetd: suppress aliasing warningDenys Vlasenko2018-12-081-1/+1
| * suppress gcc 8 aliasing warningsDenys Vlasenko2018-12-081-1/+1
* | ps: add support for the args columnRon Yorston2019-01-081-1/+0
* | win32: implement umask(2)Ron Yorston2019-01-071-0/+3
* | ash: fix local PATH assignmentsRon Yorston2018-12-151-7/+20
* | win32: special treatment for PATHRon Yorston2018-12-141-25/+61
* | ash: move code from setup_environment()Ron Yorston2018-12-141-3/+6
* | ash: prevent ctrl-c from killing background processesRon Yorston2018-12-131-0/+14
* | ash: fix ctrl-c handling for pipelinesRon Yorston2018-12-131-43/+57
* | win32: emulate SIGPIPERon Yorston2018-12-111-5/+1
* | ash: use auto_win32_extension() in tryexec()Ron Yorston2018-12-091-6/+3
* | win32: rework adding of extensions to filenamesRon Yorston2018-12-061-52/+8
* | ash: fix 'type' and 'command -v'Ron Yorston2018-12-051-1/+1
* | ash: fix a couple of test casesRon Yorston2018-12-041-10/+4
* | ash: forkshell tweaksRon Yorston2018-12-041-12/+13
* | ash: more clean upRon Yorston2018-12-031-5/+5
* | ash: code clean upRon Yorston2018-12-031-6/+1
* | ash: improvements to forkshell debugRon Yorston2018-12-031-5/+23
* | ash: annotate pointers in forkshell debugRon Yorston2018-12-021-42/+130
* | ash: redefine SAVE_PTR macros to remove testRon Yorston2018-12-021-2/+10
* | ash: consolidate tests for variables not to convertRon Yorston2018-11-291-8/+5
* | ash: fixes to spawn_forkshellRon Yorston2018-11-291-16/+10
* | Merge branch 'busybox' into mergeRon Yorston2018-11-281-4/+25
|\|
| * hush: allow hush to run embedded scriptsRon Yorston2018-11-271-15/+1
| * ash: reset tokpushback before prompting while parsing heredocChristoph Schulz2018-11-201-0/+1
| * Treat custom and applet scripts as appletsRon Yorston2018-11-171-15/+4
| * ash: ensure variables are fully initialised when unsetRon Yorston2018-11-161-3/+2
| * ash: minor fixesRon Yorston2018-11-061-1/+5
| * ash: fix thinko in last commitDenys Vlasenko2018-11-011-5/+1
| * ash: in tryexec(), ensure we don't try to run embedded scripts as appletsRon Yorston2018-11-011-0/+8
| * ash: recognize embedded scripts in SH_STANDALONE modeRon Yorston2018-11-011-0/+12
| * claenups for previous commitDenys Vlasenko2018-11-011-8/+3
| * ash: allow shell scripts to be embedded in the binaryDenys Vlasenko2018-11-011-1/+32
* | Merge branch 'busybox' into mergeRon Yorston2018-09-101-53/+74
|\|
| * ash: expand: Do not quote backslashes in unquoted parameter expansionDenys Vlasenko2018-08-071-6/+4