aboutsummaryrefslogtreecommitdiff
path: root/shell/ash.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * ash: implement "exec -a ARGV0 CMD ARGV1..."Denys Vlasenko2017-04-121-7/+15
| * ash: make shellexec capable of using separate argv[0] and filename to execDenys Vlasenko2017-04-121-11/+10
* | Merge branch 'busybox' into mergeRon Yorston2017-02-081-171/+294
|\|
| * ash: add INT_OFF/ON around allocationsDenys Vlasenko2017-02-031-2/+4
| * ash: improve / fix glob expansionFelix Fietkau2017-01-311-17/+54
| * *: add comment about APPLET_ODDNAME formatDenys Vlasenko2017-01-291-1/+2
| * ash: commented-out possible fix for 7694Denys Vlasenko2017-01-111-4/+79
| * ash: 16-bit ->nprocs field is a pain for many CPUsDenys Vlasenko2017-01-111-3/+4
| * ash: split bash compatible extensions into separate defines. No code changesDenys Vlasenko2017-01-111-74/+101
| * ash: revert "make dot command search current directory first"Denys Vlasenko2017-01-101-9/+0
| * shells: make hush test optional, rename ASH_BUILTIN_foo -> ASH_fooDenys Vlasenko2017-01-101-13/+13
| * Big cleanup in config help and descriptionDenys Vlasenko2017-01-101-49/+36
| * ash: fix a bug in argv restoration after sourcing a fileDenys Vlasenko2017-01-091-2/+4
* | ash: make the noconsole option configurable at build timeRon Yorston2017-02-071-4/+20
* | Merge branch 'busybox' into mergeRon Yorston2017-01-081-4/+14
|\|
| * ash: fix open fds leaking in redirects. Closes 9561Denys Vlasenko2017-01-071-4/+7
| * ash: explicltly group ash optionsKang-Che Sung2017-01-061-0/+7
* | Merge branch 'busybox' into mergeRon Yorston2017-01-041-135/+158
|\|
| * ash: fix error code regressionRon Yorston2017-01-031-2/+6
| * Make it possible to select "sh" and "bash" aliases without selecting ash or hushDenys Vlasenko2016-12-231-49/+46
| * shell: move "config" blocks above their use in coditional includesDenys Vlasenko2016-12-221-82/+81
| * Tweak some config defaults; fix MODPROBE_SMALL ordering in "make config"Denys Vlasenko2016-12-221-3/+2
| * ash: clarify uclibc glob() bug in commentDenys Vlasenko2016-12-211-0/+3
| * ash: error out if ASH_INTERNAL_GLOB is not selected on uClibcDenys Vlasenko2016-12-211-0/+8
| * ash: fix signed char expansion bugDenys Vlasenko2016-12-121-9/+21
| * shell: suppress "unused var/func" warnings on some configsDenys Vlasenko2016-12-121-6/+6
* | Merge branch 'busybox' into mergeRon Yorston2016-11-291-3/+6
|\|
| * ash,hush: make ^C in interactive mode visually much closer to bash behaviorDenys Vlasenko2016-11-251-1/+3
| * ash,hush: ^C from command line should set $? to 128+SIGINTDenys Vlasenko2016-11-241-0/+1
| * test: make [ and [[ forms individually selectableDenys Vlasenko2016-11-231-2/+2
* | Merge branch 'busybox' into mergeRon Yorston2016-11-101-8/+26
|\|
| * ash: fix "duplicate local" code (forgot to re-enable interrupts)Denys Vlasenko2016-11-041-3/+20
| * ash: while (!got_sig) pause() is not reliable, use sigsuspend()Denys Vlasenko2016-11-031-5/+6
* | Post-merge fixRon Yorston2016-11-021-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2016-11-021-41/+81
|\|
| * ash: if using libc glob(), skip it if no metachars are in wordDenys Vlasenko2016-10-301-0/+15
| * ash: fix bit-rotten debug infrastructureDenys Vlasenko2016-10-301-14/+7
| * ash: make popfile() anfter popallfiles() safeDenys Vlasenko2016-10-301-2/+5
| * ash: use pause(), not sigsuspend(), in wait builtinDenys Vlasenko2016-10-281-26/+31
| * ash: fix interactive "command eval STRING" exiting on errors.Denys Vlasenko2016-10-281-1/+24
* | Post-merge fixesRon Yorston2016-10-281-3/+8
* | Merge branch 'busybox' into mergeRon Yorston2016-10-281-226/+241
|\|
| * ash: [JOBS] Fix dowait signal raceDenys Vlasenko2016-10-271-13/+70
| * ash: [SIGNAL] Remove EXSIGDenys Vlasenko2016-10-271-64/+23
| * ash: open-code blocking_dowait_with_raise_on_sig()Denys Vlasenko2016-10-271-18/+7
| * ash: return to DOWAIT_* constants similar to dash, no logic changesDenys Vlasenko2016-10-271-11/+16
| * ash: delete leftovers from "simplify EOF/newline handling in list parser" commitDenys Vlasenko2016-10-271-4/+0
| * ash: [EXPAND] Fix ifsfirst/ifslastp leakDenys Vlasenko2016-10-271-9/+20
| * ash: move ifsbreakup() and ifsfree() upDenys Vlasenko2016-10-271-110/+110
| * ash: partially sync with dash on "fork if traps are set" logicDenys Vlasenko2016-10-271-5/+6