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.21 (requested by atatat in ...



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

description:
Pull up revision 1.21 (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/evbsh3/conf/COMPUTEX7750 |  3 ++-
 sys/arch/evbsh3/conf/KZSH401      |  3 ++-
 sys/arch/mvme68k/conf/RAMDISK     |  3 ++-
 sys/arch/mvme68k/conf/VME167      |  3 ++-
 sys/arch/newsmips/conf/INSTALL    |  3 ++-
 sys/arch/next68k/conf/SLAB        |  3 ++-
 6 files changed, 12 insertions(+), 6 deletions(-)

diffs (102 lines):

diff -r d5528ee5e1d7 -r d878d32fc466 sys/arch/evbsh3/conf/COMPUTEX7750
--- a/sys/arch/evbsh3/conf/COMPUTEX7750 Thu Jul 15 20:19:51 2004 +0000
+++ b/sys/arch/evbsh3/conf/COMPUTEX7750 Thu Jul 15 20:19:57 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: COMPUTEX7750,v 1.20 2002/09/18 02:43:58 lukem Exp $
+#      $NetBSD: COMPUTEX7750,v 1.20.8.1 2004/07/15 20:19:57 he Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
@@ -45,6 +45,7 @@
 options        RTC_OFFSET=0    # hardware clock is this many mins. west of GMT
 options        HZ=64           # clock interrupt generates every 1/HZ sec
 options        USERCONF        # userconf(4) support
+#options       SYSCTL_INCLUDE_DESCR    # Include sysctl descriptions in kernel
 
 # Compatibility options
 options        COMPAT_43       # and 4.3BSD
diff -r d5528ee5e1d7 -r d878d32fc466 sys/arch/evbsh3/conf/KZSH401
--- a/sys/arch/evbsh3/conf/KZSH401      Thu Jul 15 20:19:51 2004 +0000
+++ b/sys/arch/evbsh3/conf/KZSH401      Thu Jul 15 20:19:57 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: KZSH401,v 1.20 2002/09/18 02:43:58 lukem Exp $
+#      $NetBSD: KZSH401,v 1.20.8.1 2004/07/15 20:19:57 he Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
@@ -46,6 +46,7 @@
 options        HZ=64           # clock interrupt generates every 1/HZ sec
 options        COMPAT_43       # and 4.3BSD
 options        USERCONF        # userconf(4) support
+#options       SYSCTL_INCLUDE_DESCR    # Include sysctl descriptions in kernel
 
 # Executable format options
 options        EXEC_COFF       # COFF executables
diff -r d5528ee5e1d7 -r d878d32fc466 sys/arch/mvme68k/conf/RAMDISK
--- a/sys/arch/mvme68k/conf/RAMDISK     Thu Jul 15 20:19:51 2004 +0000
+++ b/sys/arch/mvme68k/conf/RAMDISK     Thu Jul 15 20:19:57 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: RAMDISK,v 1.19 2002/09/18 02:44:03 lukem Exp $
+#      $NetBSD: RAMDISK,v 1.19.8.1 2004/07/15 20:19:57 he Exp $
 
 #
 # RAMDISK: Root/swap on ramdisk
@@ -46,6 +46,7 @@
 
 options        USERCONF        # userconf(4) support
 options                PIPE_SOCKETPAIR # smaller, but slower pipe(2)
+#options       SYSCTL_INCLUDE_DESCR    # Include sysctl descriptions in kernel
 
 ## "generic" boot (put root on boot device)
 config netbsd          root on ? type ?
diff -r d5528ee5e1d7 -r d878d32fc466 sys/arch/mvme68k/conf/VME167
--- a/sys/arch/mvme68k/conf/VME167      Thu Jul 15 20:19:51 2004 +0000
+++ b/sys/arch/mvme68k/conf/VME167      Thu Jul 15 20:19:57 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: VME167,v 1.20 2003/09/22 14:11:23 cl Exp $
+#      $NetBSD: VME167,v 1.20.2.1 2004/07/15 20:19:57 he Exp $
 
 include                "arch/mvme68k/conf/std.mvme68k"
 
@@ -20,6 +20,7 @@
 options        COMPAT_43
 options        USERCONF        # userconf(4) support
 #options       PIPE_SOCKETPAIR # smaller, but slower pipe(2)
+#options       SYSCTL_INCLUDE_DESCR    # Include sysctl descriptions in kernel
 
 file-system    FFS
 file-system    NFS
diff -r d5528ee5e1d7 -r d878d32fc466 sys/arch/newsmips/conf/INSTALL
--- a/sys/arch/newsmips/conf/INSTALL    Thu Jul 15 20:19:51 2004 +0000
+++ b/sys/arch/newsmips/conf/INSTALL    Thu Jul 15 20:19:57 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.20 2003/10/25 04:07:28 tsutsui Exp $
+#      $NetBSD: INSTALL,v 1.20.2.1 2004/07/15 20:19:57 he Exp $
 #
 #      INSTALL kernel for RISC-NEWS
 
@@ -24,6 +24,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
 
 # Compatibility options
diff -r d5528ee5e1d7 -r d878d32fc466 sys/arch/next68k/conf/SLAB
--- a/sys/arch/next68k/conf/SLAB        Thu Jul 15 20:19:51 2004 +0000
+++ b/sys/arch/next68k/conf/SLAB        Thu Jul 15 20:19:57 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: SLAB,v 1.20 2003/09/30 03:57:37 mycroft Exp $
+# $NetBSD: SLAB,v 1.20.2.1 2004/07/15 20:19:57 he Exp $
 #
 # deberg's development machine
 #
@@ -23,6 +23,7 @@
 options        INSECURE        # disable kernel security level
 options        USERCONF        # userconf(4) support
 #options       PIPE_SOCKETPAIR # smaller, but slower pipe(2)
+#options       SYSCTL_INCLUDE_DESCR    # Include sysctl descriptions in kernel
 
 options        DEBUG           # kernel debugging code
 options        DIAGNOSTIC      # extra kernel sanity checking



Home | Main Index | Thread Index | Old Index