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
2006-07-02
sync with systrace 1.6d, keeping local changes
Nikolay Sturm
2006-05-02
some type cleanup
Nikolay Sturm
2006-01-01
add PTRACE and RTHREADS defines
Nikolay Sturm
2004-07-09
#ifdef hpux only for m68k or hppa; this needs a revisit since this shows
Theo de Raadt
2004-07-09
oops committed the old version
Michael Shalayeff
2004-07-09
better includes for syscalls from kernel
Michael Shalayeff
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-22
from NetBSD:
Nikolay Sturm
2003-10-08
originally from cb@openbsd.org, adapted by provos
Nikolay Sturm
2003-08-23
teach systrace about "aout" emul; henning@ ok.
Federico G. Schwindt
2003-07-19
- sync with NetBSD or Niels' tarball where appropriate
Nikolay Sturm
2003-06-16
- limited number of processes per systrace
Jun-ichiro itojun Hagino
2002-12-04
rename to a new ioctl
Michael Shalayeff
2002-11-26
avoid symbol conflict with "errno"
Jun-ichiro itojun Hagino
2002-11-26
performance improvement by omitting a redundant getcwd.
Jun-ichiro itojun Hagino
2002-10-16
support for privilege elevation.
Jun-ichiro itojun Hagino
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