Denys Vlasenko
|
4c179373e0
ash: 16-bit ->nprocs field is a pain for many CPUs
|
%!s(int64=7) %!d(string=hai) anos |
Denys Vlasenko
|
7d4aec0c3e
ash: split bash compatible extensions into separate defines. No code changes
|
%!s(int64=7) %!d(string=hai) anos |
Denys Vlasenko
|
2b4c258e74
ash: revert "make dot command search current directory first"
|
%!s(int64=7) %!d(string=hai) anos |
Denys Vlasenko
|
265062d59d
shells: make hush test optional, rename ASH_BUILTIN_foo -> ASH_foo
|
%!s(int64=7) %!d(string=hai) anos |
Denys Vlasenko
|
f560422fa0
Big cleanup in config help and description
|
%!s(int64=7) %!d(string=hai) anos |
Denys Vlasenko
|
fb87d93d1e
ash: fix a bug in argv restoration after sourcing a file
|
%!s(int64=7) %!d(string=hai) anos |
Denys Vlasenko
|
86584e134e
ash: fix open fds leaking in redirects. Closes 9561
|
%!s(int64=7) %!d(string=hai) anos |
Kang-Che Sung
|
6cd0294725
ash: explicltly group ash options
|
%!s(int64=7) %!d(string=hai) anos |
Ron Yorston
|
ea7d2f6ec0
ash: fix error code regression
|
%!s(int64=7) %!d(string=hai) anos |
Denys Vlasenko
|
0b8835861b
Make it possible to select "sh" and "bash" aliases without selecting ash or hush
|
%!s(int64=8) %!d(string=hai) anos |
Denys Vlasenko
|
6704746c69
shell: move "config" blocks above their use in coditional includes
|
%!s(int64=8) %!d(string=hai) anos |
Denys Vlasenko
|
326edc3e37
Tweak some config defaults; fix MODPROBE_SMALL ordering in "make config"
|
%!s(int64=8) %!d(string=hai) anos |
Denys Vlasenko
|
2166952ec3
ash: clarify uclibc glob() bug in comment
|
%!s(int64=8) %!d(string=hai) anos |
Denys Vlasenko
|
3a4cdf45f9
ash: error out if ASH_INTERNAL_GLOB is not selected on uClibc
|
%!s(int64=8) %!d(string=hai) anos |
Denys Vlasenko
|
2fe66b1d2d
ash: fix signed char expansion bug
|
%!s(int64=8) %!d(string=hai) anos |
Denys Vlasenko
|
b6afcc7819
shell: suppress "unused var/func" warnings on some configs
|
%!s(int64=8) %!d(string=hai) anos |
Denys Vlasenko
|
4b89d512b1
ash,hush: make ^C in interactive mode visually much closer to bash behavior
|
%!s(int64=8) %!d(string=hai) anos |
Denys Vlasenko
|
8660aeb312
ash,hush: ^C from command line should set $? to 128+SIGINT
|
%!s(int64=8) %!d(string=hai) anos |
Denys Vlasenko
|
15fb91cefb
test: make [ and [[ forms individually selectable
|
%!s(int64=8) %!d(string=hai) anos |
Denys Vlasenko
|
06b114900f
ash: fix "duplicate local" code (forgot to re-enable interrupts)
|
%!s(int64=8) %!d(string=hai) anos |
Denys Vlasenko
|
1ab7c2fc6d
ash: while (!got_sig) pause() is not reliable, use sigsuspend()
|
%!s(int64=8) %!d(string=hai) anos |
Denys Vlasenko
|
d4f3db9427
ash: if using libc glob(), skip it if no metachars are in word
|
%!s(int64=8) %!d(string=hai) anos |
Denys Vlasenko
|
474ed06c39
ash: fix bit-rotten debug infrastructure
|
%!s(int64=8) %!d(string=hai) anos |
Denys Vlasenko
|
493b9cae80
ash: make popfile() anfter popallfiles() safe
|
%!s(int64=8) %!d(string=hai) anos |
Denys Vlasenko
|
8f7b0248ad
ash: use pause(), not sigsuspend(), in wait builtin
|
%!s(int64=8) %!d(string=hai) anos |
Denys Vlasenko
|
d81e9f5093
ash: fix interactive "command eval STRING" exiting on errors.
|
%!s(int64=8) %!d(string=hai) anos |
Denys Vlasenko
|
458c1f218b
ash: [JOBS] Fix dowait signal race
|
%!s(int64=8) %!d(string=hai) anos |
Denys Vlasenko
|
c0663c7cd2
ash: [SIGNAL] Remove EXSIG
|
%!s(int64=8) %!d(string=hai) anos |
Denys Vlasenko
|
6918811014
ash: open-code blocking_dowait_with_raise_on_sig()
|
%!s(int64=8) %!d(string=hai) anos |
Denys Vlasenko
|
b543bdadb3
ash: return to DOWAIT_* constants similar to dash, no logic changes
|
%!s(int64=8) %!d(string=hai) anos |