| Commit message (Expand) | Author | Age | Files | Lines |
| * | ash: prevent leakage of process handles | Ron Yorston | 2026-05-13 | 1 | -4/+7 |
| * | ash: further fixes to merge of upstream changesFRP-6075-g169694ebd | Ron Yorston | 2026-05-06 | 1 | -24/+60 |
| * | ash: fix build failure if SH_STANDALONE is disabled | Ron Yorston | 2026-05-05 | 1 | -0/+4 |
| * | Merge branch 'busybox' into merge | Ron Yorston | 2026-03-11 | 1 | -18/+8 |
| |\ |
|
| | * | ash: fix here strings causing segfault in function invocationbusybox | Ron Yorston | 2026-03-09 | 1 | -0/+1 |
| | * | ash: fix help builtin and tab completion of builtins | Ron Yorston via busybox | 2026-02-28 | 1 | -2/+2 |
| | * | *: placate warnings where strchr/strstr returns constant pointer | Denys Vlasenko | 2026-02-15 | 1 | -7/+7 |
| * | | ash: fix here strings causing segfault in subshells | Ron Yorston | 2026-03-04 | 1 | -0/+3 |
| * | | ash: allow execution of busybox-w32 binary without extension | Ron Yorston | 2026-02-25 | 1 | -1/+1 |
| * | | ash: fix execution of applets via Unix-style path | Ron Yorston | 2026-02-14 | 1 | -18/+15 |
| * | | Merge branch 'busybox' into merge | Ron Yorston | 2026-02-12 | 1 | -1/+1 |
| |\| |
|
| | * | *: use is_prefixed_with() where appropriate | Denys Vlasenko | 2026-02-07 | 1 | -1/+1 |
| * | | ash: fix help builtin and tab completion of builtins | Ron Yorston | 2026-02-09 | 1 | -0/+8 |
| * | | Merge branch 'busybox' into merge | Ron Yorston | 2026-02-09 | 1 | -1281/+1366 |
| |\| |
|
| | * | ash: fix \ooo octal printout in DEBUG code | Denys Vlasenko | 2026-01-28 | 1 | -16/+12 |
| | * | ash: code shrink: eliminate pstrcmp1() | Denys Vlasenko | 2026-01-28 | 1 | -66/+63 |
| | * | ash: remove non-standard chdir builtin | Denys Vlasenko | 2026-01-28 | 1 | -17/+14 |
| | * | ash: get rid of a static in cmdlookup()/delete_cmd_entry() | Denys Vlasenko | 2026-01-28 | 1 | -26/+38 |
| | * | ash: group command hashing/searching code together, no code changes | Denys Vlasenko | 2026-01-28 | 1 | -346/+351 |
| | * | ash: move casematch() directly to its only caller, no code changes | Denys Vlasenko | 2026-01-27 | 1 | -31/+36 |
| | * | ash: reorder functions to reduce forward declarations, no code changes | Denys Vlasenko | 2026-01-27 | 1 | -165/+156 |
| | * | ash: JOBSTOPPED can only be set if job control is compiled in - conditionaliz... | Denys Vlasenko | 2026-01-27 | 1 | -2/+13 |
| | * | ash: reorder functions to reduce forward declarations, no code changes | Denys Vlasenko | 2026-01-27 | 1 | -450/+453 |
| | * | ash: move applet handling out of tryexec() - making it similar to dash | Denys Vlasenko | 2026-01-27 | 1 | -62/+61 |
| | * | ash: unset traps before entering NOEXEC programs after [v]fork | Denys Vlasenko | 2026-01-27 | 1 | -7/+89 |
| * | | Merge branch 'busybox' into merge | Ron Yorston | 2026-02-04 | 1 | -0/+4 |
| |\| |
|
| | * | ash: code shrink | Denys Vlasenko | 2026-01-24 | 1 | -0/+4 |
| * | | ash: remove unnecessary conditional compilation | Ron Yorston | 2026-01-30 | 1 | -4/+0 |
| * | | ash: don't skip exec() if std streams are invalid | Ron Yorston | 2026-01-29 | 1 | -1/+3 |
| * | | ash: don't display ^C twice | Ron Yorston | 2026-01-20 | 1 | -1/+1 |
| * | | ash: Extend ARM msvcrt workaround to 32 bit ARM too | Martin Storsjö | 2025-12-08 | 1 | -1/+1 |
| * | | ash: output '^C' direct to console | Ron Yorston | 2025-10-08 | 1 | -1/+1 |
| * | | ash: output '^C' when wait builtin is interrupted | Ron Yorston | 2025-10-06 | 1 | -3/+13 |
| * | | Merge branch 'busybox' into merge | Ron Yorston | 2025-10-06 | 1 | -7/+3 |
| |\| |
|
| | * | ash: change procargs() to match recent dash change | Denys Vlasenko | 2025-09-23 | 1 | -7/+3 |
| * | | ash: allow ctrl-c to interrupt wait in presence of trap | Ron Yorston | 2025-10-05 | 1 | -4/+21 |
| * | | ash: make ctrl-c trap handling closer to upstream | Ron Yorston | 2025-10-05 | 1 | -12/+10 |
| * | | ash: allow wait builtin to be interrupted | Ron Yorston | 2025-10-03 | 1 | -11/+12 |
| * | | ash: wait builtin should block | Ron Yorston | 2025-10-02 | 1 | -1/+1 |
| * | | Merge branch 'busybox' into merge | Ron Yorston | 2025-09-11 | 1 | -27/+63 |
| |\| |
|
| | * | ash: implement <<<here_string syntax | Denys Vlasenko | 2025-09-02 | 1 | -26/+61 |
| * | | Merge branch 'busybox' into merge | Ron Yorston | 2025-09-11 | 1 | -29/+33 |
| |\| |
|
| | * | ash: parser: Invalid redirections are run-time, not syntax errors | Denys Vlasenko | 2025-08-11 | 1 | -1/+1 |
| | * | ash: converge waiting code to dash in its form, add comments, no code changes | Denys Vlasenko | 2025-08-10 | 1 | -26/+30 |
| | * | ash: move 100 bytes off global .data / .bss, no logic changes | Denys Vlasenko | 2025-08-10 | 1 | -61/+62 |
| | * | ash: redir: Retry open on EINTR | Denys Vlasenko | 2025-08-09 | 1 | -67/+89 |
| | * | ash: eval: Reset handler when entering a subshell | Denys Vlasenko | 2025-08-09 | 1 | -3/+16 |
| | * | ahs: jobs: Block signals during tcsetpgrp | Denys Vlasenko | 2025-08-09 | 1 | -1/+16 |
| | * | ash: eval: Add vfork support | Denys Vlasenko | 2025-08-09 | 1 | -35/+102 |
| | * | ash: rename got_sigchld, doing_jobctl, and INT_ON/OFF to match dash | Denys Vlasenko | 2025-08-09 | 1 | -150/+150 |