Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 09/03/2003 21:30:15
Module Name:	src
Committed By:	matt
Date:		Wed Sep  3 21:30:15 UTC 2003

Modified Files:
	src/sys/kern: uipc_usrreq.c
	src/sys/miscfs/fifofs: fifo_vnops.c
	src/sys/sys: un.h

Log Message:
Change the behavor of AF_LOCAL connect() to sleep until the server has
accepted the connection.  This can prevent a client from overwhelming a
server.


To generate a diff of this commit:
cvs rdiff -r1.67 -r1.68 src/sys/kern/uipc_usrreq.c
cvs rdiff -r1.42 -r1.43 src/sys/miscfs/fifofs/fifo_vnops.c
cvs rdiff -r1.30 -r1.31 src/sys/sys/un.h

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