Source-Changes-HG archive

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

[src/netbsd-3]: src/sys/arch Pull up following revision(s) (requested by chs ...



details:   https://anonhg.NetBSD.org/src/rev/c3264fa748b2
branches:  netbsd-3
changeset: 577436:c3264fa748b2
user:      tron <tron%NetBSD.org@localhost>
date:      Sat Nov 05 00:39:47 2005 +0000

description:
Pull up following revision(s) (requested by chs in ticket #929):
        sys/arch/hp300/conf/GENERIC: revision 1.124
        sys/arch/acorn32/conf/GENERIC: revision 1.62
        sys/arch/pdp10/conf/GENERIC: revision 1.19
        sys/arch/mvme68k/conf/GENERIC: revision 1.61
        sys/arch/netwinder/conf/GENERIC: revision 1.70
        sys/arch/sbmips/conf/GENERIC: revision 1.46
        sys/arch/macppc/conf/GENERIC: revision 1.214
        sys/arch/bebox/conf/GENERIC: revision 1.89
        sys/arch/cobalt/conf/GENERIC: revision 1.83
        sys/arch/cats/conf/GENERIC: revision 1.92
        sys/arch/shark/conf/GENERIC: revision 1.53
        sys/arch/amiga/conf/GENERIC.in: revision 1.45
        sys/arch/acorn26/conf/GENERIC: revision 1.37
        sys/arch/cesfic/conf/GENERIC: revision 1.38
        sys/arch/iyonix/conf/GENERIC: revision 1.21
        sys/arch/alpha/conf/GENERIC: revision 1.277
        sys/arch/vax/conf/GENERIC: revision 1.143
        sys/arch/atari/conf/GENERIC.in: revision 1.56
        sys/arch/mipsco/conf/GENERIC: revision 1.53
        sys/arch/ofppc/conf/GENERIC: revision 1.85
        sys/arch/next68k/conf/GENERIC: revision 1.96
        sys/arch/arc/conf/GENERIC: revision 1.125
        sys/arch/dreamcast/conf/GENERIC: revision 1.62
turn off DEBUG and DIAGNOSTIC in GENERIC kernels so that they
are compatible with the LKMs that are part of the release.

diffstat:

 sys/arch/acorn26/conf/GENERIC   |   6 +++---
 sys/arch/acorn32/conf/GENERIC   |   6 +++---
 sys/arch/alpha/conf/GENERIC     |   4 ++--
 sys/arch/amiga/conf/GENERIC.in  |   6 +++---
 sys/arch/arc/conf/GENERIC       |   6 +++---
 sys/arch/atari/conf/GENERIC.in  |   4 ++--
 sys/arch/bebox/conf/GENERIC     |   8 ++++----
 sys/arch/cats/conf/GENERIC      |   4 ++--
 sys/arch/cesfic/conf/GENERIC    |   6 +++---
 sys/arch/cobalt/conf/GENERIC    |   6 +++---
 sys/arch/dreamcast/conf/GENERIC |   4 ++--
 sys/arch/hp300/conf/GENERIC     |   6 +++---
 sys/arch/iyonix/conf/GENERIC    |   6 +++---
 sys/arch/macppc/conf/GENERIC    |   6 +++---
 sys/arch/mipsco/conf/GENERIC    |   4 ++--
 sys/arch/mvme68k/conf/GENERIC   |   7 ++++---
 sys/arch/netwinder/conf/GENERIC |   4 ++--
 sys/arch/next68k/conf/GENERIC   |   8 ++++----
 sys/arch/ofppc/conf/GENERIC     |   6 +++---
 sys/arch/pdp10/conf/GENERIC     |  10 +++++-----
 sys/arch/sbmips/conf/GENERIC    |   8 ++++----
 sys/arch/shark/conf/GENERIC     |   6 +++---
 sys/arch/vax/conf/GENERIC       |  10 +++++++---
 23 files changed, 73 insertions(+), 68 deletions(-)

diffs (truncated from 566 to 300 lines):

diff -r 786ea7b52cb1 -r c3264fa748b2 sys/arch/acorn26/conf/GENERIC
--- a/sys/arch/acorn26/conf/GENERIC     Thu Nov 03 10:33:31 2005 +0000
+++ b/sys/arch/acorn26/conf/GENERIC     Sat Nov 05 00:39:47 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.28.4.2 2005/08/14 21:14:01 riz Exp $
+# $NetBSD: GENERIC,v 1.28.4.3 2005/11/05 00:39:47 tron Exp $
 #
 # GENERIC machine description file
 # 
@@ -30,8 +30,8 @@
 options        CPU_ARM3
 
 # Diagnostic/debugging support options
-options        DIAGNOSTIC              # Cheap kernel consistency checks
-options        DEBUG                   # More expensive checks and printfs
+#options       DIAGNOSTIC              # Cheap kernel consistency checks
+#options       DEBUG                   # More expensive checks and printfs
 options        DDB                     # kernel debugger
 #options       SYSCALL_DEBUG           # trace syscall entry/exit
 #options       SCSIDEBUG
diff -r 786ea7b52cb1 -r c3264fa748b2 sys/arch/acorn32/conf/GENERIC
--- a/sys/arch/acorn32/conf/GENERIC     Thu Nov 03 10:33:31 2005 +0000
+++ b/sys/arch/acorn32/conf/GENERIC     Sat Nov 05 00:39:47 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.52.4.2 2005/08/14 21:14:35 riz Exp $
+#      $NetBSD: GENERIC,v 1.52.4.3 2005/11/05 00:39:47 tron Exp $
 #
 #      GENERIC --- NetBSD/acorn32 complete configuration
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC-$Revision: 1.52.4.2 $"
+#ident         "GENERIC-$Revision: 1.52.4.3 $"
 
 # estimated number of users
 maxusers       32
@@ -161,7 +161,7 @@
 
 #options       ARM700BUGTRACK  # track the ARM700 swi bug
 #options       PORTMASTER      # Enable PortMaster only options
-options        DIAGNOSTIC      # internal consistency checks
+#options       DIAGNOSTIC      # internal consistency checks
 #options       PMAP_DEBUG      # Enable pmap_debug_level code
 #options       IPKDB           # remote kernel debugging
 options        DDB             # in-kernel debugger
diff -r 786ea7b52cb1 -r c3264fa748b2 sys/arch/alpha/conf/GENERIC
--- a/sys/arch/alpha/conf/GENERIC       Thu Nov 03 10:33:31 2005 +0000
+++ b/sys/arch/alpha/conf/GENERIC       Sat Nov 05 00:39:47 2005 +0000
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.261.4.5 $"
+#ident                 "GENERIC-$Revision: 1.261.4.6 $"
 
 maxusers 32
 
@@ -57,7 +57,7 @@
 #options       NEW_BUFQ_STRATEGY
 
 # Diagnostic/debugging support options
-options        DIAGNOSTIC              # Cheap kernel consistency checks
+#options       DIAGNOSTIC              # Cheap kernel consistency checks
 options        DDB                     # kernel debugger
 options        DDB_HISTORY_SIZE=512    # enable history editing in DDB
 #makeoptions   DEBUG="-g"
diff -r 786ea7b52cb1 -r c3264fa748b2 sys/arch/amiga/conf/GENERIC.in
--- a/sys/arch/amiga/conf/GENERIC.in    Thu Nov 03 10:33:31 2005 +0000
+++ b/sys/arch/amiga/conf/GENERIC.in    Sat Nov 05 00:39:47 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC.in,v 1.34.2.2 2005/08/14 21:14:18 riz Exp $
+# $NetBSD: GENERIC.in,v 1.34.2.3 2005/11/05 00:39:47 tron Exp $
 #
 # GENERIC machine description file
 #
@@ -56,7 +56,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.34.2.2 $"
+#ident                 "GENERIC-$Revision: 1.34.2.3 $"
 
 m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl
 makeoptions    COPTS="-Os"
@@ -250,7 +250,7 @@
 #
 options        DDB             # Kernel debugger
 #options       DDB_HISTORY_SIZE=100    # Enable history editing in DDB
-options        DIAGNOSTIC      # Extra kernel sanity checks
+#options       DIAGNOSTIC      # Extra kernel sanity checks
 #options       DEBUG           # Enable misc. kernel debugging code
 #options       SYSCALL_DEBUG   # debug all syscalls.
 #options       SCSIDEBUG       # Add SCSI debugging statements
diff -r 786ea7b52cb1 -r c3264fa748b2 sys/arch/arc/conf/GENERIC
--- a/sys/arch/arc/conf/GENERIC Thu Nov 03 10:33:31 2005 +0000
+++ b/sys/arch/arc/conf/GENERIC Sat Nov 05 00:39:47 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.113.4.3 2005/08/14 21:14:42 riz Exp $
+# $NetBSD: GENERIC,v 1.113.4.4 2005/11/05 00:39:48 tron Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC-$Revision: 1.113.4.3 $"
+#ident         "GENERIC-$Revision: 1.113.4.4 $"
 
 maxusers       32              # estimated number of users
 
@@ -68,7 +68,7 @@
 #options       NEW_BUFQ_STRATEGY
 
 # Diagnostic/debugging support options
-options        DIAGNOSTIC              # cheap kernel consistency checks
+#options       DIAGNOSTIC              # cheap kernel consistency checks
 #options       DEBUG                   # expensive debugging checks/support
 #options       KMEMSTATS               # kernel memory statistics (vmstat -m)
 options        DDB                     # in-kernel debugger
diff -r 786ea7b52cb1 -r c3264fa748b2 sys/arch/atari/conf/GENERIC.in
--- a/sys/arch/atari/conf/GENERIC.in    Thu Nov 03 10:33:31 2005 +0000
+++ b/sys/arch/atari/conf/GENERIC.in    Sat Nov 05 00:39:47 2005 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: GENERIC.in,v 1.47.2.2 2005/08/14 21:14:24 riz Exp $
+#      $NetBSD: GENERIC.in,v 1.47.2.3 2005/11/05 00:39:48 tron Exp $
 #
 # Generic atari
 #
@@ -179,7 +179,7 @@
 #
 options        KTRACE                  # Add kernel tracing system call
 options        SYSTRACE                # system call vetting via systrace(1)
-options        DIAGNOSTIC              # Add additional error checking code
+#options       DIAGNOSTIC              # Add additional error checking code
 options        USERCONF                # userconf(4) support
 #options       PIPE_SOCKETPAIR # smaller, but slower pipe(2)
 options        SYSCTL_INCLUDE_DESCR    # Include sysctl descriptions in kernel
diff -r 786ea7b52cb1 -r c3264fa748b2 sys/arch/bebox/conf/GENERIC
--- a/sys/arch/bebox/conf/GENERIC       Thu Nov 03 10:33:31 2005 +0000
+++ b/sys/arch/bebox/conf/GENERIC       Sat Nov 05 00:39:47 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.80.2.2 2005/08/14 21:14:20 riz Exp $
+# $NetBSD: GENERIC,v 1.80.2.3 2005/11/05 00:39:47 tron Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.80.2.2 $"
+#ident                 "GENERIC-$Revision: 1.80.2.3 $"
 
 maxusers       32
 
@@ -33,8 +33,8 @@
 #options       IPKDBSECURE     # Allow debugging even when securelevel > 0
 makeoptions    DEBUG="-g"
 
-options        DEBUG
-options        DIAGNOSTIC
+#options       DEBUG
+#options       DIAGNOSTIC
 options        TRAP_PANICWAIT
 options        DDB
 #options       DDB_HISTORY_SIZE=100    # Enable history editing in DDB
diff -r 786ea7b52cb1 -r c3264fa748b2 sys/arch/cats/conf/GENERIC
--- a/sys/arch/cats/conf/GENERIC        Thu Nov 03 10:33:31 2005 +0000
+++ b/sys/arch/cats/conf/GENERIC        Sat Nov 05 00:39:47 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.77.2.4 2005/08/14 21:14:20 riz Exp $
+# $NetBSD: GENERIC,v 1.77.2.5 2005/11/05 00:39:47 tron Exp $
 #
 # GENERIC machine description file
 # 
@@ -192,7 +192,7 @@
 # Development and Debugging options
 
 #options       PORTMASTER      # Enable PortMaster only options
-options        DIAGNOSTIC      # internally consistency checks
+#options       DIAGNOSTIC      # internally consistency checks
 #options       PMAP_DEBUG      # Enable pmap_debug_level code
 #options       IPKDB           # remote kernel debugging
 options        DDB             # in-kernel debugger
diff -r 786ea7b52cb1 -r c3264fa748b2 sys/arch/cesfic/conf/GENERIC
--- a/sys/arch/cesfic/conf/GENERIC      Thu Nov 03 10:33:31 2005 +0000
+++ b/sys/arch/cesfic/conf/GENERIC      Sat Nov 05 00:39:47 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.29.2.1 2005/08/14 21:14:01 riz Exp $
+# $NetBSD: GENERIC,v 1.29.2.2 2005/11/05 00:39:47 tron Exp $
 #
 # GENERIC machine description file
 # 
@@ -109,8 +109,8 @@
 options        COMPAT_AOUT_M68K # support for NetBSD a.out executables
 
 # Debugging options
-options        DIAGNOSTIC      # Extra kernel sanity checks
-options        DEBUG           # Enable misc. kernel debugging code
+#options       DIAGNOSTIC      # Extra kernel sanity checks
+#options       DEBUG           # Enable misc. kernel debugging code
 options        DDB             # Kernel Dynamic Debugger
 #options       KGDB
 makeoptions    DEBUG="-g"      # netbsd.gdb with full debugging symbols
diff -r 786ea7b52cb1 -r c3264fa748b2 sys/arch/cobalt/conf/GENERIC
--- a/sys/arch/cobalt/conf/GENERIC      Thu Nov 03 10:33:31 2005 +0000
+++ b/sys/arch/cobalt/conf/GENERIC      Sat Nov 05 00:39:47 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.70.2.4 2005/08/14 21:14:54 riz Exp $
+# $NetBSD: GENERIC,v 1.70.2.5 2005/11/05 00:39:47 tron Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.70.2.4 $"
+#ident                 "GENERIC-$Revision: 1.70.2.5 $"
 
 maxusers       32
 
@@ -49,7 +49,7 @@
 #options       NEW_BUFQ_STRATEGY
 
 # Debugging options
-options        DIAGNOSTIC      # extra kernel sanity checking
+#options       DIAGNOSTIC      # extra kernel sanity checking
 #options       DEBUG           # extra kernel debugging support
 #options       KMEMSTATS       # kernel memory statistics (vmstat -m)
 options        DDB             # kernel dynamic debugger
diff -r 786ea7b52cb1 -r c3264fa748b2 sys/arch/dreamcast/conf/GENERIC
--- a/sys/arch/dreamcast/conf/GENERIC   Thu Nov 03 10:33:31 2005 +0000
+++ b/sys/arch/dreamcast/conf/GENERIC   Sat Nov 05 00:39:47 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.53.4.2 2005/08/14 21:14:35 riz Exp $
+# $NetBSD: GENERIC,v 1.53.4.3 2005/11/05 00:39:48 tron Exp $
 #
 # GENERIC machine description file
 # 
@@ -49,7 +49,7 @@
 options        P1003_1B_SEMAPHORE # p1003.1b semaphore support
 
 # Diagnostic/debugging support options
-options        DIAGNOSTIC      # cheap kernel consistency checks
+#options       DIAGNOSTIC      # cheap kernel consistency checks
 #options       DEBUG           # expensive debugging checks/support
 #options       KMEMSTATS       # kernel memory statistics (vmstat -m)
 options        DDB             # in-kernel debugger
diff -r 786ea7b52cb1 -r c3264fa748b2 sys/arch/hp300/conf/GENERIC
--- a/sys/arch/hp300/conf/GENERIC       Thu Nov 03 10:33:31 2005 +0000
+++ b/sys/arch/hp300/conf/GENERIC       Sat Nov 05 00:39:47 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.113.4.2 2005/08/14 21:14:38 riz Exp $
+# $NetBSD: GENERIC,v 1.113.4.3 2005/11/05 00:39:47 tron Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.113.4.2 $"
+#ident                 "GENERIC-$Revision: 1.113.4.3 $"
 
 maxusers       32              # estimated number of users
 
@@ -67,7 +67,7 @@
 #options       NEW_BUFQ_STRATEGY
 
 # Debugging options
-options        DIAGNOSTIC      # Extra kernel sanity checks
+#options       DIAGNOSTIC      # Extra kernel sanity checks
 #options       DEBUG           # Enable misc. kernel debugging code
 #options       KMEMSTATS       # kernel memory statistics (vmstat -m)
 options        DDB             # Kernel Dynamic Debugger
diff -r 786ea7b52cb1 -r c3264fa748b2 sys/arch/iyonix/conf/GENERIC
--- a/sys/arch/iyonix/conf/GENERIC      Thu Nov 03 10:33:31 2005 +0000
+++ b/sys/arch/iyonix/conf/GENERIC      Sat Nov 05 00:39:47 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.8.4.4 2005/08/14 21:13:35 riz Exp $
+#      $NetBSD: GENERIC,v 1.8.4.5 2005/11/05 00:39:47 tron Exp $
 #
 #      GENERIC -- Generic kernel
 #
@@ -138,8 +138,8 @@
 # Development and Debugging options
 
 options        PERFCTRS        # performance counters
-options        DIAGNOSTIC      # internally consistency checks
-options        DEBUG
+#options       DIAGNOSTIC      # internally consistency checks
+#options       DEBUG
 #options       PMAP_DEBUG      # Enable pmap_debug_level code
 #options       IPKDB           # remote kernel debugging
 #options       VERBOSE_INIT_ARM # verbose bootstraping messages



Home | Main Index | Thread Index | Old Index