Subject: CVS commit: [netbsd-2] src/sys/kern
To: None <source-changes@NetBSD.org>
From: Jeff Rizzo <riz@netbsd.org>
List: source-changes
Date: 09/13/2005 23:04:57
Module Name:	src
Committed By:	riz
Date:		Tue Sep 13 23:04:57 UTC 2005

Modified Files:
	src/sys/kern [netbsd-2]: sys_pipe.c

Log Message:
Pull up following revision(s) (requested by christos in ticket #5845):
	sys/kern/sys_pipe.c: revision 1.66
PR/27185: Christian Biere: kqueue: EOF on pipe gains no EVFILT_READ event
Set the PIPE_EOF flag before we wakeup() our peer. While here GC unused
argument from pipeselwakeup() and call it even when fp == NULL.


To generate a diff of this commit:
cvs rdiff -r1.55.2.2 -r1.55.2.2.2.1 src/sys/kern/sys_pipe.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.