summaryrefslogtreecommitdiffstats
path: root/sys/dev/systrace.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* boom goes the dynamitetedu2016-04-251-243/+0
* Copy the stackgap_init() and stackgap_alloc() functions fromnaddy2016-03-011-1/+4
* #include <sys/syslimits.h> to allow operation without requiring the noisederaadt2015-01-201-1/+2
* Move to using PATH_MAXderaadt2015-01-161-3/+3
* Add support for *at(2) system calls to systrace(1).matthew2011-09-181-2/+7
* Add a SYSTR_POLICY_KILL per-syscall policy option that sends SIGKILL todjm2011-06-221-1/+2
* systrace activation happens in the middle of a rather sensitive piece ofderaadt2008-11-091-2/+4
* fix an exploitable integer overflow found by Chris Evans of Googledjm2006-10-061-1/+2
* Replace lockmgr with rwlock; 'i think so' tedu@, ok sturm@alek2006-05-231-2/+3
* add a new message: inject. this allows the tracer to to inject buffers intomarius2004-11-071-2/+10
* fix an issue when scripts are exec'd under systrace wheremarius2004-07-071-2/+11
* a few fixes to systracemarius2004-06-231-13/+20
* originally from cb@netbsd.org, adapted by provossturm2003-10-081-1/+10
* - limited number of processes per systraceitojun2003-06-161-7/+9
* fake off the SYSTR_CLONE through a normally numbered other ioctl; as of previous rename; after discussion w/ nielsmickey2003-03-281-4/+2
* rename the clone ioctl to avoid clashing w/ the sockio; provos@ okmickey2002-12-041-1/+3
* add id tags.fgsch2002-10-251-0/+1
* support for privilege elevation.itojun2002-10-161-0/+4
* new message to track uid/gid changesitojun2002-10-091-0/+7
* better uid/gid tracking; okay deraadt@provos2002-07-241-0/+2
* add seqnr to message from kernel, userland needs to quote correct seqnr.provos2002-07-221-1/+3
* system call argument rewriting framework via stackgap; okay art@provos2002-06-211-0/+11
* forgot copyright, pointed out by christos@netbsdprovos2002-06-161-0/+30
* new ioctl that reports the current emulation a process uses; needed forprovos2002-06-101-0/+1
* explicit padding; okay deraadt@provos2002-06-021-0/+1
* make fsystrace available in systrace.h; keep some more stats.provos2002-05-191-0/+23
* systrace facility, used to enforce and generate policies for system callsprovos2002-05-161-0/+112