darling-libkqueue/TODO
mheily 72f7108e58 rel 1.0
git-svn-id: svn://svn.code.sf.net/p/libkqueue/code/trunk@340 fb4e3144-bc1c-4b72-a658-5bcd248dd7f7
2010-09-18 18:47:24 +00:00

17 lines
699 B
Plaintext

* 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.
* Fix the crasher w/ corruption in test/vnode.c
* Add the kevent64() syscall as implemented on MacOS X. This guarantees
that 64-bit values can be used in the 'udata' field on 32-bit platforms.
* Check other filters for the EV_DISPATCH bug that was fixed in r252.