| Commit message (Expand) | Author | Age | Files | Lines |
* | win32: remove special treatment of USERNAME | Ron Yorston | 2023-06-05 | 1 | -1/+0 |
* | win32: code shrink applet look-up | Ron Yorston | 2023-06-05 | 1 | -5/+14 |
* | ash: fix build with line editing disabled | Ron Yorston | 2023-06-04 | 1 | -0/+4 |
* | win32: another BB_OVERRIDE_APPLETS fix | Ron Yorston | 2023-06-04 | 1 | -5/+37 |
* | win32: fix BB_OVERRIDE_APPLETS | Ron Yorston | 2023-06-03 | 1 | -0/+8 |
* | ash: enable 'set -/+o noconsole' | Ron Yorston | 2023-06-01 | 1 | -5/+3 |
* | Merge branch 'busybox' into merge | Ron Yorston | 2023-05-23 | 2 | -0/+11 |
|\ |
|
| * | ash: use-after-free in bash pattern substitution | Karsten Sperling | 2023-05-18 | 1 | -0/+2 |
| * | hush: add comment about abort on syntax error %{^} | Denys Vlasenko | 2023-05-09 | 1 | -0/+1 |
| * | hush: fix an interactive abort on error | Denys Vlasenko | 2023-05-08 | 1 | -0/+8 |
* | | win32: changes to signal handling | Ron Yorston | 2023-05-23 | 1 | -6/+25 |
* | | su: add option to keep console open on shell exit | Ron Yorston | 2023-05-02 | 1 | -1/+25 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2023-04-17 | 3 | -10/+59 |
|\| |
|
| * | ash,hush: tab completion of functions and aliases | Ron Yorston | 2023-04-16 | 2 | -6/+40 |
| * | hush: quote variable values printed by "set" (match ash behavior) | Denys Vlasenko | 2023-04-13 | 2 | -4/+19 |
* | | ash: more Unix-style path fixes | Ron Yorston | 2023-04-16 | 1 | -7/+19 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2023-04-09 | 4 | -44/+89 |
|\| |
|
| * | ash: code shrink: do not take address of prefix(), allowing it to inline | Denys Vlasenko | 2023-04-03 | 1 | -8/+4 |
| * | ash: code shrink - reuse is_prefixed_with() from libbb | Denys Vlasenko | 2023-04-03 | 1 | -2/+4 |
| * | ash: get rid of separate mail_var_path_changed flag variable | Denys Vlasenko | 2023-04-03 | 1 | -10/+9 |
| * | ash: fix still-broken new mail detection | Denys Vlasenko | 2023-04-03 | 1 | -4/+4 |
| * | ash: fix broken new mail detection | Denys Vlasenko | 2023-04-03 | 1 | -1/+0 |
| * | hush (NOMMU): fix LINENO in execed children | Denys Vlasenko | 2023-04-01 | 1 | -0/+15 |
| * | hush: speed up "big heredoc" code | Denys Vlasenko | 2023-04-01 | 1 | -7/+15 |
| * | hush: add TODO comment | Denys Vlasenko | 2023-04-01 | 1 | -0/+3 |
| * | ash: code shrink | Denys Vlasenko | 2023-04-01 | 1 | -3/+3 |
| * | ash: exec: Stricter pathopt parsing - lost chunk | Denys Vlasenko | 2023-03-31 | 1 | -1/+1 |
| * | ash: improve trap and jobs builtins in child shells | Ron Yorston | 2023-03-31 | 3 | -6/+31 |
| * | ash: make EPOCH variables work if RANDOM is disabled | Ron Yorston | 2023-03-29 | 1 | -1/+1 |
* | | ash: remove ASH_IGNORE_CR config option | Ron Yorston | 2023-04-09 | 2 | -29/+10 |
* | | ash: special treatment for read builtin | Ron Yorston | 2023-04-05 | 1 | -1/+4 |
* | | ash: reinstate fix for ctrl-c issue | Ron Yorston | 2023-04-05 | 1 | -1/+1 |
* | | ash: add support for INT trap | Ron Yorston | 2023-04-03 | 1 | -10/+81 |
* | | ash: fix POSIX build | Ron Yorston | 2023-04-03 | 1 | -0/+2 |
* | | ash: Unix-style paths, shell builtins and applets | Ron Yorston | 2023-03-31 | 1 | -3/+6 |
* | | ash: changes to evalsubshell() | Ron Yorston | 2023-03-28 | 1 | -2/+12 |
* | | drop: adjust environment on privilege change | Ron Yorston | 2023-03-27 | 1 | -5/+6 |
* | | win32: virtual terminal input fixes | Ron Yorston | 2023-03-06 | 1 | -1/+1 |
* | | win32: changes to console mode handling | Ron Yorston | 2023-03-05 | 1 | -4/+5 |
* | | ash: drop workaround for 'read -t 0' | Ron Yorston | 2023-03-05 | 1 | -12/+0 |
* | | ash: revised CRLF handling for scripts | Ron Yorston | 2023-02-21 | 1 | -1/+64 |
* | | ash: revert changes to handle CRLF in scripts | Ron Yorston | 2023-02-21 | 1 | -34/+4 |
* | | ash: really reset ANSI emulation in interactive mode | Ron Yorston | 2023-02-20 | 1 | -2/+2 |
* | | ash: only reset ANSI emulation in interactive loop | Ron Yorston | 2023-02-19 | 1 | -3/+3 |
* | | ash: skip CR when detecting end of here documentFRP-4882-g6e0a6b7e5 | Ron Yorston | 2023-02-15 | 1 | -1/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2023-02-13 | 2 | -17/+37 |
|\| |
|
| * | hush: restore SIGHUP handling, this time explain why we do what we do | Denys Vlasenko | 2023-01-30 | 1 | -20/+28 |
| * | hush: restore tty pgrp on SIGHUP | Denys Vlasenko | 2023-01-30 | 1 | -5/+8 |
| * | hush: remove special handling of SIGHUP | Denys Vlasenko | 2023-01-30 | 1 | -18/+20 |
| * | shell: fix SIGWINCH and SIGCHLD (in hush) interrupting line input, closes 15256 | Denys Vlasenko | 2023-01-26 | 2 | -3/+10 |