Source-Changes-HG archive

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

[src/tls-earlyentropy]: src/sys/arch RNDVERBOSE kernel for testing.



details:   https://anonhg.NetBSD.org/src/rev/ba36265fa7b2
branches:  tls-earlyentropy
changeset: 795261:ba36265fa7b2
user:      tls <tls%NetBSD.org@localhost>
date:      Sun Apr 06 15:59:42 2014 +0000

description:
RNDVERBOSE kernel for testing.

diffstat:

 sys/arch/amd64/conf/RNDVERBOSE     |  24 ++++++++++++++++++++++++
 sys/arch/emips/include/disklabel.h |   2 +-
 sys/arch/x68k/include/cdefs.h      |   2 +-
 sys/arch/x68k/include/cpufunc.h    |   2 +-
 sys/arch/x68k/include/ieeefp.h     |   2 +-
 sys/arch/x68k/include/profile.h    |   2 +-
 sys/arch/x68k/include/setjmp.h     |   2 +-
 7 files changed, 30 insertions(+), 6 deletions(-)

diffs (80 lines):

diff -r 0289d55bdf19 -r ba36265fa7b2 sys/arch/amd64/conf/RNDVERBOSE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/amd64/conf/RNDVERBOSE    Sun Apr 06 15:59:42 2014 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: RNDVERBOSE,v 1.1.2.1 2014/04/06 15:59:42 tls Exp $
+#
+# GENERIC machine description file
+#
+# This machine description file is used to generate the default NetBSD
+# kernel.  The generic kernel does not include all options, subsystems
+# and device drivers, but should be useful for most applications.
+#
+# The machine description file can be customised for your specific
+# machine to reduce the kernel size and improve its performance.
+#
+# For further information on compiling NetBSD kernels, see the config(8)
+# man page.
+#
+# For further information on hardware support for this architecture, see
+# the intro(4) man page.  For further information about kernel options
+# for this architecture, see the options(4) man page.  For an explanation
+# of each device driver in this file see the section 4 man page for the
+# device.
+
+include        "arch/amd64/conf/GENERIC"
+
+options        DEBUG,LOCKDEBUG,RND_VERBOSE
+makeoptions    DEBUG="-g"
diff -r 0289d55bdf19 -r ba36265fa7b2 sys/arch/emips/include/disklabel.h
--- a/sys/arch/emips/include/disklabel.h        Sat Apr 05 18:44:32 2014 +0000
+++ b/sys/arch/emips/include/disklabel.h        Sun Apr 06 15:59:42 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: disklabel.h,v 1.3 2013/05/16 19:06:44 christos Exp $   */
+/*     $NetBSD: disklabel.h,v 1.5 2013/05/16 19:06:44 christos Exp $   */
 
 /*
  * Copyright (c) 1994 Christopher G. Demetriou
diff -r 0289d55bdf19 -r ba36265fa7b2 sys/arch/x68k/include/cdefs.h
--- a/sys/arch/x68k/include/cdefs.h     Sat Apr 05 18:44:32 2014 +0000
+++ b/sys/arch/x68k/include/cdefs.h     Sun Apr 06 15:59:42 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cdefs.h,v 1.1 1996/05/05 12:17:15 oki Exp $    */
+/*     $NetBSD: cdefs.h,v 1.1.1.1 1996/05/05 12:17:03 oki Exp $        */
 
 #ifndef _MACHINE_CDEFS_H_
 #define _MACHINE_CDEFS_H_
diff -r 0289d55bdf19 -r ba36265fa7b2 sys/arch/x68k/include/cpufunc.h
--- a/sys/arch/x68k/include/cpufunc.h   Sat Apr 05 18:44:32 2014 +0000
+++ b/sys/arch/x68k/include/cpufunc.h   Sun Apr 06 15:59:42 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpufunc.h,v 1.1 1996/05/05 12:17:15 oki Exp $  */
+/*     $NetBSD: cpufunc.h,v 1.1.1.1 1996/05/05 12:17:03 oki Exp $      */
 
 /*
  * Functions to provide access to special cpu instructions.
diff -r 0289d55bdf19 -r ba36265fa7b2 sys/arch/x68k/include/ieeefp.h
--- a/sys/arch/x68k/include/ieeefp.h    Sat Apr 05 18:44:32 2014 +0000
+++ b/sys/arch/x68k/include/ieeefp.h    Sun Apr 06 15:59:42 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ieeefp.h,v 1.1 1996/05/05 12:17:14 oki Exp $   */
+/*     $NetBSD: ieeefp.h,v 1.1.1.1 1996/05/05 12:17:03 oki Exp $       */
 
 /* Just use the common m68k definition */
 #include <m68k/ieeefp.h>
diff -r 0289d55bdf19 -r ba36265fa7b2 sys/arch/x68k/include/profile.h
--- a/sys/arch/x68k/include/profile.h   Sat Apr 05 18:44:32 2014 +0000
+++ b/sys/arch/x68k/include/profile.h   Sun Apr 06 15:59:42 2014 +0000
@@ -1,3 +1,3 @@
-/*     $NetBSD: profile.h,v 1.1 1996/05/05 12:17:14 oki Exp $  */
+/*     $NetBSD: profile.h,v 1.1.1.1 1996/05/05 12:17:03 oki Exp $      */
 
 #include <m68k/profile.h>
diff -r 0289d55bdf19 -r ba36265fa7b2 sys/arch/x68k/include/setjmp.h
--- a/sys/arch/x68k/include/setjmp.h    Sat Apr 05 18:44:32 2014 +0000
+++ b/sys/arch/x68k/include/setjmp.h    Sun Apr 06 15:59:42 2014 +0000
@@ -1,3 +1,3 @@
-/*     $NetBSD: setjmp.h,v 1.1 1996/05/05 12:17:15 oki Exp $   */
+/*     $NetBSD: setjmp.h,v 1.1.1.1 1996/05/05 12:17:03 oki Exp $       */
 
 #include <m68k/setjmp.h>



Home | Main Index | Thread Index | Old Index