CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/01/13 06:57:19
Modified files:
sys/kern : kern_event.c
Log message:
Allocate kqueue instance outside fdplock to avoid sleeping with
the lock held. This also shortens the critical section.
Prompted by and OK anton@
