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_9


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.9   8 years  tedu   unifdef support for other operating systems. sorry OS/2 cultists. ok deraadt
[TXT] filter.c (in the Attic) [Hide]  1.37   8 years  mmcc   Remove NULL-check before free(). ok tb@
[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.18   8 years  mmcc   Remove NULL-check before free(). ok tb@
[TXT] intercept.c (in the Attic) [Hide]  1.65   8 years  mmcc   Remove NULL-check before free(). ok tb@
[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.20   9 years  deraadt   Convert many atoi() calls to strtonum(), adding range checks and failure handlin...
[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.46   8 years  mmcc   Remove NULL-check before free(). ok tb@
[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.36   8 years  tedu   rename a few variables/functions to avoid shadowing
[TXT] register.c (in the Attic) [Hide]  1.26   8 years  guenther   Apply normal handling to atfd+path args to chflagsat(2) Problem noted by patric...
[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.46   8 years  schwarze   mark up arguments individually and drop redundant .Bk
[TXT] systrace.c (in the Attic) [Hide]  1.63   9 years  deraadt   Convert many atoi() calls to strtonum(), adding range checks and failure handlin...
[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.13   8 years  tedu   unifdef support for other operating systems. sorry OS/2 cultists. 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...