History log of /freebsd-9.3-release/sys/dev/filemon/
Revision Date Author Comments
267654 20-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


254096 08-Aug-2013 hrs

MFC 253887,253977:

- Use pget(PGET_CANDEBUG | PGET_NOTWEXIT) to determine if the specified
PID is valid for monitoring in FILEMON_SET_PID ioctl.

- Set the monitored PID to -1 when the process exits.

Suggested by: jilles
Tested by: sjg


251504 07-Jun-2013 obrien

MFC: r251368, r251382: Match the options of the kernel.


242142 26-Oct-2012 obrien

MFC: r242137: Iterate rather than use recursion. We can blow out the
kernel stack if there is a long chain of fork(2)s.


237795 29-Jun-2012 obrien

MFC: r236592 r236593 r236594 r236620 r236621 r236622 r236637 r237794: filemon(4)


236592 04-Jun-2012 obrien

Add the 'filemon' device. 'filemon' is a kernel module that provides a device
interface for processes to record system calls of its children.

Submitted by: Juniper Networks.