CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2024/07/29 06:42:53
Modified files: sys/kern : kern_event.c kern_sig.c sys/sys : event.h Log message: Move the signal related kqueue filters to kern_event.c. Since proc and signal filters share the same klist it makes sense to keep them together. OK mvs@