Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sparc64/conf Move veriexec stuff from GENERIC to (c...



details:   https://anonhg.NetBSD.org/src/rev/3578a1f62f10
branches:  trunk
changeset: 586225:3578a1f62f10
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Dec 10 14:46:37 2005 +0000

description:
Move veriexec stuff from GENERIC to (common) GENERIC32.

diffstat:

 sys/arch/sparc64/conf/GENERIC   |  22 ++--------------------
 sys/arch/sparc64/conf/GENERIC32 |  22 ++++++++++++++++++++--
 2 files changed, 22 insertions(+), 22 deletions(-)

diffs (78 lines):

diff -r d746d5a73082 -r 3578a1f62f10 sys/arch/sparc64/conf/GENERIC
--- a/sys/arch/sparc64/conf/GENERIC     Sat Dec 10 14:41:17 2005 +0000
+++ b/sys/arch/sparc64/conf/GENERIC     Sat Dec 10 14:46:37 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.51 2005/12/09 23:34:03 elad Exp $
+# $NetBSD: GENERIC,v 1.52 2005/12/10 14:46:37 tsutsui Exp $
 #
 # GENERIC machine description file
 # 
@@ -20,7 +20,7 @@
 
 include        "arch/sparc64/conf/GENERIC32"
 
-#ident         "GENERIC-$Revision: 1.51 $"
+#ident         "GENERIC-$Revision: 1.52 $"
 
 include        "arch/sparc64/conf/std.sparc64-64"
 
@@ -34,21 +34,3 @@
 #makeoptions   DEBUG="-g"
 #options       DEBUG
 #options       SYSCALL_DEBUG
-
-# Veriexec
-#options VERIFIED_EXEC
-#
-# a pseudo device needed for veriexec
-#pseudo-device veriexec                1
-#
-# Uncomment the fingerprint methods below that are desired. Note that
-# removing fingerprint methods will have almost no impact on the kernel
-# code size.
-#
-#options VERIFIED_EXEC_FP_RMD160
-#options VERIFIED_EXEC_FP_SHA256
-#options VERIFIED_EXEC_FP_SHA384
-#options VERIFIED_EXEC_FP_SHA512
-#options VERIFIED_EXEC_FP_SHA1
-#options VERIFIED_EXEC_FP_MD5
-
diff -r d746d5a73082 -r 3578a1f62f10 sys/arch/sparc64/conf/GENERIC32
--- a/sys/arch/sparc64/conf/GENERIC32   Sat Dec 10 14:41:17 2005 +0000
+++ b/sys/arch/sparc64/conf/GENERIC32   Sat Dec 10 14:46:37 2005 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: GENERIC32,v 1.123 2005/12/07 09:10:19 tsutsui Exp $
+#      $NetBSD: GENERIC32,v 1.124 2005/12/10 14:46:37 tsutsui Exp $
 
 include "arch/sparc64/conf/std.sparc64"
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.123 $"
+#ident                 "GENERIC-$Revision: 1.124 $"
 
 maxusers       64
 
@@ -825,3 +825,21 @@
 #pseudo-device pf                      # PF packet filter
 #pseudo-device pflog                   # PF log if
 pseudo-device  fss             4       # file system snapshot device
+
+# Veriexec
+#options VERIFIED_EXEC
+#
+# a pseudo device needed for veriexec
+#pseudo-device veriexec                1
+#
+# Uncomment the fingerprint methods below that are desired. Note that
+# removing fingerprint methods will have almost no impact on the kernel
+# code size.
+#
+#options VERIFIED_EXEC_FP_RMD160
+#options VERIFIED_EXEC_FP_SHA256
+#options VERIFIED_EXEC_FP_SHA384
+#options VERIFIED_EXEC_FP_SHA512
+#options VERIFIED_EXEC_FP_SHA1
+#options VERIFIED_EXEC_FP_MD5
+



Home | Main Index | Thread Index | Old Index