aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/filemon
Commit message (Expand)AuthorAgeFilesLines
* - Use pget(PGET_CANDEBUG | PGET_NOTWEXIT) to determine if the specifiedHiroki Sato2013-08-062-6/+6
* Add p_candebug() check to FILEMON_SET_PID ioctl.Hiroki Sato2013-08-021-1/+8
* Build fix: Only <sys/cdefs.h> should be included before __FBSDID().John Baldwin2013-06-041-1/+2
* Match the options of the kernel.David E. O'Brien2013-06-042-2/+5
* A little bit easier to read.David E. O'Brien2012-10-261-6/+7
* Iterate rather than use recursion. We can blow out the kernel stack if thereDavid E. O'Brien2012-10-261-8/+7
* Desupport pre-FreeBSD 7.1.David E. O'Brien2012-10-251-75/+0
* There's no need to make filemon specific to i386 and amd64. AllMarcel Moolenaar2012-07-021-8/+4
* Add the 'filemon' device. 'filemon' is a kernel module that provides a deviceDavid E. O'Brien2012-06-044-0/+1279