K 10 svn:author V 3 jmg K 8 svn:date V 27 2005-03-25T16:28:05.000000Z K 7 svn:log V 560 MFC: >fix aio+kq... I've been running ambrisko's test program for much longer >w/o problems than I was before... This simply brings back the knote_delete >as knlist_delete which will also drop the knote's, instead of just clearing >the list and setting _ONESHOT... > >Fix a race where if a note was _INFLUX and _DETACHED, it could end up being >modified... whoopse.. > >Revision Changes Path >1.90 +11 -8 src/sys/kern/kern_event.c >1.183 +1 -1 src/sys/kern/vfs_aio.c >1.28 +6 -1 src/sys/sys/event.h Approved by: re (kensmith) END