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: 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.
Home |
Main Index |
Thread Index |
Old Index