| Commit message (Expand) | Author | Age | Files | Lines |
* | ash: add options to control globbing of hidden files | Ron Yorston | 2023-09-20 | 1 | -8/+41 |
* | win32: convert exit codes | Ron Yorston | 2023-09-14 | 1 | -13/+2 |
* | ash: fix signal handling | Ron Yorston | 2023-09-13 | 1 | -1/+2 |
* | ash: initialize basepf.buf in ash (2) | Ron Yorston | 2023-08-31 | 1 | -1/+1 |
* | Merge branch 'busybox' into merge | Ron Yorston | 2023-08-31 | 1 | -1/+1 |
|\ |
|
| * | ash: initialize basepf.buf in ash | zhuyan | 2023-08-31 | 1 | -1/+1 |
* | | ash: changes to login shell functionality | Ron Yorston | 2023-08-30 | 1 | -0/+7 |
* | | ash: detect console state on shell start upnoconsole2 | Ron Yorston | 2023-08-20 | 1 | -0/+31 |
* | | ash: detect native Windows environment on WineFRP-5181-g5c1a3b00e | Ron Yorston | 2023-08-17 | 1 | -2/+18 |
* | | ash: improved support for trap built-in | Ron Yorston | 2023-08-15 | 1 | -9/+23 |
* | | ash: code shrink | Ron Yorston | 2023-08-15 | 1 | -10/+6 |
* | | ash: improved support for jobs built-in | Ron Yorston | 2023-08-08 | 1 | -7/+141 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2023-07-13 | 1 | -46/+43 |
|\| |
|
| * | Update applet size estimates | Denys Vlasenko | 2023-07-10 | 1 | -1/+1 |
| * | ash: tweak comments, no code changes | Denys Vlasenko | 2023-07-10 | 1 | -6/+7 |
| * | ash: remove "volatile" specifier from suppress_int | Denys Vlasenko | 2023-07-10 | 1 | -4/+11 |
| * | ash: disable sleep as builtin, closes 15619 | Denys Vlasenko | 2023-07-10 | 1 | -5/+17 |
| * | ash: disable check for "good" function name, bash does not check this | Denys Vlasenko | 2023-07-04 | 1 | -8/+9 |
| * | shell: move varcmp() to shell_common.h and use it in hush | Denys Vlasenko | 2023-06-17 | 1 | -24/+0 |
| * | ash: code shrink | Denys Vlasenko | 2023-06-17 | 1 | -1/+1 |
* | | ash: properly echo console input to 'read' built-in | Ron Yorston | 2023-07-12 | 1 | -2/+2 |
* | | ash: standardise treatment of winxp option | Ron Yorston | 2023-06-21 | 1 | -13/+41 |
* | | ash: code shrink | Ron Yorston | 2023-06-21 | 1 | -28/+20 |
* | | 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 | 1 | -0/+2 |
|\| |
|
| * | ash: use-after-free in bash pattern substitution | Karsten Sperling | 2023-05-18 | 1 | -0/+2 |
* | | 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 | 1 | -4/+28 |
|\| |
|
| * | ash,hush: tab completion of functions and aliases | Ron Yorston | 2023-04-16 | 1 | -4/+28 |
* | | ash: more Unix-style path fixes | Ron Yorston | 2023-04-16 | 1 | -7/+19 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2023-04-09 | 1 | -37/+32 |
|\| |
|
| * | 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 |
| * | 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 | 1 | -6/+7 |
| * | 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 | 1 | -19/+9 |
* | | 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 |