aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/filemon/filemon_wrapper.c
Commit message (Expand)AuthorAgeFilesLines
* machine/stdarg.h -> sys/stdarg.hBrooks Davis2025-06-111-2/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Convert remaining cap_rights_init users to cap_rights_init_oneMateusz Guzik2021-01-121-1/+1
* cache: drop the always curthread argument from reverse lookup routinesMateusz Guzik2020-08-241-2/+1
* Remove unused argument to priv_check_cred.Mateusz Guzik2018-12-111-2/+1
* Add const to input-only char * arguments.Brooks Davis2018-11-021-2/+4
* Fix some filemon path logging issues.Bryan Drewery2018-08-031-45/+31
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-061-2/+0
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Cleanup COMPAT_FREEBSD32 support.Bryan Drewery2016-06-051-8/+4
* Fix build after r301404.Bryan Drewery2016-06-041-0/+4
* Support all architectures by just using sysent.Bryan Drewery2016-06-041-48/+35
* Don't truncate existing error when writing the log.Bryan Drewery2016-05-271-1/+1
* Write to the log using the tracer's credentials.Bryan Drewery2016-05-271-1/+1
* exec: Cease tracing if credentials will change with the new image.Bryan Drewery2016-05-271-0/+19
* filemon exec: Use imgp->execpath rather than vn_fullpath(9).Bryan Drewery2016-05-261-9/+2
* Handle copyin failures.Bryan Drewery2016-03-221-22/+39
* Remove unused done argument to copyinstr(9).Bryan Drewery2016-03-221-9/+5
* Return any log write failure encountered when closing the filemon fd.Bryan Drewery2016-03-221-1/+4
* Consolidate common link(2) logic.Bryan Drewery2016-03-211-55/+26
* Attempt to use the namecache for openat(2) path resolution.Bryan Drewery2016-03-211-6/+30
* Use curthread for vn_fullpath.Bryan Drewery2016-03-211-2/+1
* Consolidate open(2) and openat(2) code.Bryan Drewery2016-03-211-67/+44
* Stop tracking stat(2).Bryan Drewery2016-03-211-59/+0
* Track filemon usage via a proc.p_filemon pointer rather than its own lists.Bryan Drewery2016-03-211-69/+58
* Only call bwillwrite() for logging to vnodes, as other fo_write() calls do.Bryan Drewery2016-03-071-1/+2
* Remove filemon->lock wrappers.Bryan Drewery2016-03-021-27/+14
* Remove old compatibility checks.Bryan Drewery2016-02-271-31/+0
* Filemon: Fix panic when fork1() is called from kproc_create().Bryan Drewery2016-02-161-1/+1
* filemon: Track the process pointer rather than a pid.Bryan Drewery2016-01-291-3/+3
* filemon: Use process_exec EVENTHANDLER to capture sys_execve.Bryan Drewery2016-01-281-51/+23
* Follow-up r294967: Mark flags unused.Bryan Drewery2016-01-281-1/+1
* filemon: Trace fork via process_fork event.Bryan Drewery2016-01-281-47/+14
* filemon: Use process_exit EVENTHANDLER to capture process exit.Bryan Drewery2016-01-281-11/+12
* filemon_comment has nothing to do with wrappers so move it out of filemon_wra...Bryan Drewery2016-01-271-16/+0
* filemon_ioctl: Lock the associated filemon handle before writing to it.Bryan Drewery2016-01-271-7/+0
* Avoid taking proctree_lock and searching parents in wrappers if not needed.Bryan Drewery2015-08-261-0/+4
* Remove unneeded inuse list locking in filemon_comment().Bryan Drewery2015-08-261-6/+0
* Move common locking for filemon_inuse and struct filemon* to filemon_pid_chec...Bryan Drewery2015-08-261-135/+5
* sx_sunlock for sx_slockSimon J. Gerraty2015-06-191-2/+2
* filemon_pid_check needs to hold proctree_lockSimon J. Gerraty2015-06-191-3/+9
* Latest clang uses openat(2).Simon J. Gerraty2015-06-141-0/+66
* - Use pget(PGET_CANDEBUG | PGET_NOTWEXIT) to determine if the specifiedHiroki Sato2013-08-061-0/+1
* Match the options of the kernel.David E. O'Brien2013-06-041-0/+2
* Iterate rather than use recursion. We can blow out the kernel stack if thereDavid E. O'Brien2012-10-261-8/+7
* There's no need to make filemon specific to i386 and amd64. AllMarcel Moolenaar2012-07-021-8/+4
* Add the 'filemon' device. 'filemon' is a kernel module that provides a deviceDavid E. O'Brien2012-06-041-0/+746