CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/10/22 09:11:32
Modified files:
sys/kern : tty_pty.c uipc_socket.c
sys/miscfs/fifofs: fifo_vnops.c
Log message:
Make EVFILT_EXCEPT handling separate from the read filter.
This is a change of behavior and events wont be generated if there
is something to read on the fd. Only EV_EOF or NOTE_OOB will now
be reported.
While here a new filter for FIFOs supporting EV_EOF and __EV_HUP.
ok visa@
