CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/06/15 07:18:33
Modified files:
sys/kern : kern_event.c kern_sig.c
Log message:
Raise SPL when modifying ps_klist to prevent a race with interrupts.
The list can be accessed from interrupt context if a signal is sent
from an interrupt handler.
OK anton@ cheloha@ mpi@
