index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
filemon
/
filemon.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r304008:
bdrewery
2016-08-19
1
-0
/
+2
*
Cleanup COMPAT_FREEBSD32 support.
bdrewery
2016-06-05
1
-6
/
+2
*
Rename function to be less generic.
bdrewery
2016-05-27
1
-2
/
+2
*
exec: Cease tracing if credentials will change with the new image.
bdrewery
2016-05-27
1
-3
/
+10
*
Remove unneeded return left from refactoring.
bdrewery
2016-03-25
1
-2
/
+0
*
Return any log write failure encountered when closing the filemon fd.
bdrewery
2016-03-22
1
-2
/
+22
*
Follow-up r297156: Close the log in filemon_dtr rather than in the last refer...
bdrewery
2016-03-22
1
-19
/
+34
*
Track filemon usage via a proc.p_filemon pointer rather than its own lists.
bdrewery
2016-03-21
1
-86
/
+235
*
FILEMON_SET_FD: Disallow changing the fd.
bdrewery
2016-03-09
1
-2
/
+4
*
Add missing break for r296472.
bdrewery
2016-03-07
1
-0
/
+1
*
Require kldunload -f to unload.
bdrewery
2016-03-07
1
-2
/
+7
*
Remove filemon->lock wrappers.
bdrewery
2016-03-02
1
-4
/
+4
*
Remove old compatibility checks.
bdrewery
2016-02-27
1
-8
/
+1
*
filemon: Track the process pointer rather than a pid.
bdrewery
2016-01-29
1
-4
/
+3
*
filemon_open: Don't record a process to trace here.
bdrewery
2016-01-29
1
-2
/
+1
*
filemon_dtr: Lock the associated filemon handle before writing to it.
bdrewery
2016-01-27
1
-2
/
+5
*
filemon_comment has nothing to do with wrappers so move it out of filemon_wra...
bdrewery
2016-01-27
1
-0
/
+16
*
filemon_ioctl: Lock the associated filemon handle before writing to it.
bdrewery
2016-01-27
1
-0
/
+3
*
filemon_ioctl: Handle error from devfs_get_cdevpriv(9).
bdrewery
2016-01-27
1
-1
/
+2
*
Drop any previous fd when setting a new one.
bdrewery
2016-01-27
1
-0
/
+3
*
Remove unneeded mutex.h include, missed in r287155.
bdrewery
2015-11-04
1
-1
/
+0
*
Remove unneeded NULL as this is initialized with M_ZERO.
bdrewery
2015-10-29
1
-3
/
+0
*
Fix filemon locking races.
bdrewery
2015-08-26
1
-18
/
+9
*
Update kernel inclusions of capability.h to use capsicum.h instead; some
rwatson
2014-03-16
1
-1
/
+1
*
Change the cap_rights_t type from uint64_t to a structure that we can extend
pjd
2013-09-05
1
-7
/
+9
*
- Use pget(PGET_CANDEBUG | PGET_NOTWEXIT) to determine if the specified
hrs
2013-08-06
1
-6
/
+5
*
Add p_candebug() check to FILEMON_SET_PID ioctl.
hrs
2013-08-02
1
-1
/
+8
*
Build fix: Only <sys/cdefs.h> should be included before __FBSDID().
jhb
2013-06-04
1
-1
/
+2
*
Match the options of the kernel.
obrien
2013-06-04
1
-2
/
+3
*
A little bit easier to read.
obrien
2012-10-26
1
-6
/
+7
*
Desupport pre-FreeBSD 7.1.
obrien
2012-10-25
1
-75
/
+0
*
Add the 'filemon' device. 'filemon' is a kernel module that provides a device
obrien
2012-06-04
1
-0
/
+377