]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make kevents on pipes work as described in the manpage - when the last
authorsobomax <sobomax@FreeBSD.org>
Mon, 19 Nov 2001 09:25:30 +0000 (09:25 +0000)
committersobomax <sobomax@FreeBSD.org>
Mon, 19 Nov 2001 09:25:30 +0000 (09:25 +0000)
commit23105d497903bd0954296e80567bd44d8b3c6100
tree75535786680d215cf0bff895e8c19a89f8acf3a5
parent31d89aa48d91c0c83f48a8abf75228f53582a531
Make kevents on pipes work as described in the manpage - when the last
reader/writer disconnects, ensure that anybody who is waiting for the
kevent on the other end of the pipe gets EV_EOF.

MFC after: 2 weeks
sys/kern/sys_pipe.c