Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/kern
Module Name: src
Committed By: plunky
Date: Sun Oct 12 09:26:50 UTC 2008
Modified Files:
src/sys/kern: uipc_socket.c
Log Message:
fix problem pointed out by ad where sockopt may end up sleeping
inappropriately with the socket lock held.
sockopt_init() may sleep
sockopt_set() will not sleep
sockopt_getmbuf() for legacy code will not sleep
To generate a diff of this commit:
cvs rdiff -r1.175 -r1.176 src/sys/kern/uipc_socket.c
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