Source-Changes-HG archive

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

[src/kqueue]: src/sys fifos at ffs tested



details:   https://anonhg.NetBSD.org/src/rev/6023da6dbafd
branches:  kqueue
changeset: 512507:6023da6dbafd
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Sun Sep 22 13:22:52 2002 +0000

description:
fifos at ffs tested

diffstat:

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

diffs (27 lines):

diff -r 97bea5310aff -r 6023da6dbafd sys/kqueue-todo
--- a/sys/kqueue-todo   Sun Sep 22 11:35:07 2002 +0000
+++ b/sys/kqueue-todo   Sun Sep 22 13:22:52 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: kqueue-todo,v 1.1.2.20 2002/09/21 19:50:44 jdolecek Exp $
+#      $NetBSD: kqueue-todo,v 1.1.2.21 2002/09/22 13:22:52 jdolecek Exp $
 
 items todo from bill sommerfeld/thorpej:
        - multiple entry points
@@ -84,12 +84,13 @@
        EVFILT_VNODE    OK for ufs (all NOTE_*s seem to work).
                        implement & test for other file systems.
 
-       EVFILT_READ     OK for ufs, socket listen, socket read, pipes
-                       test fifos, tty
+       EVFILT_READ     OK for ffs, fifo; socket listen, socket read, pipes
+                       test tty
                        implement & test for other file systems.
 
-       EVFILT_WRITE    OK for pipes
-                       test socket, tty, fifo
+       EVFILT_WRITE    OK for pipes, socket, fifo@ffs
+                       test tty
+                       implement & test fifo support for other file systems.
 
        EVFILT_AIO      FAIL: not implemented, returns EINVAL
 



Home | Main Index | Thread Index | Old Index