CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/03/12 03:13:28
Modified files:
sys/kern : kern_exec.c kern_exit.c kern_sig.c
sys/sys : proc.h
Log message:
Kill SINGLE_PTRACE and use SINGLE_SUSPEND which has almost the same semantic
single_thread_set() is modified to explicitly indicated when waiting until
sibling threads are parked is required. This is obviously not required if
a traced thread is switching away from a CPU after handling a STOP signal.
ok claudio@
