[Bug 224615] [PATCH] kevent: EVFILT_READ returns EV_EOF on named pipe when it should not
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Apr 22 01:44:45 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224615
Jan Kokemüller <jan.kokemueller at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #189130|0 |1
is obsolete| |
--- Comment #2 from Jan Kokemüller <jan.kokemueller at gmail.com> ---
Created attachment 213659
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=213659&action=edit
Updated FIFO/pipe fixes
I've been running these FIFO/pipe fixes for some time now. I've attached the
current version of the patch. This should also fix
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203366 and some other minor
issues I've come across.
I wrote a lot of ATF tests for FIFO/pipe behavior with kqueue/poll here:
https://github.com/jiixyj/epoll-shim/blob/develop/test/pipe-test.c . I'd love
to clean them up for inclusion into FreeBSD. Currently there is lots of code to
test FIFOs/pipes under other operating systems as well which obscures the
important stuff a bit.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-bugs
mailing list