Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/kqueue]: src/sys all filesystems supporting fifos now support kevents on...
details: https://anonhg.NetBSD.org/src/rev/0d7c68523988
branches: kqueue
changeset: 512509:0d7c68523988
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Sun Sep 22 14:04:07 2002 +0000
description:
all filesystems supporting fifos now support kevents on fifos; tested
on nfs and ffs, others just mechanically adjusted
diffstat:
sys/kqueue-todo | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diffs (25 lines):
diff -r 7327cfe65e1a -r 0d7c68523988 sys/kqueue-todo
--- a/sys/kqueue-todo Sun Sep 22 13:57:38 2002 +0000
+++ b/sys/kqueue-todo Sun Sep 22 14:04:07 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: kqueue-todo,v 1.1.2.21 2002/09/22 13:22:52 jdolecek Exp $
+# $NetBSD: kqueue-todo,v 1.1.2.22 2002/09/22 14:04:07 jdolecek Exp $
items todo from bill sommerfeld/thorpej:
- multiple entry points
@@ -84,13 +84,12 @@
EVFILT_VNODE OK for ufs (all NOTE_*s seem to work).
implement & test for other file systems.
- EVFILT_READ OK for ffs, fifo; socket listen, socket read, pipes
+ EVFILT_READ OK for ffs, socket listen, socket read, pipes, fifos
test tty
implement & test for other file systems.
- EVFILT_WRITE OK for pipes, socket, fifo@ffs
+ EVFILT_WRITE OK for pipes, socket, fifos
test tty
- implement & test fifo support for other file systems.
EVFILT_AIO FAIL: not implemented, returns EINVAL
Home |
Main Index |
Thread Index |
Old Index