summaryrefslogtreecommitdiffstats
path: root/sys/dev/filemon
Commit message (Expand)AuthorAgeFilesLines
* MFC r304008:bdrewery2016-08-191-0/+2
* MFC r300809,r300890,r300891:bdrewery2016-06-272-13/+32
* MFC r300892,r300893,r301130,r301404,r301414,r301460:bdrewery2016-06-212-63/+46
* MFC r297156,r297157,r297158,r297159,r297161,r297172,r297200,r297201,r297202,bdrewery2016-06-213-397/+439
* MFC r296148:bdrewery2016-03-122-39/+1
* MFC r296286,r296470,r296472,r296473,r296575:bdrewery2016-03-123-50/+32
* MFC r294933,r294949,r294952,r294953,r294957,r294965,r294967,r294968,r295017,bdrewery2016-02-242-142/+83
* MFC r290170:bdrewery2015-12-041-3/+0
* MFC r290374:bdrewery2015-12-041-1/+0
* MFC r287151,r287152,r287153,r287155:bdrewery2015-09-093-223/+31
* Latest clang uses openat(2).sjg2015-07-032-4/+76
* Merge r263233 from HEAD to stable/10:rwatson2015-03-191-1/+1
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-7/+9
* - Use pget(PGET_CANDEBUG | PGET_NOTWEXIT) to determine if the specifiedhrs2013-08-062-6/+6
* Add p_candebug() check to FILEMON_SET_PID ioctl.hrs2013-08-021-1/+8
* Build fix: Only <sys/cdefs.h> should be included before __FBSDID().jhb2013-06-041-1/+2
* Match the options of the kernel.obrien2013-06-042-2/+5
* A little bit easier to read.obrien2012-10-261-6/+7
* Iterate rather than use recursion. We can blow out the kernel stack if thereobrien2012-10-261-8/+7
* Desupport pre-FreeBSD 7.1.obrien2012-10-251-75/+0
* There's no need to make filemon specific to i386 and amd64. Allmarcel2012-07-021-8/+4
* Add the 'filemon' device. 'filemon' is a kernel module that provides a deviceobrien2012-06-044-0/+1279
OpenPOWER on IntegriCloud