CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/06/09 21:15:53
Modified files:
sys/kern : kern_resource.c
sys/sys : proc.h
Log message:
Avoid changing resource limits in rucheck() by introducing a new state
variable that tracks when to send next SIGXCPU. This eases MP work and
prevents accidental alteration of shared resource limit structs.
OK mpi@ semarie@
