index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
filemon
Age
Commit message (
Expand
)
Author
2018-06-06
Remove duplicate ;
maya
2017-11-30
add fo_name so we can identify the fileops in a simple way.
christos
2016-01-11
Take a reference on the (activity log) file itself, and not on the
pgoyette
2016-01-09
When following process parent pointers, lock the new (parent) before
pgoyette
2016-01-08
Don't release the proc_lock mutex until we're finished using the stuff
pgoyette
2016-01-08
typo in debug print
dholland
2016-01-05
KNF - blank line after (non-existant) declarations. No functional change.
pgoyette
2016-01-05
Although not recommended, it is possible to include filemon(4) as a
pgoyette
2015-11-25
Be a bit more paranoid about hijacking (and restoring) syscall function
pgoyette
2015-11-24
Add missing /* $NetBSD$ */ keyword
pgoyette
2015-11-24
finish previous - remove no-longer-used variables
pgoyette
2015-11-23
Remove the requirement that the target (tracked) process be a descendant
pgoyette
2015-11-23
Clean up the error paths in filemon_ioctl(), making sure to release the
pgoyette
2015-11-23
Retrieve the pathname of the exec'd file before we call sys_execve().
pgoyette
2015-11-22
Fix return-code handling for execve and chdir wrappers.
pgoyette
2015-11-21
If a second call to the SET_FD ioctl occurs, release the reference we
pgoyette
2015-11-21
The correct default return value from a module's xxx_modcmd() routine
pgoyette
2015-11-20
Ensure that the PID specified in the FILEMON_SET_PID ioctl() call
pgoyette
2015-11-20
Remove extra ')' (bad cut&paste)
pgoyette
2015-11-20
Don't allow setting the PID-to-trace if the target has a non-native
pgoyette
2015-11-20
Install wrapper functions only in native emulation.
pgoyette
2015-11-20
Don't initialize twice.
pgoyette
2015-09-06
More on PR 41200: headers that declare ioctls should include sys/ioccom.h.
dholland
2015-08-20
include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.
christos
2015-06-17
Bump version due to openat
sjg
2015-06-15
staircase flattening police.
christos
2015-06-15
Latest clang uses openat, filemon thus needs to handle it.
sjg
2015-05-30
Improve wording.
joerg
2015-05-21
Avoid dereferencing NULL tp crashing the kernel (brad harder)
christos
2014-07-25
Add d_discard to all struct cdevsw instances I could find.
dholland
2014-03-27
remove a bunch of repetitive code by introducing filemon_printf.
christos
2014-03-16
Change (mostly mechanically) every cdevsw/bdevsw I can find to use
dholland
2012-11-19
filemon_pid_check:
sjg
2012-06-20
Install filemon.h
sjg
2011-10-15
Add the plumbing so one could compile filemon(4) into a kernel.
sjg
2011-09-24
For files opened O_RDWR, output an R record as well as W
sjg
2011-07-04
Set FILEMON_VERSION to 3
sjg
2011-05-13
filemon_open: remove unnecessary check (which has a leak in error path).
rmind
2011-03-13
EJUSTRETURN is expected return from sys_execve()
sjg
2010-09-09
First cut of simple syscall wrapper, which make(1) can use
sjg