Subject: CVS commit: [netbsd-3] src/sys/kern
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 06/10/2005 15:24:18
Module Name:	src
Committed By:	tron
Date:		Fri Jun 10 15:24:18 UTC 2005

Modified Files:
	src/sys/kern [netbsd-3]: kern_verifiedexec.c

Log Message:
Pull up revision 1.17 (requested by elad in ticket #389):
- Add VERIEXEC_OPINIT() and veriexec_add_fp_ops(), simplifying the addition
of fingerprinting algorithms to the ops vector.
- Cleanup in veriexec_add_fp_name().
- Remove veriexec_default_ops and use the above API for adding the default
methods in veriexec_init_fp_ops().


To generate a diff of this commit:
cvs rdiff -r1.9.2.7 -r1.9.2.8 src/sys/kern/kern_verifiedexec.c

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