[Bug 258010] kqueue shortcoming for desktop usage
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 258010] kqueue shortcoming for desktop usage"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 21 Oct 2021 14:29:08 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258010 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=2bd9826995ca6b23f8b088cfa035c0ad1c578ac3 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=7259ca31048e5ced8e7f90657a3d7084aeafdf51 Would that be sufficient here? -- You are receiving this mail because: You are the assignee for the bug.