K 10 svn:author V 3 jhb K 8 svn:date V 27 2007-05-08T21:49:59.000000Z K 7 svn:log V 281 Fix a potential LOR with sx_sleep() and cv_wait() with sx locks by 1) adding the thread to the sleepq via sleepq_add() before dropping the lock, and 2) dropping the sleepq lock around calls to lc_unlock() for sleepable locks (i.e. locks that use sleepq's in their implementation). END