darling-libkqueue/TODO
mheily 9a8c316fa7 todo
git-svn-id: svn://svn.code.sf.net/p/libkqueue/code/trunk@253 fb4e3144-bc1c-4b72-a658-5bcd248dd7f7
2010-07-22 03:00:24 +00:00

12 lines
459 B
Plaintext

* Ensure that kevent_copyout() on Solaris does not rely on having
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.
* Include <sys/types.h> or convert u_int to uint32_t in event.h
* Check other filters for the EV_DISPATCH bug that was fixed in r252.