CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2024/11/24 05:58:06
Modified files: sys/kern : kern_sig.c Log message: Do not clear P_WSLEEP in ptsigna's SIGCONT handling. cursig() no longer stops threads while called during the sleep transition and so there is no need to clear P_WSLEEP. OK mpi@