K 10 svn:author V 4 jake K 8 svn:date V 27 2001-07-04T00:32:50.000000Z K 7 svn:log V 330 Implement mwakeup, mwakeup_one, cv_signal_drop and cv_broadcast_drop. These take an additional mutex argument, which is dropped before any processes are made runnable. This can avoid contention on the mutex if the processes would immediately acquire it, and is done in such a way that wakeups will not be lost. Reviewed by: jhb END