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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
2
-82
/
+22
*
Avoid taking proctree_lock and searching parents in wrappers if not needed.
bdrewery
2015-08-26
1
-0
/
+4
*
Remove unneeded inuse list locking in filemon_comment().
bdrewery
2015-08-26
1
-6
/
+0
*
Move common locking for filemon_inuse and struct filemon* to filemon_pid_chec...
bdrewery
2015-08-26
1
-135
/
+5
*
sx_sunlock for sx_slock
sjg
2015-06-19
1
-2
/
+2
*
filemon_pid_check needs to hold proctree_lock
sjg
2015-06-19
1
-3
/
+9
*
Bump the version since we now handle openat
sjg
2015-06-16
1
-1
/
+1
*
Latest clang uses openat(2).
sjg
2015-06-14
1
-0
/
+66
*
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
2
-6
/
+6
*
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
2
-2
/
+5
*
A little bit easier to read.
obrien
2012-10-26
1
-6
/
+7
*
Iterate rather than use recursion. We can blow out the kernel stack if there
obrien
2012-10-26
1
-8
/
+7
*
Desupport pre-FreeBSD 7.1.
obrien
2012-10-25
1
-75
/
+0
*
There's no need to make filemon specific to i386 and amd64. All
marcel
2012-07-02
1
-8
/
+4
*
Add the 'filemon' device. 'filemon' is a kernel module that provides a device
obrien
2012-06-04
4
-0
/
+1279