Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Elad Efrat <elad@netbsd.org>
List: source-changes
Date: 05/28/2005 15:49:36
Module Name:	src
Committed By:	elad
Date:		Sat May 28 15:49:36 UTC 2005

Modified Files:
	src/sys/kern: kern_verifiedexec.c
	src/sys/sys: verified_exec.h

Log Message:
- 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.16 -r1.17 src/sys/kern/kern_verifiedexec.c
cvs rdiff -r1.10 -r1.11 src/sys/sys/verified_exec.h

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