index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
systrace.h
Age
Commit message (
Expand
)
Author
2011-09-18
Add support for *at(2) system calls to systrace(1).
Matthew Dempsky
2011-06-22
Add a SYSTR_POLICY_KILL per-syscall policy option that sends SIGKILL to
Damien Miller
2008-11-09
systrace activation happens in the middle of a rather sensitive piece of
Theo de Raadt
2006-10-06
fix an exploitable integer overflow found by Chris Evans of Google
Damien Miller
2006-05-23
Replace lockmgr with rwlock; 'i think so' tedu@, ok sturm@
Aleksander Piotrowski
2004-11-07
add a new message: inject. this allows the tracer to to inject buffers into
marius eriksen
2004-07-07
fix an issue when scripts are exec'd under systrace where
marius eriksen
2004-06-23
a few fixes to systrace
marius eriksen
2003-10-08
originally from cb@netbsd.org, adapted by provos
Nikolay Sturm
2003-06-16
- limited number of processes per systrace
Jun-ichiro itojun Hagino
2003-03-28
fake off the SYSTR_CLONE through a normally numbered other ioctl; as of previ...
Michael Shalayeff
2002-12-04
rename the clone ioctl to avoid clashing w/ the sockio; provos@ ok
Michael Shalayeff
2002-10-25
add id tags.
Federico G. Schwindt
2002-10-16
support for privilege elevation.
Jun-ichiro itojun Hagino
2002-10-09
new message to track uid/gid changes
Jun-ichiro itojun Hagino
2002-07-24
better uid/gid tracking; okay deraadt@
Niels Provos
2002-07-22
add seqnr to message from kernel, userland needs to quote correct seqnr.
Niels Provos
2002-06-21
system call argument rewriting framework via stackgap; okay art@
Niels Provos
2002-06-16
forgot copyright, pointed out by christos@netbsd
Niels Provos
2002-06-10
new ioctl that reports the current emulation a process uses; needed for
Niels Provos
2002-06-02
explicit padding; okay deraadt@
Niels Provos
2002-05-19
make fsystrace available in systrace.h; keep some more stats.
Niels Provos
2002-05-16
systrace facility, used to enforce and generate policies for system calls
Niels Provos