K 10 svn:author V 2 ed K 8 svn:date V 27 2008-12-21T21:16:57.126763Z K 7 svn:log V 276 Set PTS_FINISHED before waking up any threads. Inside ptsdrv_{in,out}wakeup() we call KNOTE_LOCKED() to wake up any kevent(2) users. Because the kqueue handlers are executed synchronously, we must set PTS_FINISHED before calling ptsdrv_{in,out}wakeup(). Discovered by: nork END