K 10 svn:author V 3 mjg K 8 svn:date V 27 2017-11-25T20:13:50.912184Z K 7 svn:log V 322 sx: change sunlock to wake waiters up if it locked sleepq sleepq is only locked if the curhtread is the last reader. By the time the lock gets acquired new ones could have arrived. The previous code would unlock and loop back. This results spurious relocking of sleepq. This is a step towards xadd-based unlock routine. END