Improvements in forking, threading, and signal code
http://blog.netbsd.org/tnf/entry/improvements_in_forking_threading_and [blog.netbsd.org]
2019-05-11 18:00
I am improving signaling code in the NetBSD kernel, covering corner cases with regression tests, and improving the documentation. I’ve been working at the level of sytems calls (syscalls): forking, threading, handling these with GDB, and tracing syscalls. Some work happens behind the scenes as I support the work of Michal Gorny on LLDB/ptrace features.
source: Dfly