summaryrefslogtreecommitdiff
path: root/bin/systrace/openbsd-syscalls.c
AgeCommit message (Expand)Author
2006-07-02sync with systrace 1.6d, keeping local changesNikolay Sturm
2006-05-02some type cleanupNikolay Sturm
2006-01-01add PTRACE and RTHREADS definesNikolay Sturm
2004-07-09#ifdef hpux only for m68k or hppa; this needs a revisit since this showsTheo de Raadt
2004-07-09oops committed the old versionMichael Shalayeff
2004-07-09better includes for syscalls from kernelMichael Shalayeff
2004-07-07fix an issue when scripts are exec'd under systrace wheremarius eriksen
2004-06-23a few fixes to systracemarius eriksen
2003-10-22from NetBSD:Nikolay Sturm
2003-10-08originally from cb@openbsd.org, adapted by provosNikolay Sturm
2003-08-23teach systrace about "aout" emul; henning@ ok.Federico G. Schwindt
2003-07-19- sync with NetBSD or Niels' tarball where appropriateNikolay Sturm
2003-06-16- limited number of processes per systraceJun-ichiro itojun Hagino
2002-12-04rename to a new ioctlMichael Shalayeff
2002-11-26avoid symbol conflict with "errno"Jun-ichiro itojun Hagino
2002-11-26performance improvement by omitting a redundant getcwd.Jun-ichiro itojun Hagino
2002-10-16support for privilege elevation.Jun-ichiro itojun Hagino
2002-10-09predicates are part of the grammar now; in non-root case, predicates areJun-ichiro itojun Hagino
2002-08-28avoid symbol conflict (errno)Jun-ichiro itojun Hagino
2002-08-28fix systrace with chroot. from provosJun-ichiro itojun Hagino
2002-08-07deal better with interrupted system callsNiels Provos
2002-07-30sync function decl and prototype (static-ness)Jun-ichiro itojun Hagino
2002-07-22add seqnr to message from kernel, userland needs to quote correct seqnr.Niels Provos
2002-07-19constify, have missing prototypes, use pedantic compilation options.Jun-ichiro itojun Hagino
2002-07-06Remove kernel support for NTP. ok deraadt@ and tholo@Thomas Nordin
2002-06-21rewrite all system call arguments in the permit case. use realpathNiels Provos
2002-06-10support attaching to a running process; some code by fries@Niels Provos
2002-06-04KNFTheo de Raadt
2002-06-04no absolute includes, changed to relatives; from deraadt@Niels Provos
2002-06-04__FUNCTION__ -> __func__ from espie@Niels Provos
2002-06-04initial import of systrace. don't touch this, more stuff coming in a whileNiels Provos