Subject: CVS commit: [netbsd-1-6] syssrc/sys/kern
To: None <source-changes@netbsd.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 11/08/2002 11:31:38
Module Name:	syssrc
Committed By:	tron
Date:		Fri Nov  8 09:31:37 UTC 2002

Modified Files:
	syssrc/sys/kern [netbsd-1-6]: uipc_socket.c

Log Message:
Pull up revision 1.68 (requested by thorpej in ticket #429):
Fix 2 bugs with MSG_WAITALL.  The first is to not block forever if one is
trying to MSG_PEEK for more than the socket can hold.  The second is that
before sleeping waiting for more data, upcall the protocol telling it you
have just received data so it can kick itself to re-fill the just drained
socket buffer.


To generate a diff of this commit:
cvs rdiff -r1.66.4.1 -r1.66.4.2 syssrc/sys/kern/uipc_socket.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.