OpenBSD CVS

src/bin/systrace/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / bin / systrace

Current tag: OPENBSD_5_4_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile (in the Attic) [Hide]  1.15   17 years  sturm   sync with systrace 1.6d, keeping local changes tests and feedback by a few
[TXT] alias.c (in the Attic) [Hide]  1.6   11 years  deraadt   remove some unnecessary sys/param.h inclusions
[TXT] cradle.c (in the Attic) [Hide]  1.6   11 years  deraadt   handle ECONNABORTED errors from accept(). In many code blocks they can be ignor...
[TXT] filter.c (in the Attic) [Hide]  1.34   11 years  deraadt   remove some unnecessary sys/param.h inclusions
[TXT] filter.h (in the Attic) [Hide]  1.2   21 years  itojun   add support for regular expressions and pidname translations. from provos
[TXT] intercept-translate.c (in the Attic) [Hide]  1.16   11 years  deraadt   remove some unnecessary sys/param.h inclusions
[TXT] intercept.c (in the Attic) [Hide]  1.60   11 years  deraadt   remove some unnecessary sys/param.h inclusions
[TXT] intercept.h (in the Attic) [Hide]  1.26   11 years  guenther   Reopen the systrace file in the process that will actually attach to the target ...
[TXT] lex.l (in the Attic) [Hide]  1.18   17 years  sturm   sync with systrace 1.6d, keeping local changes tests and feedback by a few
[TXT] linux-translate.c (in the Attic) [Hide]  1.2   16 years  henning   don;t try to handle obsolete protocols, print functions so cosmetics only ok ott...
[TXT] linux-translate.h (in the Attic) [Hide]  1.1   17 years  sturm   sync with systrace 1.6d, keeping local changes tests and feedback by a few
[TXT] linux_socketcall.h (in the Attic) [Hide]  1.1   17 years  sturm   sync with systrace 1.6d, keeping local changes tests and feedback by a few
[TXT] openbsd-syscalls.c (in the Attic) [Hide]  1.43   11 years  okan   use FD_CLOEXEC instead of 1; from David Hill ok otto
[TXT] parse.y (in the Attic) [Hide]  1.18   14 years  millert   Only allocate memory for the regex after we've validated it instead of allocatin...
[TXT] policy.c (in the Attic) [Hide]  1.33   11 years  deraadt   remove some unnecessary sys/param.h inclusions
[TXT] register.c (in the Attic) [Hide]  1.24   11 years  deraadt   remove some unnecessary sys/param.h inclusions
[TXT] systrace-errno.h (in the Attic) [Hide]  1.1   21 years  provos   initial import of systrace. don't touch this, more stuff coming in a while
[TXT] systrace-error.c (in the Attic) [Hide]  1.2   21 years  fgsch   spelling; niels ok.
[TXT] systrace-translate.c (in the Attic) [Hide]  1.22   16 years  henning   don;t try to handle obsolete protocols, print functions so cosmetics only ok ott...
[TXT] systrace.1 (in the Attic) [Hide]  1.44   17 years  jmc   convert to new .Dd format;
[TXT] systrace.c (in the Attic) [Hide]  1.58   11 years  deraadt   remove some unnecessary sys/param.h inclusions
[TXT] systrace.h (in the Attic) [Hide]  1.27   17 years  sturm   sync with systrace 1.6d, keeping local changes tests and feedback by a few
[TXT] util.c (in the Attic) [Hide]  1.11   18 years  sturm   ARGSUSED and a FALLTHROUGH to please lint ok deraadt
[TXT] util.h (in the Attic) [Hide]  1.3   20 years  itojun   - limited number of processes per systrace - escape fixes for special characters...