summaryrefslogtreecommitdiffstats
path: root/sys/dev/filemon
Commit message (Expand)AuthorAgeFilesLines
* MFC r304008:bdrewery2016-08-191-0/+2
* Cleanup COMPAT_FREEBSD32 support.bdrewery2016-06-052-14/+6
* Fix build after r301404.bdrewery2016-06-041-0/+4
* Support all architectures by just using sysent.bdrewery2016-06-041-48/+35
* Don't truncate existing error when writing the log.bdrewery2016-05-271-1/+1
* Rename function to be less generic.bdrewery2016-05-271-2/+2
* Write to the log using the tracer's credentials.bdrewery2016-05-271-1/+1
* exec: Cease tracing if credentials will change with the new image.bdrewery2016-05-272-3/+29
* filemon exec: Use imgp->execpath rather than vn_fullpath(9).bdrewery2016-05-261-9/+2
* Remove unneeded return left from refactoring.bdrewery2016-03-251-2/+0
* Handle copyin failures.bdrewery2016-03-221-22/+39
* Remove unused done argument to copyinstr(9).bdrewery2016-03-221-9/+5
* Return any log write failure encountered when closing the filemon fd.bdrewery2016-03-222-3/+26
* Follow-up r297156: Close the log in filemon_dtr rather than in the last refer...bdrewery2016-03-221-19/+34
* Consolidate common link(2) logic.bdrewery2016-03-211-55/+26
* Attempt to use the namecache for openat(2) path resolution.bdrewery2016-03-211-6/+30
* Use curthread for vn_fullpath.bdrewery2016-03-211-2/+1
* Consolidate open(2) and openat(2) code.bdrewery2016-03-211-67/+44
* Stop tracking stat(2).bdrewery2016-03-211-59/+0
* Track filemon usage via a proc.p_filemon pointer rather than its own lists.bdrewery2016-03-213-212/+293
* 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
* Only call bwillwrite() for logging to vnodes, as other fo_write() calls do.bdrewery2016-03-071-1/+2
* Remove filemon->lock wrappers.bdrewery2016-03-023-45/+18
* Remove old compatibility checks.bdrewery2016-02-272-39/+1
* Filemon: Fix panic when fork1() is called from kproc_create().bdrewery2016-02-161-1/+1
* filemon: Track the process pointer rather than a pid.bdrewery2016-01-292-7/+6
* filemon_open: Don't record a process to trace here.bdrewery2016-01-291-2/+1
* filemon: Use process_exec EVENTHANDLER to capture sys_execve.bdrewery2016-01-281-51/+23
* Follow-up r294967: Mark flags unused.bdrewery2016-01-281-1/+1
* filemon: Trace fork via process_fork event.bdrewery2016-01-281-47/+14
* filemon: Use process_exit EVENTHANDLER to capture process exit.bdrewery2016-01-281-11/+12
* 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-272-16/+16
* filemon_ioctl: Lock the associated filemon handle before writing to it.bdrewery2016-01-272-7/+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-262-82/+22
* Avoid taking proctree_lock and searching parents in wrappers if not needed.bdrewery2015-08-261-0/+4
* Remove unneeded inuse list locking in filemon_comment().bdrewery2015-08-261-6/+0
* Move common locking for filemon_inuse and struct filemon* to filemon_pid_chec...bdrewery2015-08-261-135/+5
* sx_sunlock for sx_slocksjg2015-06-191-2/+2
* filemon_pid_check needs to hold proctree_locksjg2015-06-191-3/+9
* Bump the version since we now handle openatsjg2015-06-161-1/+1
* Latest clang uses openat(2).sjg2015-06-141-0/+66
* 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
OpenPOWER on IntegriCloud