K 10 svn:author V 3 alc K 8 svn:date V 27 2002-01-20T00:52:44.000000Z K 7 svn:log V 313 o Revision 1.99 ("KSE Milestone 2") left the aio daemons sleeping on a process object but changed the corresponding wakeup()s to the thread object. The result was that non-raw aio ops waited for an aio daemon to timeout before action was taken. Now, we sleep on the thread object. PR: kern/34016 END