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
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