git-svn-id: svn://svn.code.sf.net/p/libkqueue/code/trunk@250 fb4e3144-bc1c-4b72-a658-5bcd248dd7f7
This commit is contained in:
mheily 2010-07-17 19:43:44 +00:00
parent 74dba6448f
commit bcbd6ce8ea

3
TODO
View File

@ -2,3 +2,6 @@
the filter lock. Linux has already been converted.
* 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.