Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
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.
Home |
Main Index |
Thread Index |
Old Index