Subject: CVS commit: src/bin/systrace
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 12/10/2006 01:22:02
Module Name:	src
Committed By:	christos
Date:		Sun Dec 10 01:22:02 UTC 2006

Modified Files:
	src/bin/systrace: filter.c intercept.c intercept.h netbsd-syscalls.c
	    openbsd-syscalls.c policy.c register.c systrace-error.c
	    systrace-translate.c systrace.1 systrace.c systrace.h

Log Message:
Sync with OpenBSD systrace 1.6d.
XXX: Some of the compat-linux systrace is disabled.
From elad.


To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 src/bin/systrace/filter.c
cvs rdiff -r1.26 -r1.27 src/bin/systrace/intercept.c
cvs rdiff -r1.19 -r1.20 src/bin/systrace/intercept.h \
    src/bin/systrace/netbsd-syscalls.c src/bin/systrace/register.c
cvs rdiff -r1.9 -r1.10 src/bin/systrace/openbsd-syscalls.c
cvs rdiff -r1.21 -r1.22 src/bin/systrace/policy.c src/bin/systrace/systrace.h
cvs rdiff -r1.3 -r1.4 src/bin/systrace/systrace-error.c
cvs rdiff -r1.18 -r1.19 src/bin/systrace/systrace-translate.c
cvs rdiff -r1.33 -r1.34 src/bin/systrace/systrace.1 \
    src/bin/systrace/systrace.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.