CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/12/20 09:21:07
Modified files:
sys/kern : kern_event.c
Log message:
Run seltrue/dead event filter in modify and process callbacks
Do not assume event status in the modify and process callbacks. Instead
always run the event filter so that it has a chance to set knote flags.
The filter can also indicate event inactivity.
