CVSROOT:        /cvs
Module name:    src
Changes by:     chel...@cvs.openbsd.org 2019/07/01 10:52:02

Modified files:
        lib/libc/sys   : kqueue.2 
        sys/kern       : kern_event.c 

Log message:
kevent(2): remove 24hr timeout limit

As with nanosleep(2), poll(2), and select(2), here we can chip away at
the timespec until it's empty.  This lets us support the full range of
the timespec regardless of the kernel's HZ.

Update the manpage accordingly.

ok visa@

Reply via email to