The following reply was made to PR kern/147604; it has been noted by GNATS.
From: Jilles Tjoelker <[email protected]> To: [email protected], [email protected] Cc: Subject: Re: kern/147604: [kqueue] kqueue timer events are not deleted when associated descriptor is closed Date: Sat, 19 Jun 2010 15:53:02 +0200 The way I read the man page, the ident for EVFILT_TIMER is an arbitrary number and is unrelated to file descriptors. In that case, the implementation is correct. Note, for example, that EVFILT_PROC does not take a file descriptor either, but a process ID. -- Jilles Tjoelker _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
