CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/03/08 03:12:05
Modified files:
sys/kern : kern_exec.c kern_exit.c kern_sig.c
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@
