[followups on tech-kern]
I propose to remove the filemon(4) device.
- Why? filemon(4), which writes records of file-related system calls
to a file, is redundant with ktrace, except potentially for
performance concerns (but I don't know whether anyone has measured).
Our implementation raise
In article <20200112210449.accca60...@jupiter.mumble.net>,
Taylor R Campbell wrote:
>-=-=-=-=-=-
>
>[followups on tech-kern]
>
>I propose to remove the filemon(4) device.
>
>- Why? filemon(4), which writes records of file-related system calls
> to a file, is redundant with ktrace, except potent