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/sun3/conf Pull up revision 1.107 (requested by...



details:   https://anonhg.NetBSD.org/src/rev/8647dffe3c9e
branches:  netbsd-2-0
changeset: 562034:8647dffe3c9e
user:      he <he%NetBSD.org@localhost>
date:      Thu Jul 15 20:18:35 2004 +0000

description:
Pull up revision 1.107 (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/sun3/conf/GENERIC |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 5167d3e9a5a5 -r 8647dffe3c9e sys/arch/sun3/conf/GENERIC
--- a/sys/arch/sun3/conf/GENERIC        Thu Jul 15 20:18:29 2004 +0000
+++ b/sys/arch/sun3/conf/GENERIC        Thu Jul 15 20:18:35 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.101.2.2 2004/07/02 17:39:52 he Exp $
+# $NetBSD: GENERIC,v 1.101.2.3 2004/07/15 20:18:35 he Exp $
 #
 # GENERIC machine description file
 # 
@@ -25,7 +25,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.101.2.2 $"
+#ident                 "GENERIC-$Revision: 1.101.2.3 $"
 
 # Machines to be supported by this kernel
 options        FPU_EMULATE
@@ -50,6 +50,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
 
 # Enable experimental buffer queue strategy for better responsiveness under 
 # high disk I/O load. Use it with caution - it's not proven to be stable yet.



Home | Main Index | Thread Index | Old Index