K 10 svn:author V 7 rwatson K 8 svn:date V 27 2004-08-24T05:28:18.000000Z K 7 svn:log V 361 Conditional acquisition of socket buffer mutexes when testing socket buffers with kqueue filters is no longer required: the kqueue framework will guarantee that the mutex is held on entering the filter, either due to a call from the socket code already holding the mutex, or by explicitly acquiring it. This removes the last of the conditional socket locking. END