- Use conditional compilation to avoid using NOTE_OOB, NOTE_SIGNAL on FreeBSD (#18, @DavidAlphaFox)
- Disable EVFILT_EXCEPT on OpenBSD (#18, @DavidAlphaFox)
- Support EVFILT_USER
- Remove the use of ctypes
- Limit support to 64 bit systems
- Add pre-defined constants for filter flags
- Initial version of kqueue-ml