| Commit message (Expand) | Author | Age | Files | Lines |
* | ash: remove limitation on fd# length | Denys Vlasenko | 2024-07-12 | 1 | -7/+13 |
* | ash: do not abort interactive mode on >&9999 redirect | Denys Vlasenko | 2024-07-12 | 1 | -4/+16 |
* | ash: remove defunct control character to save a few bytes | Ron Yorston | 2024-07-10 | 1 | -12/+12 |
* | ash: fix parsing of alias expansion + bash features | Ron Yorston | 2024-07-10 | 1 | -6/+6 |
* | ash: fix handling of single-quoted strings in pattern substitution | Denys Vlasenko | 2024-02-26 | 1 | -0/+5 |
* | ash: initialize basepf.buf in ash | zhuyan | 2023-08-31 | 1 | -1/+1 |
* | 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: use-after-free in bash pattern substitution | Karsten Sperling | 2023-05-18 | 1 | -0/+2 |
* | ash,hush: tab completion of functions and aliases | Ron Yorston | 2023-04-16 | 1 | -4/+28 |
* | 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 |
* | shell: fix SIGWINCH and SIGCHLD (in hush) interrupting line input, closes 15256 | Denys Vlasenko | 2023-01-26 | 1 | -1/+2 |
* | ash: trivial code shrink | Denys Vlasenko | 2023-01-03 | 1 | -1/+1 |
* | shell: fix compile failures in some configs | Denys Vlasenko | 2023-01-03 | 1 | -2/+6 |
* | ash: optional sleep builtin | Shawn Landden | 2022-08-27 | 1 | -0/+11 |
* | ash: fix use-after-free in bash pattern substitution | Sören Tempel | 2022-08-02 | 1 | -0/+7 |
* | ash: fix use-after-free in pattern substituon code | Denys Vlasenko | 2022-08-02 | 1 | -2/+4 |
* | ash: fix ifs cleanup on error paths | Denys Vlasenko | 2022-08-02 | 1 | -0/+2 |
* | ash,hush: use HOME for tab completion and prompts | Ron Yorston | 2022-06-26 | 1 | -4/+3 |
* | ash: do not truncate failed tilde expansion on unknown user names | Denys Vlasenko | 2022-03-01 | 1 | -3/+1 |
* | ash: fix unsafe use of mempcpy | Denys Vlasenko | 2022-03-01 | 1 | -1/+7 |
* | ash: don't read past end of var in subvareval for bash substitutions | Sören Tempel | 2022-03-01 | 1 | -0/+4 |
* | *: slap on a few ALIGN* where appropriate | Denys Vlasenko | 2022-02-06 | 1 | -1/+1 |
* | ash,hush: fix handling of SIGINT while waiting for interactive input | Denys Vlasenko | 2022-01-17 | 1 | -9/+30 |
* | shell: add comments about SIGINT-related problems | Denys Vlasenko | 2022-01-16 | 1 | -5/+8 |
* | libbb: invert the meaning of SETUP_ENV_NO_CHDIR -> SETUP_ENV_CHDIR | Denys Vlasenko | 2022-01-13 | 1 | -1/+1 |
* | ash: ^C with SIG_INGed SIGINT should not exit the shell | Denys Vlasenko | 2022-01-13 | 1 | -1/+7 |
* | reset: better --help text | Denys Vlasenko | 2022-01-12 | 1 | -3/+6 |
* | libbb: code shrink: introduce and use [_]exit_SUCCESS() | Denys Vlasenko | 2022-01-05 | 1 | -1/+1 |
* | shell: tweak --help | Denys Vlasenko | 2021-10-13 | 1 | -1/+1 |
* | hush: in a comment, document what -i might be doing | Denys Vlasenko | 2021-10-13 | 1 | -3/+2 |
* | Make const ptr assign as function call in clang | YU Jincheng | 2021-10-09 | 1 | -3/+3 |
* | ash: speed up ${x//\*/|} too, make it independent of ASH_OPTIMIZE_FOR_SIZE | Denys Vlasenko | 2021-10-09 | 1 | -6/+12 |
* | ash.c: speedup ${s:} substring (no quotes) | Alin Mr | 2021-10-09 | 1 | -6/+11 |
* | *: generalize "const trick" | YU Jincheng | 2021-10-07 | 1 | -20/+3 |
* | ash: fix compile breakage in !ENABLE_ASH_ALIAS config | Denys Vlasenko | 2021-09-28 | 1 | -2/+2 |
* | ash: introduce bash-like $FUNCNAME | Denys Vlasenko | 2021-09-15 | 1 | -3/+24 |