CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2025/02/09 05:14:13
Modified files: sys/kern : kern_sig.c Log message: Factor out the logic on how to stop a process from single_tread_set() into process_stop(). This logic will be used by the signal stop code soon. OK mpi@