Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/dev/Attic/verified_exec.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/dev/Attic/verified_exec.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.39 retrieving revision 1.40 diff -u -p -r1.39 -r1.40 --- src/sys/dev/Attic/verified_exec.c 2006/07/21 16:48:48 1.39 +++ src/sys/dev/Attic/verified_exec.c 2006/07/24 21:15:05 1.40 @@ -1,4 +1,4 @@ -/* $NetBSD: verified_exec.c,v 1.39 2006/07/21 16:48:48 ad Exp $ */ +/* $NetBSD: verified_exec.c,v 1.40 2006/07/24 21:15:05 elad Exp $ */ /*- * Copyright 2005 Elad Efrat @@ -31,9 +31,9 @@ #include #if defined(__NetBSD__) -__KERNEL_RCSID(0, "$NetBSD: verified_exec.c,v 1.39 2006/07/21 16:48:48 ad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: verified_exec.c,v 1.40 2006/07/24 21:15:05 elad Exp $"); #else -__RCSID("$Id: verified_exec.c,v 1.39 2006/07/21 16:48:48 ad Exp $\n$NetBSD: verified_exec.c,v 1.39 2006/07/21 16:48:48 ad Exp $"); +__RCSID("$Id: verified_exec.c,v 1.40 2006/07/24 21:15:05 elad Exp $\n$NetBSD: verified_exec.c,v 1.40 2006/07/24 21:15:05 elad Exp $"); #endif #include @@ -338,9 +338,7 @@ veriexec_load(struct veriexec_params *pa e->fp = malloc(e->ops->hash_len, M_TEMP, M_WAITOK); memcpy(e->fp, params->fingerprint, e->ops->hash_len); - veriexec_report("New entry.", params->file, NULL, - REPORT_VERBOSE_HIGH, REPORT_NOALARM, REPORT_NOPANIC); - + veriexec_report("New entry.", params->file, NULL, REPORT_DEBUG); error = veriexec_hashadd(nid.ni_vp, e);