Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc/sys/kern
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.
Home |
Main Index |
Thread Index |
Old Index