aboutsummaryrefslogtreecommitdiff
path: root/shell/ash.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * hush: fix quoted_punct.tests failureDenys Vlasenko2017-07-051-1/+3
| * ash: fix escaping of a few characters (broken by last commits)Denys Vlasenko2017-07-051-2/+7
| * ash: tweak in commentDenys Vlasenko2017-07-051-1/+1
| * ash: note which versions of glibc exhibit "rho bug"Denys Vlasenko2017-07-051-1/+2
| * ash: fix matching of unicode greek letter rho (cf 81) and similar casesDenys Vlasenko2017-07-051-1/+22
| * ash: fix $HOME/.profile reading if !ASH_EXPAND_PRMT, take 2Denys Vlasenko2017-07-011-8/+2
| * ash: fix 'trap - 65'Denys Vlasenko2017-07-011-1/+1
| * ash: fix $HOME/.profile reading if !ASH_EXPAND_PRMTDenys Vlasenko2017-06-271-6/+0
* | ash: fix POSIX buildRon Yorston2017-07-141-5/+5
* | Merge branch 'busybox' into mergeRon Yorston2017-05-291-37/+41
|\|
| * ash: fix incorrect path in describe_commandYoufu Zhang2017-05-261-13/+3
| * ash,hush: fix SIGCHLD interrupting read builtinDenys Vlasenko2017-05-221-0/+7
| * Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko2017-04-171-6/+6
| * 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