CVSROOT: /cvs Module name: src Changes by: rob...@cvs.openbsd.org 2018/01/13 05:58:40
Modified files: lib/libc/sys : kqueue.2 sys/kern : kern_event.c sys/sys : event.h Log message: introduce a filter called EVFILT_DEVICE that can be used to notify listeners of device state changes. currently only supports NOTE_CHANGE that will be used by drm(4) ok kettenis@