Source-Changes-HG archive

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

[src/kqueue]: src/sys Add another item (scour tree for selwakeup() calls).



details:   https://anonhg.NetBSD.org/src/rev/b13d223c5a97
branches:  kqueue
changeset: 512437:b13d223c5a97
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Sep 12 19:35:05 2001 +0000

description:
Add another item (scour tree for selwakeup() calls).

diffstat:

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

diffs (17 lines):

diff -r 45c48ec867ec -r b13d223c5a97 sys/kqueue-todo
--- a/sys/kqueue-todo   Wed Sep 12 19:12:34 2001 +0000
+++ b/sys/kqueue-todo   Wed Sep 12 19:35:05 2001 +0000
@@ -1,10 +1,12 @@
-#      $NetBSD: kqueue-todo,v 1.1.2.10 2001/09/12 19:12:34 thorpej Exp $
+#      $NetBSD: kqueue-todo,v 1.1.2.11 2001/09/12 19:35:05 thorpej Exp $
 
 items todo from bill sommerfeld/thorpej:
        - multiple entry points
        - events should remain across fork()
        - rewrite sowakeup()
        - high-level docco overview of kqueues [c.f jlemon's various papers]
+       - make sure there are no selwakeup() calls left (they should
+         all be selnotify() now).
        - kqfilter entry points for:
                - smb_trantcp
                - dev/pci/bktr/bktr_os.c                ??? doesn't poll?



Home | Main Index | Thread Index | Old Index