aboutsummaryrefslogtreecommitdiff
path: root/shell/ash.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ash: protect WIFSTOPPED use with #if JOBSJohannes Schindelin2017-07-181-3/+9
* main: fix the case where user has "halt" as login shell. Closes 9986Denys Vlasenko2017-07-181-1/+1
* 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 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
* 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: fix open fds leaking in redirects. Closes 9561Denys Vlasenko2017-01-071-4/+7
* ash: explicltly group ash optionsKang-Che Sung2017-01-061-0/+7
* 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
* 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
* 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
* 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
* 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
* ash: [SHELL] Expand ENV before using itDenys Vlasenko2016-10-271-10/+7
* ash: comment tweaks, no code changesDenys Vlasenko2016-10-271-7/+12