Source-Changes-HG archive

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

[src/netbsd-2-0]: src/sys/arch Pull up revision 1.11 (requested by atatat in ...



details:   https://anonhg.NetBSD.org/src/rev/1d0a0e452ad3
branches:  netbsd-2-0
changeset: 562044:1d0a0e452ad3
user:      he <he%NetBSD.org@localhost>
date:      Thu Jul 15 20:19:34 2004 +0000

description:
Pull up revision 1.11 (requested by atatat in ticket #663):
        Add "options SYSCTL_INCLUDE_DESCR" to a lot of configurations,
        but commented out in most of them.

diffstat:

 sys/arch/mvmeppc/conf/MVME1600   |  5 +++--
 sys/arch/newsmips/conf/DEJIKO    |  3 ++-
 sys/arch/ofppc/conf/BRIQ         |  5 +++--
 sys/arch/playstation2/conf/DEBUG |  3 ++-
 sys/arch/pmppc/conf/INSTALL      |  3 ++-
 sys/arch/xen/conf/XEN            |  3 ++-
 6 files changed, 14 insertions(+), 8 deletions(-)

diffs (122 lines):

diff -r d8aa5d003d68 -r 1d0a0e452ad3 sys/arch/mvmeppc/conf/MVME1600
--- a/sys/arch/mvmeppc/conf/MVME1600    Thu Jul 15 20:19:28 2004 +0000
+++ b/sys/arch/mvmeppc/conf/MVME1600    Thu Jul 15 20:19:34 2004 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: MVME1600,v 1.10 2002/10/14 18:39:35 elric Exp $
+# $NetBSD: MVME1600,v 1.10.8.1 2004/07/15 20:19:34 he Exp $
 #
 
 include        "arch/mvmeppc/conf/std.mvmeppc"
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "MVME1600-$Revision: 1.10 $"
+#ident         "MVME1600-$Revision: 1.10.8.1 $"
 
 maxusers       8
 
@@ -29,6 +29,7 @@
 
 options        USERCONF        # userconf(4) support
 options        PIPE_SOCKETPAIR # smaller, but slower pipe(2)
+#options       SYSCTL_INCLUDE_DESCR    # Include sysctl descriptions in kernel
 
 # Diagnostic/debugging support options
 options        DIAGNOSTIC      # cheap kernel consistency checks
diff -r d8aa5d003d68 -r 1d0a0e452ad3 sys/arch/newsmips/conf/DEJIKO
--- a/sys/arch/newsmips/conf/DEJIKO     Thu Jul 15 20:19:28 2004 +0000
+++ b/sys/arch/newsmips/conf/DEJIKO     Thu Jul 15 20:19:34 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: DEJIKO,v 1.10 2004/03/15 16:56:55 rafal Exp $
+#      $NetBSD: DEJIKO,v 1.10.2.1 2004/07/15 20:19:34 he Exp $
 #
 #      Dejiko's sekai-seifuku NEWS5000 nyo.
 
@@ -18,6 +18,7 @@
 #options       DEBUG                   # extra kernel debugging support
 options        DIAGNOSTIC              # extra kernel sanity checking
 options        USERCONF                # userconf(4) support
+#options       SYSCTL_INCLUDE_DESCR    # Include sysctl descriptions in kernel
 
 # Filesystem options
 file-system    FFS                     # Berkeley Fast Filesystem
diff -r d8aa5d003d68 -r 1d0a0e452ad3 sys/arch/ofppc/conf/BRIQ
--- a/sys/arch/ofppc/conf/BRIQ  Thu Jul 15 20:19:28 2004 +0000
+++ b/sys/arch/ofppc/conf/BRIQ  Thu Jul 15 20:19:34 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: BRIQ,v 1.10 2003/04/10 22:07:02 christos Exp $
+#      $NetBSD: BRIQ,v 1.10.4.1 2004/07/15 20:19:34 he Exp $
 #
 #      BRIQ -- Total Impact briQ -- http://www.totalimpact.com
 #
@@ -7,7 +7,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.10 $"
+#ident                 "GENERIC-$Revision: 1.10.4.1 $"
 
 maxusers       32
 
@@ -36,6 +36,7 @@
 
 options        USERCONF        # userconf(4) support
 #options       PIPE_SOCKETPAIR # smaller, but slower pipe(2)
+#options       SYSCTL_INCLUDE_DESCR    # Include sysctl descriptions in kernel
 
 # Diagnostic/debugging support options
 options        DIAGNOSTIC      # cheap kernel consistency checks
diff -r d8aa5d003d68 -r 1d0a0e452ad3 sys/arch/playstation2/conf/DEBUG
--- a/sys/arch/playstation2/conf/DEBUG  Thu Jul 15 20:19:28 2004 +0000
+++ b/sys/arch/playstation2/conf/DEBUG  Thu Jul 15 20:19:34 2004 +0000
@@ -1,7 +1,7 @@
 #
 # kernel config file for debugging.
 #
-#      $NetBSD: DEBUG,v 1.9 2003/02/16 17:35:17 augustss Exp $
+#      $NetBSD: DEBUG,v 1.9.4.1 2004/07/15 20:19:34 he Exp $
 #
 
 include        "arch/playstation2/conf/std.playstation2"
@@ -36,6 +36,7 @@
 makeoptions    PROF="-pg"
 options        USERCONF        # userconf(4) support
 #options       PIPE_SOCKETPAIR # smaller, but slower pipe(2)
+#options       SYSCTL_INCLUDE_DESCR    # Include sysctl descriptions in kernel
 
 #options       USBVERBOSE      # verbose USB device autoconfig messages
 #options       MIIVERBOSE      # verbose PHY autoconfig messages
diff -r d8aa5d003d68 -r 1d0a0e452ad3 sys/arch/pmppc/conf/INSTALL
--- a/sys/arch/pmppc/conf/INSTALL       Thu Jul 15 20:19:28 2004 +0000
+++ b/sys/arch/pmppc/conf/INSTALL       Thu Jul 15 20:19:34 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.10 2004/03/08 05:52:56 jmc Exp $
+#      $NetBSD: INSTALL,v 1.10.2.1 2004/07/15 20:19:34 he Exp $
 #
 #      INSTALL
 #
@@ -34,6 +34,7 @@
 
 #options       USERCONF        # userconf(4) support
 options        PIPE_SOCKETPAIR         # smaller, but slower pipe(2)
+#options       SYSCTL_INCLUDE_DESCR    # Include sysctl descriptions in kernel
 options        MALLOC_NOINLINE         # Not inlining MALLOC saves memory
 
 # Diagnostic/debugging support options
diff -r d8aa5d003d68 -r 1d0a0e452ad3 sys/arch/xen/conf/XEN
--- a/sys/arch/xen/conf/XEN     Thu Jul 15 20:19:28 2004 +0000
+++ b/sys/arch/xen/conf/XEN     Thu Jul 15 20:19:34 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN,v 1.1.2.1 2004/05/22 15:58:28 he Exp $
+# $NetBSD: XEN,v 1.1.2.2 2004/07/15 20:19:34 he Exp $
 
 include        "arch/xen/conf/std.xen"
 
@@ -47,6 +47,7 @@
 options        LKM             # loadable kernel modules
 
 options        USERCONF        # userconf(4) support
+options        SYSCTL_INCLUDE_DESCR    # Include sysctl descriptions in kernel
 
 # Diagnostic/debugging support options
 options        DIAGNOSTIC      # expensive kernel consistency checks



Home | Main Index | Thread Index | Old Index