CVSROOT: /cvs Module name: src Changes by: mi...@cvs.openbsd.org 2018/04/08 10:45:12
Modified files: sys/kern : kern_event.c Log message: Test for preexisting conditions when re-enabling events When an event that was disabled by EV_DISABLE or EV_DISPATCH is registered again, an associated filter must be ran to mark it active if a preexisting condition is present. The issue was reported and fix tested by Lukas Larsson <lukas at erlang.org>, thanks! ok mpi