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: ad
Date: Tue Jun 10 11:49:11 UTC 2008
Modified Files:
src/sys/kern: uipc_socket2.c uipc_usrreq.c
src/sys/sys: socketvar.h
Log Message:
There can be existing waiters on a socket's condition variables when we
change socket::so_lock, and they rely on the old lock to synchronize.
Wake them up whenever we change so_lock so they can restart their waits.
To generate a diff of this commit:
cvs rdiff -r1.94 -r1.95 src/sys/kern/uipc_socket2.c
cvs rdiff -r1.114 -r1.115 src/sys/kern/uipc_usrreq.c
cvs rdiff -r1.109 -r1.110 src/sys/sys/socketvar.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