Denys Vlasenko
|
96b0607302
ash: cache more of uid/gid syscalls
|
2 months ago |
Denys Vlasenko
|
d26e958725
ash: make "test -x" use cached groupinfo
|
2 months ago |
Denys Vlasenko
|
4c1d645c86
libbb: simplify parameter passing in is_in_supplementary_groups()
|
2 months ago |
Denys Vlasenko
|
860b3d066f
ash: command -v CMD must skip (go to next path) when CMD exists, but is not executable
|
2 months ago |
Ron Yorston
|
24aa93d538
ash: reject unknown long options
|
2 months ago |
Ron Yorston
|
371fe9f71d
ash: move hashvar() calls into findvar()
|
8 months ago |
Denys Vlasenko
|
08fb86726b
ash: remove limitation on fd# length
|
5 months ago |
Denys Vlasenko
|
0829fce079
ash: do not abort interactive mode on >&9999 redirect
|
5 months ago |
Ron Yorston
|
0af28b84e5
ash: remove defunct control character to save a few bytes
|
5 months ago |
Ron Yorston
|
ba0f94458b
ash: fix parsing of alias expansion + bash features
|
7 months ago |
Denys Vlasenko
|
c5a1be25ba
ash: fix handling of single-quoted strings in pattern substitution
|
9 months ago |
zhuyan
|
ed4a24dfd1
ash: initialize basepf.buf in ash
|
1 year ago |
Denys Vlasenko
|
5353df91cb
Update applet size estimates
|
1 year ago |
Denys Vlasenko
|
a9047e0980
ash: tweak comments, no code changes
|
1 year ago |
Denys Vlasenko
|
ae351311da
ash: remove "volatile" specifier from suppress_int
|
1 year ago |
Denys Vlasenko
|
5e0411a7fb
ash: disable sleep as builtin, closes 15619
|
1 year ago |
Denys Vlasenko
|
07a95cfcab
ash: disable check for "good" function name, bash does not check this
|
1 year ago |
Denys Vlasenko
|
96769486e2
shell: move varcmp() to shell_common.h and use it in hush
|
1 year ago |
Denys Vlasenko
|
d0441222db
ash: code shrink
|
1 year ago |
Karsten Sperling
|
3e83699ce2
ash: use-after-free in bash pattern substitution
|
1 year ago |
Ron Yorston
|
acae889dd9
ash,hush: tab completion of functions and aliases
|
1 year ago |
Denys Vlasenko
|
46e92e1e56
ash: code shrink: do not take address of prefix(), allowing it to inline
|
1 year ago |
Denys Vlasenko
|
a33d19eba8
ash: code shrink - reuse is_prefixed_with() from libbb
|
1 year ago |
Denys Vlasenko
|
94780e3e8e
ash: get rid of separate mail_var_path_changed flag variable
|
1 year ago |
Denys Vlasenko
|
7ababc3e3c
ash: fix still-broken new mail detection
|
1 year ago |
Denys Vlasenko
|
2860b2530e
ash: fix broken new mail detection
|
1 year ago |
Denys Vlasenko
|
00fc136843
ash: code shrink
|
1 year ago |
Denys Vlasenko
|
262a845477
ash: exec: Stricter pathopt parsing - lost chunk
|
1 year ago |
Ron Yorston
|
098cd7ece4
ash: improve trap and jobs builtins in child shells
|
1 year ago |
Ron Yorston
|
470fa7b364
ash: make EPOCH variables work if RANDOM is disabled
|
1 year ago |