Subject: PR/27185 CVS commit: [netbsd-3] src/sys/kern
To: None <jdolecek@netbsd.org, gnats-admin@netbsd.org,>
From: Matthias Scheler <tron@netbsd.org>
List: netbsd-bugs
Date: 09/14/2005 20:36:02
The following reply was made to PR kern/27185; it has been noted by GNATS.

From: Matthias Scheler <tron@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/27185 CVS commit: [netbsd-3] src/sys/kern
Date: Wed, 14 Sep 2005 20:35:05 +0000 (UTC)

 Module Name:	src
 Committed By:	tron
 Date:		Wed Sep 14 20:35:05 UTC 2005
 
 Modified Files:
 	src/sys/kern [netbsd-3]: sys_pipe.c
 
 Log Message:
 Pull up following revision(s) (requested by christos in ticket #773):
 	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.64 -r1.64.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.