Subject: CVS commit: syssrc/sys/kern
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 10/08/2001 10:50:18
Module Name: syssrc
Committed By: mycroft
Date: Mon Oct 8 07:50:18 UTC 2001
Modified Files:
syssrc/sys/kern: sys_pipe.c
Log Message:
When a pipe was grown to BIG_PIPE_SIZE, we could get in a select()/write() loop
because pipe_poll() and pipe_write() did not agree on when it was okay to write
more data. Fix pipe_write(), since it seems to be the broken one.
To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 syssrc/sys/kern/sys_pipe.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.