CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/12/07 04:15:50
Modified files:
sys/kern : kern_event.c
sys/sys : event.h
Log message:
Refactor kqueue_scan() so it can be used by other syscalls.
Stop iterating in the function and instead copy the returned events to
userland after every call.
ok visa@
