Subject: CVS commit: src/bin/systrace
To: None <source-changes@netbsd.org>
From: Niels Provos <provos@netbsd.org>
List: source-changes
Date: 06/03/2003 04:33:45
Module Name:	src
Committed By:	provos
Date:		Tue Jun  3 04:33:45 UTC 2003

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

Log Message:
support for a new kernel message that informs userland that an in-kernel
policy has been freed.  this allows us to enforce the kernel policy size
limit for users while users are still able to execute an arbitary number
of applications;  the protocol change is backwards compatible.


To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 src/bin/systrace/filter.c
cvs rdiff -r1.13 -r1.14 src/bin/systrace/intercept.c \
    src/bin/systrace/policy.c src/bin/systrace/systrace.h
cvs rdiff -r1.9 -r1.10 src/bin/systrace/intercept.h
cvs rdiff -r1.11 -r1.12 src/bin/systrace/netbsd-syscalls.c
cvs rdiff -r1.7 -r1.8 src/bin/systrace/openbsd-syscalls.c
cvs rdiff -r1.8 -r1.9 src/bin/systrace/register.c
cvs rdiff -r1.20 -r1.21 src/bin/systrace/systrace.c

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