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