CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/10/22 09:16:50
Modified files:
sys/kern : sys_pipe.c
Log message:
Revert "Preserve select(2) semantics when the other end of the pipe is gone".
The logic to emulate the current poll/select behavior is better implemented
at the syscall layer and not in the kqueue backend.
Discussed with deraadt@, ok anton@
