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



details:   https://anonhg.NetBSD.org/src/rev/8b006cb4ead4
branches:  netbsd-2-0
changeset: 562050:8b006cb4ead4
user:      he <he%NetBSD.org@localhost>
date:      Thu Jul 15 20:20:09 2004 +0000

description:
Pull up revision 1.30 (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/acorn32/conf/NC_WSCONS     |  3 ++-
 sys/arch/alpha/conf/FRAU-FARBISSINA |  5 +++--
 sys/arch/sun3/conf/DISKLESS3X       |  3 ++-
 3 files changed, 7 insertions(+), 4 deletions(-)

diffs (60 lines):

diff -r 1637455ba1e2 -r 8b006cb4ead4 sys/arch/acorn32/conf/NC_WSCONS
--- a/sys/arch/acorn32/conf/NC_WSCONS   Thu Jul 15 20:20:03 2004 +0000
+++ b/sys/arch/acorn32/conf/NC_WSCONS   Thu Jul 15 20:20:09 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: NC_WSCONS,v 1.29 2004/03/13 19:27:40 bjh21 Exp $
+#      $NetBSD: NC_WSCONS,v 1.29.2.1 2004/07/15 20:20:09 he Exp $
 #
 #      NC - with wscons
 #
@@ -108,6 +108,7 @@
 options        KMEMSTATS       # kernel memory statistics
 options        USERCONF        # userconf(4) support
 #options       PIPE_SOCKETPAIR # smaller, but slower pipe(2)
+#options       SYSCTL_INCLUDE_DESCR    # Include sysctl descriptions in kernel
 
 # Development and Debugging options
 
diff -r 1637455ba1e2 -r 8b006cb4ead4 sys/arch/alpha/conf/FRAU-FARBISSINA
--- a/sys/arch/alpha/conf/FRAU-FARBISSINA       Thu Jul 15 20:20:03 2004 +0000
+++ b/sys/arch/alpha/conf/FRAU-FARBISSINA       Thu Jul 15 20:20:09 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: FRAU-FARBISSINA,v 1.29 2004/02/13 10:05:49 wiz Exp $
+# $NetBSD: FRAU-FARBISSINA,v 1.29.2.1 2004/07/15 20:20:09 he Exp $
 #
 # frau-farbissina.shagadelic.org -- thorpej's AlphaServer 1200 MP hacking
 # box
@@ -7,7 +7,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "FRAU-FARBISSINA-$Revision: 1.29 $"
+#ident                 "FRAU-FARBISSINA-$Revision: 1.29.2.1 $"
 
 maxusers 64
 
@@ -102,6 +102,7 @@
 #options       TCVERBOSE               # recognize "unknown" TC devices
 options        USERCONF                # userconf(4) support
 #options       PIPE_SOCKETPAIR         # smaller, but slower pipe(2)
+#options       SYSCTL_INCLUDE_DESCR    # Include sysctl descriptions in kernel
 
 # The Alpha console firmware network boots using the BOOTP
 # protocol, so we ask the NFS code to use BOOTP/DHCP as well,
diff -r 1637455ba1e2 -r 8b006cb4ead4 sys/arch/sun3/conf/DISKLESS3X
--- a/sys/arch/sun3/conf/DISKLESS3X     Thu Jul 15 20:20:03 2004 +0000
+++ b/sys/arch/sun3/conf/DISKLESS3X     Thu Jul 15 20:20:09 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: DISKLESS3X,v 1.29 2003/09/22 14:11:28 cl Exp $
+# $NetBSD: DISKLESS3X,v 1.29.2.1 2004/07/15 20:20:09 he Exp $
 
 # DISKLESS - Root and swap on NFS
 # Desktop machines only (3/80)
@@ -26,6 +26,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
 
 # Which kernel debugger?  Uncomment either this:
 #options       DDB



Home | Main Index | Thread Index | Old Index