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
/
filemon_wrapper.c
Age
Commit message (
Expand
)
Author
2020-01-19
Remove filemon(4).
riastradh
2019-12-23
Revert the removal of filemon.
maxv
2019-12-18
Retire filemon, discussed on tech-kern@.
maxv
2019-10-25
From the compilers point of view sys_exit returns a value.
martin
2015-11-25
Be a bit more paranoid about hijacking (and restoring) syscall function
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-20
Install wrapper functions only in native emulation.
pgoyette
2015-06-15
staircase flattening police.
christos
2015-06-15
Latest clang uses openat, filemon thus needs to handle it.
sjg
2014-03-27
remove a bunch of repetitive code by introducing filemon_printf.
christos
2012-11-19
filemon_pid_check:
sjg
2011-09-24
For files opened O_RDWR, output an R record as well as W
sjg
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