summaryrefslogtreecommitdiff
path: root/sys/dev/filemon/filemon_wrapper.c
AgeCommit message (Expand)Author
2020-01-19Remove filemon(4).riastradh
2019-12-23Revert the removal of filemon.maxv
2019-12-18Retire filemon, discussed on tech-kern@.maxv
2019-10-25From the compilers point of view sys_exit returns a value.martin
2015-11-25Be a bit more paranoid about hijacking (and restoring) syscall functionpgoyette
2015-11-23Retrieve the pathname of the exec'd file before we call sys_execve().pgoyette
2015-11-22Fix return-code handling for execve and chdir wrappers.pgoyette
2015-11-20Install wrapper functions only in native emulation.pgoyette
2015-06-15staircase flattening police.christos
2015-06-15Latest clang uses openat, filemon thus needs to handle it.sjg
2014-03-27remove a bunch of repetitive code by introducing filemon_printf.christos
2012-11-19filemon_pid_check:sjg
2011-09-24For files opened O_RDWR, output an R record as well as Wsjg
2011-03-13EJUSTRETURN is expected return from sys_execve()sjg
2010-09-09First cut of simple syscall wrapper, which make(1) can usesjg