2010-09-05 18:18:15 +00:00
|
|
|
|
2011-05-22 00:28:35 +00:00
|
|
|
* Create a FILTER_DECL() macro that initializes the 'struct filter' object,
|
|
|
|
with all members properly initialized. Then -Wno-missing-field-initializers
|
|
|
|
can be removed from CFLAGS.
|
|
|
|
|
|
|
|
* Implement the knote_modify() hook for all filters.
|
|
|
|
|
2010-09-05 18:18:15 +00:00
|
|
|
* Add a dbg_printf() statement within kevent_wait() to report the value
|
|
|
|
of the timeout.
|
|
|
|
|
|
|
|
* Refactor kevent_copyin() to remove the goto statements.
|
|
|
|
|
2010-02-03 03:48:27 +00:00
|
|
|
* Fix the crasher w/ corruption in test/vnode.c
|
2010-07-17 19:43:44 +00:00
|
|
|
|
|
|
|
* 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.
|
2010-07-18 16:01:03 +00:00
|
|
|
|
2010-07-22 03:00:24 +00:00
|
|
|
* Check other filters for the EV_DISPATCH bug that was fixed in r252.
|
2011-04-30 18:21:51 +00:00
|
|
|
|