aboutsummaryrefslogtreecommitdiff
path: root/shell/ash.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ash: allow execution of busybox-w32 binary without extensionRon Yorston2026-02-251-1/+1
* ash: fix execution of applets via Unix-style pathRon Yorston2026-02-141-18/+15
* Merge branch 'busybox' into mergeRon Yorston2026-02-121-1/+1
|\
| * *: use is_prefixed_with() where appropriateDenys Vlasenko2026-02-071-1/+1
* | ash: fix help builtin and tab completion of builtinsRon Yorston2026-02-091-0/+8
* | Merge branch 'busybox' into mergeRon Yorston2026-02-091-1281/+1366
|\|
| * ash: fix \ooo octal printout in DEBUG codeDenys Vlasenko2026-01-281-16/+12
| * ash: code shrink: eliminate pstrcmp1()Denys Vlasenko2026-01-281-66/+63
| * ash: remove non-standard chdir builtinDenys Vlasenko2026-01-281-17/+14
| * ash: get rid of a static in cmdlookup()/delete_cmd_entry()Denys Vlasenko2026-01-281-26/+38
| * ash: group command hashing/searching code together, no code changesDenys Vlasenko2026-01-281-346/+351
| * ash: move casematch() directly to its only caller, no code changesDenys Vlasenko2026-01-271-31/+36
| * ash: reorder functions to reduce forward declarations, no code changesDenys Vlasenko2026-01-271-165/+156
| * ash: JOBSTOPPED can only be set if job control is compiled in - conditionaliz...Denys Vlasenko2026-01-271-2/+13
| * ash: reorder functions to reduce forward declarations, no code changesDenys Vlasenko2026-01-271-450/+453
| * ash: move applet handling out of tryexec() - making it similar to dashDenys Vlasenko2026-01-271-62/+61
| * ash: unset traps before entering NOEXEC programs after [v]forkDenys Vlasenko2026-01-271-7/+89
* | Merge branch 'busybox' into mergeRon Yorston2026-02-041-0/+4
|\|
| * ash: code shrinkDenys Vlasenko2026-01-241-0/+4
* | ash: remove unnecessary conditional compilationRon Yorston2026-01-301-4/+0
* | ash: don't skip exec() if std streams are invalidRon Yorston2026-01-291-1/+3
* | ash: don't display ^C twiceRon Yorston2026-01-201-1/+1
* | ash: Extend ARM msvcrt workaround to 32 bit ARM tooMartin Storsjö2025-12-081-1/+1
* | ash: output '^C' direct to consoleRon Yorston2025-10-081-1/+1
* | ash: output '^C' when wait builtin is interruptedRon Yorston2025-10-061-3/+13
* | Merge branch 'busybox' into mergeRon Yorston2025-10-061-7/+3
|\|
| * ash: change procargs() to match recent dash changeDenys Vlasenko2025-09-231-7/+3
* | ash: allow ctrl-c to interrupt wait in presence of trapRon Yorston2025-10-051-4/+21
* | ash: make ctrl-c trap handling closer to upstreamRon Yorston2025-10-051-12/+10
* | ash: allow wait builtin to be interruptedRon Yorston2025-10-031-11/+12
* | ash: wait builtin should blockRon Yorston2025-10-021-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2025-09-111-27/+63
|\|
| * ash: implement <<<here_string syntaxDenys Vlasenko2025-09-021-26/+61
* | Merge branch 'busybox' into mergeRon Yorston2025-09-111-29/+33
|\|
| * ash: parser: Invalid redirections are run-time, not syntax errorsDenys Vlasenko2025-08-111-1/+1
| * ash: converge waiting code to dash in its form, add comments, no code changesDenys Vlasenko2025-08-101-26/+30
| * ash: move 100 bytes off global .data / .bss, no logic changesDenys Vlasenko2025-08-101-61/+62
| * ash: redir: Retry open on EINTRDenys Vlasenko2025-08-091-67/+89
| * ash: eval: Reset handler when entering a subshellDenys Vlasenko2025-08-091-3/+16
| * ahs: jobs: Block signals during tcsetpgrpDenys Vlasenko2025-08-091-1/+16
| * ash: eval: Add vfork supportDenys Vlasenko2025-08-091-35/+102
| * ash: rename got_sigchld, doing_jobctl, and INT_ON/OFF to match dashDenys Vlasenko2025-08-091-150/+150
* | ash: move 100 bytes off global .data / .bss, no logic changesRon Yorston2025-09-101-80/+79
* | ash: redir: Retry open on EINTRRon Yorston2025-09-101-69/+92
* | ash: eval: Reset handler when entering a subshellRon Yorston2025-09-091-14/+33
* | ash: jobs: Block signals during tcsetpgrpRon Yorston2025-09-071-1/+16
* | ash: eval: Add vfork supportRon Yorston2025-09-071-34/+113
* | ash: rename got_sigchld, doing_jobctl, and INT_ON/OFF to match dashRon Yorston2025-09-071-158/+158
* | Merge branch 'busybox' into mergeRon Yorston2025-09-061-71/+94
|\|
| * ash: fix fallout of no-more-set commandnameDenys Vlasenko2025-08-091-6/+7