CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/11/01 03:30:12
Modified files:
sys/kern : kern_synch.c
Log message:
In sleep_finish() is the process state is SSTOP force a mi_switch().
A SIGSTOP delivered between sleep_setup() and sleep_finish() will
just change the proc state to SSTOP and sleep_finis() needs to respect
that and make sure the thread stays stopped until a SIGCONT is issued.
OK mpi@
