summaryrefslogtreecommitdiffstats
path: root/sys/dev/filemon/filemon.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r304008:bdrewery2016-08-191-0/+2
* Cleanup COMPAT_FREEBSD32 support.bdrewery2016-06-051-6/+2
* Rename function to be less generic.bdrewery2016-05-271-2/+2
* exec: Cease tracing if credentials will change with the new image.bdrewery2016-05-271-3/+10
* Remove unneeded return left from refactoring.bdrewery2016-03-251-2/+0
* Return any log write failure encountered when closing the filemon fd.bdrewery2016-03-221-2/+22
* Follow-up r297156: Close the log in filemon_dtr rather than in the last refer...bdrewery2016-03-221-19/+34
* Track filemon usage via a proc.p_filemon pointer rather than its own lists.bdrewery2016-03-211-86/+235
* FILEMON_SET_FD: Disallow changing the fd.bdrewery2016-03-091-2/+4
* Add missing break for r296472.bdrewery2016-03-071-0/+1
* Require kldunload -f to unload.bdrewery2016-03-071-2/+7
* Remove filemon->lock wrappers.bdrewery2016-03-021-4/+4
* Remove old compatibility checks.bdrewery2016-02-271-8/+1
* filemon: Track the process pointer rather than a pid.bdrewery2016-01-291-4/+3
* filemon_open: Don't record a process to trace here.bdrewery2016-01-291-2/+1
* filemon_dtr: Lock the associated filemon handle before writing to it.bdrewery2016-01-271-2/+5
* filemon_comment has nothing to do with wrappers so move it out of filemon_wra...bdrewery2016-01-271-0/+16
* filemon_ioctl: Lock the associated filemon handle before writing to it.bdrewery2016-01-271-0/+3
* filemon_ioctl: Handle error from devfs_get_cdevpriv(9).bdrewery2016-01-271-1/+2
* Drop any previous fd when setting a new one.bdrewery2016-01-271-0/+3
* Remove unneeded mutex.h include, missed in r287155.bdrewery2015-11-041-1/+0
* Remove unneeded NULL as this is initialized with M_ZERO.bdrewery2015-10-291-3/+0
* Fix filemon locking races.bdrewery2015-08-261-18/+9
* Update kernel inclusions of capability.h to use capsicum.h instead; somerwatson2014-03-161-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-061-6/+5
* 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-041-2/+3
* A little bit easier to read.obrien2012-10-261-6/+7
* Desupport pre-FreeBSD 7.1.obrien2012-10-251-75/+0
* Add the 'filemon' device. 'filemon' is a kernel module that provides a deviceobrien2012-06-041-0/+377
OpenPOWER on IntegriCloud