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:           Sat Nov 29 10:02:43 UTC 2003

Modified Files:
        src/sys/kern: uipc_syscalls.c uipc_usrreq.c
        src/sys/miscfs/fifofs: fifo_vnops.c
        src/sys/miscfs/portal: portal_vnops.c
        src/sys/sys: un.h unpcb.h

Log Message:
Restore a change that made AF_LOCAL sockets block on connect(2) until
accepted.  However, this time this behavor is not the default.  Instead
it must enabled by using the LOCAL_CONNWAIT socket option on either the
connecting or accepting socket.


To generate a diff of this commit:
cvs rdiff -r1.85 -r1.86 src/sys/kern/uipc_syscalls.c
cvs rdiff -r1.71 -r1.72 src/sys/kern/uipc_usrreq.c
cvs rdiff -r1.44 -r1.45 src/sys/miscfs/fifofs/fifo_vnops.c
cvs rdiff -r1.51 -r1.52 src/sys/miscfs/portal/portal_vnops.c
cvs rdiff -r1.32 -r1.33 src/sys/sys/un.h
cvs rdiff -r1.12 -r1.13 src/sys/sys/unpcb.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