mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
- 'kill()' syscall added - 'wait()' gets unblocked when a signal occurs - syscalls can get called from a signal handler without corrupting the 'sysio' object - the child's exit status gets correctly reported to 'wait()' - SIGCHLD gets ignored by default - pending signals survive 'execve()' Fixes #1035.