CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2025/01/24 12:29:54
Modified files: sys/kern : kern_sig.c Log message: Make process_continue take a process as argument. If curproc is part of the process to continue then that thread is already running and should be skipped. On top of this add an extra check to only continue threads in state SSTOP to prevent a possible panic in setrunnable. OK mpi@