Age | Commit message (Expand) | Author |
2015-01-16 | move to PATH_MAX, etc; normalize includes for life in the <limits.h> universe | Theo de Raadt |
2013-10-17 | a.out emulation went away | Theo de Raadt |
2013-04-29 | use FD_CLOEXEC instead of 1; from David Hill | Okan Demirmen |
2013-04-03 | LFS option is long gone | Philip Guenther |
2011-09-18 | Add support for *at(2) system calls to systrace(1). | Matthew Dempsky |
2011-07-04 | remove compat_svr4 | Ted Unangst |
2011-04-05 | Remove FREEBSD_COMPAT bits and obsolete RTHREAD define | Philip Guenthe |
2010-07-05 | compat_bsdos is gone | Ted Unangst |
2010-07-02 | remove userland bits of compat_sunos | Ted Unangst |
2010-07-01 | another day, another compat gets removed. today is ibcs2's turn | Ted Unangst |
2010-06-30 | remove compat_osf1. ok deraadt miod | Ted Unangst |
2010-06-29 | Remove COMPAT_HPUX. No one wanted to support it and its fewmets were | Philip Guenthe |
2010-06-29 | ultrix compat is going away... | Ted Unangst |
2007-05-29 | remove compat netbsd stuff | Otto Moerbeek |
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 |