Re: kqueue(2) changes

2017-06-15 Thread Baptiste Daroussin
On Fri, Jun 02, 2017 at 10:45:16AM +0300, Konstantin Belousov wrote: > I implemented an option to specify absolute time for kqueue(2) timers, > and did required type changes to support larger values in struct kevent. > Please see https://reviews.freebsd.org/D11025 for the patch, including > man

kqueue(2) changes

2017-06-02 Thread Konstantin Belousov
I implemented an option to specify absolute time for kqueue(2) timers, and did required type changes to support larger values in struct kevent. Please see https://reviews.freebsd.org/D11025 for the patch, including man page update, and for some more detailed explanation. Please review.