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.c
Age
Commit message (
Expand
)
Author
2003-02-20
Fix a crash in the systrace found by form@
Artur Grabowski
2002-12-12
statement after label.
Artur Grabowski
2002-12-04
rename the clone ioctl to avoid clashing w/ the sockio; provos@ ok
Michael Shalayeff
2002-11-10
Be more careful with illegal syscall numbers.
Artur Grabowski
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-08-28
cast size_t to u_long on printing. from netbsd
Jun-ichiro itojun Hagino
2002-08-07
return EBUSY in processready
Niels Provos
2002-07-30
minor KNF. pid_t is unsigned.
Jun-ichiro itojun Hagino
2002-07-30
whitespace at EOL
Jun-ichiro itojun Hagino
2002-07-24
better uid/gid tracking; okay deraadt@
Niels Provos
2002-07-23
prevent double free in some error conditions; from xs@kittenz.org
Niels Provos
2002-07-22
add seqnr to message from kernel, userland needs to quote correct seqnr.
Niels Provos
2002-07-21
two more missing systrace_lock
Jun-ichiro itojun Hagino
2002-07-21
need systrace_lock/unlock around lockmgr lock operation. provos ok
Jun-ichiro itojun Hagino
2002-07-20
comment clarification. niels ok
Jun-ichiro itojun Hagino
2002-07-19
minor KNF
Jun-ichiro itojun Hagino
2002-07-19
whitespace
Jun-ichiro itojun Hagino
2002-07-19
tabify
Jun-ichiro itojun Hagino
2002-07-13
do not call unlock when the lock is not locked; found by millert@
Niels Provos
2002-07-12
in the error case, just remove an installed argument replacement, it is not
Niels Provos
2002-06-21
system call argument rewriting framework via stackgap; okay art@
Niels Provos
2002-06-10
more __FUNCTION__ slaughter
Marc Espie
2002-06-10
new ioctl that reports the current emulation a process uses; needed for
Niels Provos
2002-05-19
make fsystrace available in systrace.h; keep some more stats.
Niels Provos
2002-05-18
when detaching form a process don't forget to remove posted messages.
Niels Provos
2002-05-16
systrace facility, used to enforce and generate policies for system calls
Niels Provos