File: TODO

package info (click to toggle)
libkqueue 2.3.1-1.1~exp1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 792 kB
  • sloc: ansic: 9,341; makefile: 68; perl: 22; sh: 7
file content (17 lines) | stat: -rw-r--r-- 609 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

 * 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.

 * Add a dbg_printf() statement within kevent_wait() to report the value
   of the timeout.

 * 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.