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
/
bin
/
systrace
/
openbsd-syscalls.c
Age
Commit message (
Expand
)
Author
2002-10-09
predicates are part of the grammar now; in non-root case, predicates are
Jun-ichiro itojun Hagino
2002-08-28
avoid symbol conflict (errno)
Jun-ichiro itojun Hagino
2002-08-28
fix systrace with chroot. from provos
Jun-ichiro itojun Hagino
2002-08-07
deal better with interrupted system calls
Niels Provos
2002-07-30
sync function decl and prototype (static-ness)
Jun-ichiro itojun Hagino
2002-07-22
add seqnr to message from kernel, userland needs to quote correct seqnr.
Niels Provos
2002-07-19
constify, have missing prototypes, use pedantic compilation options.
Jun-ichiro itojun Hagino
2002-07-06
Remove kernel support for NTP. ok deraadt@ and tholo@
Thomas Nordin
2002-06-21
rewrite all system call arguments in the permit case. use realpath
Niels Provos
2002-06-10
support attaching to a running process; some code by fries@
Niels Provos
2002-06-04
KNF
Theo de Raadt
2002-06-04
no absolute includes, changed to relatives; from deraadt@
Niels Provos
2002-06-04
__FUNCTION__ -> __func__ from espie@
Niels Provos
2002-06-04
initial import of systrace. don't touch this, more stuff coming in a while
Niels Provos