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
*
MFC r304008:
bdrewery
2016-08-19
1
-0
/
+2
*
Cleanup COMPAT_FREEBSD32 support.
bdrewery
2016-06-05
2
-14
/
+6
*
Fix build after r301404.
bdrewery
2016-06-04
1
-0
/
+4
*
Support all architectures by just using sysent.
bdrewery
2016-06-04
1
-48
/
+35
*
Don't truncate existing error when writing the log.
bdrewery
2016-05-27
1
-1
/
+1
*
Rename function to be less generic.
bdrewery
2016-05-27
1
-2
/
+2
*
Write to the log using the tracer's credentials.
bdrewery
2016-05-27
1
-1
/
+1
*
exec: Cease tracing if credentials will change with the new image.
bdrewery
2016-05-27
2
-3
/
+29
*
filemon exec: Use imgp->execpath rather than vn_fullpath(9).
bdrewery
2016-05-26
1
-9
/
+2
*
Remove unneeded return left from refactoring.
bdrewery
2016-03-25
1
-2
/
+0
*
Handle copyin failures.
bdrewery
2016-03-22
1
-22
/
+39
*
Remove unused done argument to copyinstr(9).
bdrewery
2016-03-22
1
-9
/
+5
*
Return any log write failure encountered when closing the filemon fd.
bdrewery
2016-03-22
2
-3
/
+26
*
Follow-up r297156: Close the log in filemon_dtr rather than in the last refer...
bdrewery
2016-03-22
1
-19
/
+34
*
Consolidate common link(2) logic.
bdrewery
2016-03-21
1
-55
/
+26
*
Attempt to use the namecache for openat(2) path resolution.
bdrewery
2016-03-21
1
-6
/
+30
*
Use curthread for vn_fullpath.
bdrewery
2016-03-21
1
-2
/
+1
*
Consolidate open(2) and openat(2) code.
bdrewery
2016-03-21
1
-67
/
+44
*
Stop tracking stat(2).
bdrewery
2016-03-21
1
-59
/
+0
*
Track filemon usage via a proc.p_filemon pointer rather than its own lists.
bdrewery
2016-03-21
3
-212
/
+293
*
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
*
Only call bwillwrite() for logging to vnodes, as other fo_write() calls do.
bdrewery
2016-03-07
1
-1
/
+2
*
Remove filemon->lock wrappers.
bdrewery
2016-03-02
3
-45
/
+18
*
Remove old compatibility checks.
bdrewery
2016-02-27
2
-39
/
+1
*
Filemon: Fix panic when fork1() is called from kproc_create().
bdrewery
2016-02-16
1
-1
/
+1
*
filemon: Track the process pointer rather than a pid.
bdrewery
2016-01-29
2
-7
/
+6
*
filemon_open: Don't record a process to trace here.
bdrewery
2016-01-29
1
-2
/
+1
*
filemon: Use process_exec EVENTHANDLER to capture sys_execve.
bdrewery
2016-01-28
1
-51
/
+23
*
Follow-up r294967: Mark flags unused.
bdrewery
2016-01-28
1
-1
/
+1
*
filemon: Trace fork via process_fork event.
bdrewery
2016-01-28
1
-47
/
+14
*
filemon: Use process_exit EVENTHANDLER to capture process exit.
bdrewery
2016-01-28
1
-11
/
+12
*
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
2
-16
/
+16
*
filemon_ioctl: Lock the associated filemon handle before writing to it.
bdrewery
2016-01-27
2
-7
/
+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
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
[next]