|
|
|
|
|
by xenadu02
54 days ago
|
|
I have no idea why they aren't using kqueue but that works on macOS and FreeBSD. It has for years. You want EVFILT_VNODE with NOTE_WRITE. That's hooked up to VNOP_WRITE in the kernel, the call made to the relevant filesystem to actually perform the write. |
|