The following reply was made to PR kern/55663; it has been noted by GNATS.
From: Joerg Sonnenberger <joerg%bec.de@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: kern-bug-people%netbsd.org@localhost, gnats-admin%netbsd.org@localhost,
netbsd-bugs%netbsd.org@localhost, nruslan_devel%yahoo.com@localhost
Subject: Re: kern/55663: Support for EVFILT_USER in kqueue(2)
Date: Mon, 12 Oct 2020 12:51:38 +0200
On Mon, Oct 12, 2020 at 08:40:02AM +0000, John Nemeth wrote:
> I was looking at this awhile ago, but got sidetracked. I
> would like to see this, and would probably tackle it.
I don't really see the point of EVFILT_USER, especially with the diff
posted the first time. It adds very little over what can be done with a
simple pipe in userland already and seems actually more limited than the
pipe solution too.
Joerg