summaryrefslogtreecommitdiffstats
path: root/bin/systrace/openbsd-syscalls.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* boom goes the dynamitetedu2016-04-251-651/+0
* drop Linux emulation support; ok sthen@ visa@naddy2016-03-011-6/+1
* Remove NULL-check before free(). ok tb@mmcc2015-12-091-3/+2
* move to PATH_MAX, etc; normalize includes for life in the <limits.h> universederaadt2015-01-161-2/+3
* a.out emulation went awayderaadt2013-10-171-2/+1
* use FD_CLOEXEC instead of 1; from David Hillokan2013-04-291-2/+2
* LFS option is long goneguenther2013-04-031-3/+1
* Add support for *at(2) system calls to systrace(1).matthew2011-09-181-4/+7
* remove compat_svr4tedu2011-07-041-4/+1
* Remove FREEBSD_COMPAT bits and obsolete RTHREAD defineguenther2011-04-051-6/+1
* compat_bsdos is gonetedu2010-07-051-4/+1
* remove userland bits of compat_sunostedu2010-07-021-4/+1
* another day, another compat gets removed. today is ibcs2's turntedu2010-07-011-4/+1
* remove compat_osf1. ok deraadt miodtedu2010-06-301-4/+1
* Remove COMPAT_HPUX. No one wanted to support it and its fewmets wereguenther2010-06-291-10/+1
* ultrix compat is going away...tedu2010-06-291-4/+1
* remove compat netbsd stuffotto2007-05-291-4/+1
* sync with systrace 1.6d, keeping local changessturm2006-07-021-1/+3
* some type cleanupsturm2006-05-021-3/+3
* add PTRACE and RTHREADS definessturm2006-01-011-1/+5
* #ifdef hpux only for m68k or hppa; this needs a revisit since this showsderaadt2004-07-091-1/+7
* oops committed the old versionmickey2004-07-091-3/+3
* better includes for syscalls from kernelmickey2004-07-091-23/+23
* fix an issue when scripts are exec'd under systrace wheremarius2004-07-071-1/+14
* a few fixes to systracemarius2004-06-231-1/+14
* from NetBSD:sturm2003-10-221-2/+2
* originally from cb@openbsd.org, adapted by provossturm2003-10-081-3/+9
* teach systrace about "aout" emul; henning@ ok.fgsch2003-08-231-1/+2
* - sync with NetBSD or Niels' tarball where appropriatesturm2003-07-191-3/+3
* - limited number of processes per systraceitojun2003-06-161-1/+6
* rename to a new ioctlmickey2002-12-041-3/+3
* avoid symbol conflict with "errno"itojun2002-11-261-3/+3
* performance improvement by omitting a redundant getcwd.itojun2002-11-261-19/+10
* support for privilege elevation.itojun2002-10-161-5/+18
* predicates are part of the grammar now; in non-root case, predicates areitojun2002-10-091-1/+12
* avoid symbol conflict (errno)itojun2002-08-281-5/+5
* fix systrace with chroot. from provositojun2002-08-281-1/+4
* deal better with interrupted system callsprovos2002-08-071-3/+9
* sync function decl and prototype (static-ness)itojun2002-07-301-2/+2
* add seqnr to message from kernel, userland needs to quote correct seqnr.provos2002-07-221-11/+17
* constify, have missing prototypes, use pedantic compilation options.itojun2002-07-191-37/+59
* Remove kernel support for NTP. ok deraadt@ and tholo@nordin2002-07-061-3/+1
* rewrite all system call arguments in the permit case. use realpathprovos2002-06-211-3/+53
* support attaching to a running process; some code by fries@provos2002-06-101-3/+34
* KNFderaadt2002-06-041-4/+4
* no absolute includes, changed to relatives; from deraadt@provos2002-06-041-23/+23
* __FUNCTION__ -> __func__ from espie@provos2002-06-041-6/+6
* initial import of systrace. don't touch this, more stuff coming in a whileprovos2002-06-041-0/+510