summaryrefslogtreecommitdiff
path: root/shell/ash.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeFRP-3128-g241d4d4acRon Yorston2019-04-201-13/+23
|\
| * ash: catch error in arithmetic expansion in PS1Ron Yorston2019-04-191-12/+20
| * ash: prevent error in backquotes in PS1 from exiting shellRon Yorston2019-04-191-1/+3
* | Merge branch 'busybox' into mergeRon Yorston2019-04-171-20/+59
|\|
| * ash: add bash-compatible EPOCH variablesRon Yorston2019-04-161-21/+56
| * ash: an unset dynamic variable should not be dynamicRon Yorston2019-04-161-0/+4
* | Merge branch 'busybox' into mergeRon Yorston2019-04-041-7/+8
|\|
| * ash: distinguish 'wait -n' from other bashismsRon Yorston2019-04-021-7/+8
* | win32: try to make working directory names consistentRon Yorston2019-04-021-0/+1
* | df: display origin of mapped driveRon Yorston2019-04-011-1/+2
* | Merge branch 'busybox' into mergeRon Yorston2019-03-311-6/+47
|\|
| * ash: add "wait -n" bashismDenys Vlasenko2019-03-271-6/+47
* | win32: improved support for c:path path namesRon Yorston2019-03-301-29/+68
* | win32: interpret absolute paths as relative to %SYSTEMDRIVE%Ron Yorston2019-03-281-0/+13
* | win32: share code to find root prefix of pathRon Yorston2019-03-231-28/+2
* | ash: rewrite PATH update to save a few bytesRon Yorston2019-03-181-12/+8
* | ash: enforce ';' separator in CDPATH and MANPATH variablesRon Yorston2019-03-161-11/+23
* | ash: set current working directory on startupRon Yorston2019-03-151-0/+7
* | win32: add function to convert slashes to backslashesRon Yorston2019-03-151-2/+2
* | 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