Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/kqueue]: src/sys EVFILT_READ/EVFILT_VNODE tested&working for ~all suppor...



details:   https://anonhg.NetBSD.org/src/rev/e63bb81b3754
branches:  kqueue
changeset: 512546:e63bb81b3754
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Thu Oct 10 21:34:02 2002 +0000

description:
EVFILT_READ/EVFILT_VNODE tested&working for ~all supported filesystems

diffstat:

 sys/kqueue-todo |  8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diffs (23 lines):

diff -r 23f8721e4374 -r e63bb81b3754 sys/kqueue-todo
--- a/sys/kqueue-todo   Thu Oct 10 18:40:07 2002 +0000
+++ b/sys/kqueue-todo   Thu Oct 10 21:34:02 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: kqueue-todo,v 1.1.2.26 2002/09/25 14:45:41 jdolecek Exp $
+#      $NetBSD: kqueue-todo,v 1.1.2.27 2002/10/10 21:34:02 jdolecek Exp $
 
 items todo from bill sommerfeld/thorpej:
        - multiple entry points
@@ -88,11 +88,9 @@
 
        EVFILT_SIGNAL   OK
 
-       EVFILT_VNODE    OK for ufs (all NOTE_*s seem to work).
-                       implement & test for other file systems.
+       EVFILT_VNODE    OK for files (all NOTE_*s seem to work)
 
-       EVFILT_READ     OK for ffs, socket listen+read, pipes, fifos, tty
-                       implement & test for other file systems.
+       EVFILT_READ     OK for files, socket listen+read, pipes, fifos, tty
 
        EVFILT_WRITE    OK for pipes, socket, fifos, tty
 



Home | Main Index | Thread Index | Old Index