created | 2021-03-16T14:25:45Z |
---|---|
begin | 2021-03-08T05:57:34Z |
end | 2021-03-08T10:12:05Z |
path | src/sys |
commits | 1 |
date | 2021-03-08T10:12:05Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/kern/kern_exec.c | log | diff | annotate |
src/sys/kern/kern_exit.c | log | diff | annotate | |
src/sys/kern/kern_sig.c | log | diff | annotate | |
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@ |