index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
/
hush_test
/
hush-redir
Age
Commit message (
Expand
)
Author
2019-11-01
hush: restore redirected stdin
Denys Vlasenko
2018-07-24
hush: fix nested redirects colliding with script fds
Denys Vlasenko
2018-04-05
hush: fix a few more corner cases with empty-expanding `cmds`
Denys Vlasenko
2018-04-05
hush: fix corner cases with exec in empty expansions
Denys Vlasenko
2018-03-28
ash,hush: fix "saved" redirected fds still visible in children
Denys Vlasenko
2017-07-31
ash: significant overhaul of redirect saving logic
Denys Vlasenko
2017-07-24
hush: fix a case when redirect to a closed fd #1 is not restoring (closing) it
Denys Vlasenko
2017-07-07
hush: fix two redirection testcase failures
Denys Vlasenko
2017-07-06
shell: sync redir/* tests
Denys Vlasenko
2017-07-06
hush: add a TODO about redir3.tests failure
Denys Vlasenko
2017-07-06
hush: rename hush-redir/redir3.tests (ash has redir3.tests which id different)
Denys Vlasenko
2017-01-07
ash: fix open fds leaking in redirects. Closes 9561
Denys Vlasenko
2016-10-02
sh testsuite: sync ash-redir/ and hush-redir/
Denys Vlasenko
2016-10-02
sh testsuite: create hush-redir/* and move files around
Denys Vlasenko