CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/07/03 08:32:02
Modified files:
sys/kern : kern_descrip.c kern_event.c
Log message:
Lock the kernel when removing file descriptors from the descriptor
table. This should prevent a race with kevent when unlocked code
closes file descriptors that are fully set up.
OK mpi@
