index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
/
ash_doc.txt
Age
Commit message (
Collapse
)
Author
2008-02-10
ash: fix "orwell bug" 1984. Testcase:
Denis Vlasenko
trap_handler() { echo trap } trap trap_handler USR1 sleep 3600 & while true; do wait; done