Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Oct 2021 14:29:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 258010] kqueue shortcoming for desktop usage
Message-ID:  <bug-258010-227-j0wd8HCyX1@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-258010-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-258010-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D258010

Mark Johnston <markj@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |markj@FreeBSD.org
             Status|New                         |Open

--- Comment #1 from Mark Johnston <markj@FreeBSD.org> ---
Regarding issue 2, it's now possible to open unix sockets with open(O_PATH):
https://cgit.freebsd.org/src/commit/?id=3D2bd9826995ca6b23f8b088cfa035c0ad1=
c578ac3

For now kevent() on such fds is not permitted, but I think we could enable
EVFILT_VNODE events on them as was done for named pipes recently:
https://cgit.freebsd.org/src/commit/?id=3D7259ca31048e5ced8e7f90657a3d7084a=
eafdf51

Would that be sufficient here?

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-258010-227-j0wd8HCyX1>