Denis Vlasenko
|
41eb300ff6
ash: shrink on top of previous change
|
16 年 前 |
Denis Vlasenko
|
727752d2d2
ash: better fix for ash -c 'echo 5&' and ash -c 'sleep 5&'
|
16 年 前 |
Denis Vlasenko
|
61befda93b
ash,hush: add TODO for rare build failure
|
16 年 前 |
Denis Vlasenko
|
1689840672
ash: fix bad interaction between ash -c '....&' and bash compat
|
16 年 前 |
Denis Vlasenko
|
cc5feabeba
ash: NTO2 needs #if ENABLE_ASH_BASH_COMPAT
|
16 年 前 |
Denis Vlasenko
|
340299a8bc
ash: fix miscalculation of memory needed for eval tree
|
16 年 前 |
Denis Vlasenko
|
be54d6bc60
ash: fix "while kill -0 $child; do true; done" looping forever.
|
16 年 前 |
Denis Vlasenko
|
b730474bda
ash: fix NOEXEC mode - we were forgetting to pass environment!
|
16 年 前 |
Denis Vlasenko
|
834dee785d
ash: support &> redirection (bashism). ~90 bytes of code
|
16 年 前 |
Denis Vlasenko
|
176d49d4f7
ash: some beautification work, no code changes
|
16 年 前 |
Denis Vlasenko
|
559691a3bf
ash: implement ">&file" bashism. ~100 bytes.
|
16 年 前 |
Denis Vlasenko
|
d6855d1b50
style fixes, no code changes
|
16 年 前 |
Denis Vlasenko
|
34c73c499b
ash: fix "(cat < file)" hang introduced by rev 22944.
|
16 年 前 |
Denis Vlasenko
|
c90e1be01b
ash: bash compat: "shift $BIGNUM" is equivalent to "shift 1"
|
16 年 前 |
Denis Vlasenko
|
87d5fd984e
ash: fix typo
|
16 年 前 |
Denis Vlasenko
|
4e19a9c81a
ash: hopefully close bug 4324. With testcase.
|
16 年 前 |
Denis Vlasenko
|
6a0ad25061
ash: dont allow e.g. exec <&10 to attach to stript's fd!
|
16 年 前 |
Denis Vlasenko
|
22f7414843
ash: prevent exec NN>&- from closing fd used for script reading
|
16 年 前 |
Denis Vlasenko
|
5a867317bb
ash: fix a bug where redirection fds were not closed afterwards.
|
16 年 前 |
Denis Vlasenko
|
6fbb43bc3c
ash: teach ash about 123>file. It could take only 0..9 before
|
16 年 前 |
Denis Vlasenko
|
6514c5e35c
ash: ducument where "no fds > 9 in redirects" limitation is.
|
16 年 前 |
Denis Vlasenko
|
8d924ecf38
ash: ditch dupredirect(), it was only making code harder to read.
|
16 年 前 |
Denis Vlasenko
|
0b76964ae1
ash: explain redirect code a bit
|
16 年 前 |
Denis Vlasenko
|
2dc240c0d6
ash: code shrink
|
16 年 前 |
Bernhard Reutner-Fischer
|
a53de7f7c2
- fix spelling
|
16 年 前 |
Denis Vlasenko
|
3177ba0852
ash: small code shrink
|
16 年 前 |
Denis Vlasenko
|
e7067e38ea
ash: fix segfault in "command -v"
|
16 年 前 |
Denis Vlasenko
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 年 前 |
Denis Vlasenko
|
fa0b56db76
sendmail: fix wrong vfork usage here too
|
16 年 前 |
Denis Vlasenko
|
ce13b76002
libbb: shrink monotonic_XXX functions, introduce monotonic_ns
|
16 年 前 |