K 10 svn:author V 2 ed K 8 svn:date V 27 2009-06-23T21:43:02.988152Z K 7 svn:log V 301 Improve my last commit: use a separate condvar to serialize. The advantage of using a separate condvar is that we can just use cv_signal(9) instead of cv_broadcast(9). It makes no sense to wake up multiple threads. It also makes the TTY code easier to understand. t_dcdwait sounds totally unrelated. END