mirror of
https://github.com/sheumann/hush.git
synced 2024-11-18 17:10:36 +00:00
c37475dcbc
This should avoid strange behavior due to races when the parent has resumed but the child is still running the exec* code in libc, which mainly manifests itself when running at low speed. We also change to signaling the child's completion with SIGALRM, and setting an extra alarm in the parent in case the child doesn't actually do it. |
||
---|---|---|
.. | ||
hush_test | ||
glob.c | ||
glob.h | ||
hush.c | ||
hushleaktool.sh | ||
match.c | ||
match.h | ||
math.c | ||
math.h | ||
random.c | ||
random.h | ||
shell.common.c | ||
shell.common.h |