add todos

git-svn-id: svn://svn.code.sf.net/p/libkqueue/code/trunk@311 fb4e3144-bc1c-4b72-a658-5bcd248dd7f7
This commit is contained in:
mheily 2010-09-05 18:18:15 +00:00
parent bda96cb16c
commit 4ec223d11e

10
TODO
View File

@ -1,3 +1,13 @@
* Add a counter that increments on each each kevent() call. When printing
debug information within kevent(), display the value of the counter.
This will be helpful when debugging a multithreaded program that may have
multiple kevent() calls executing in parallel.
* Add a dbg_printf() statement within kevent_wait() to report the value
of the timeout.
* Refactor kevent_copyin() to remove the goto statements.
* Ensure that kevent_copyout() on Solaris does not rely on having
the filter lock. Linux has already been converted.