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_7_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.7   9 years  guenther   Correct an allocation size (was too large) by using sizeof(*ptr) instead of size...
[TXT] cradle.c (in the Attic) [Hide]  1.8   9 years  millert   Prefer setvbuf() to setlinebuf() for portability; ok deraadt@
[TXT] filter.c (in the Attic) [Hide]  1.35   9 years  deraadt   move to PATH_MAX, etc; normalize includes for life in the <limits.h> universe ok...
[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.17   9 years  guenther   Only need <stdint.h> and not all of <inttypes.h> here
[TXT] intercept.c (in the Attic) [Hide]  1.63   9 years  deraadt   move to PATH_MAX, etc; normalize includes for life in the <limits.h> universe ok...
[TXT] intercept.h (in the Attic) [Hide]  1.27   9 years  deraadt   move to PATH_MAX, etc; normalize includes for life in the <limits.h> universe ok...
[TXT] lex.l (in the Attic) [Hide]  1.19   9 years  deraadt   move to PATH_MAX, etc; normalize includes for life in the <limits.h> universe ok...
[TXT] linux-translate.c (in the Attic) [Hide]  1.3   9 years  guenther   Only need <stdint.h> and not all of <inttypes.h> here
[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.45   9 years  deraadt   move to PATH_MAX, etc; normalize includes for life in the <limits.h> universe ok...
[TXT] parse.y (in the Attic) [Hide]  1.19   9 years  deraadt   move to PATH_MAX, etc; normalize includes for life in the <limits.h> universe ok...
[TXT] policy.c (in the Attic) [Hide]  1.35   9 years  deraadt   move to PATH_MAX, etc; normalize includes for life in the <limits.h> universe ok...
[TXT] register.c (in the Attic) [Hide]  1.25   9 years  deraadt   move to PATH_MAX, etc; normalize includes for life in the <limits.h> universe ok...
[TXT] systrace-errno.h (in the Attic) [Hide]  1.2   9 years  guenther   Add newer errnos
[TXT] systrace-error.c (in the Attic) [Hide]  1.4   9 years  deraadt   move to PATH_MAX, etc; normalize includes for life in the <limits.h> universe ok...
[TXT] systrace-translate.c (in the Attic) [Hide]  1.25   9 years  deraadt   move to PATH_MAX, etc; normalize includes for life in the <limits.h> universe ok...
[TXT] systrace.1 (in the Attic) [Hide]  1.45   9 years  schwarze   obvious cases of missing .An; found with the new mandoc(1) MANDOCERR_AN_MISSING ...
[TXT] systrace.c (in the Attic) [Hide]  1.62   9 years  deraadt   move to PATH_MAX, etc; normalize includes for life in the <limits.h> universe ok...
[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.12   10 years  deraadt   add unsigned char casts for specific calls to ctype.h macros. ok guenther step
[TXT] util.h (in the Attic) [Hide]  1.3   20 years  itojun   - limited number of processes per systrace - escape fixes for special characters...