Subject: CVS commit: syssrc/sys/kern
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 09/25/2001 22:01:22
Module Name: syssrc
Committed By: jdolecek
Date: Tue Sep 25 19:01:21 UTC 2001
Modified Files:
syssrc/sys/kern: sys_pipe.c
Log Message:
Take care to transfer whole buffer passed via write(2); write(2) should
not do short writes unless when using non-blocking I/O.
This fixes kern/13744 by Geoff C. Wing.
Note this partially undoes rev. 1.5 change. Upon closer examination,
it's been apparent that hbench-OS expectations were not actually justified.
To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 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.