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.58 (requested by atatat in ...
details: https://anonhg.NetBSD.org/src/rev/66b0940e2fc6
branches: netbsd-2-0
changeset: 562036:66b0940e2fc6
user: he <he%NetBSD.org@localhost>
date: Thu Jul 15 20:18:47 2004 +0000
description:
Pull up revision 1.58 (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/mmeye/conf/GENERIC | 5 +++--
sys/arch/x68k/conf/INSTALL | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)
diffs (52 lines):
diff -r 2fe8d34afa50 -r 66b0940e2fc6 sys/arch/mmeye/conf/GENERIC
--- a/sys/arch/mmeye/conf/GENERIC Thu Jul 15 20:18:41 2004 +0000
+++ b/sys/arch/mmeye/conf/GENERIC Thu Jul 15 20:18:47 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.52.2.2 2004/07/02 17:39:57 he Exp $
+# $NetBSD: GENERIC,v 1.52.2.3 2004/07/15 20:18:47 he Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.52.2.2 $"
+#ident "GENERIC-$Revision: 1.52.2.3 $"
maxusers 16 # estimated number of users
@@ -57,6 +57,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 2fe8d34afa50 -r 66b0940e2fc6 sys/arch/x68k/conf/INSTALL
--- a/sys/arch/x68k/conf/INSTALL Thu Jul 15 20:18:41 2004 +0000
+++ b/sys/arch/x68k/conf/INSTALL Thu Jul 15 20:18:47 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.57 2004/01/04 16:19:44 wiz Exp $
+# $NetBSD: INSTALL,v 1.57.2.1 2004/07/15 20:18:47 he Exp $
#
# INSTALL -- installation kernel.
@@ -8,7 +8,7 @@
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "INSTALL-$Revision: 1.57 $"
+#ident "INSTALL-$Revision: 1.57.2.1 $"
makeoptions COPTS="-Os" # Optimise for space. Implies -O2
@@ -79,6 +79,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
## NFS boot options; not supported currently: needs nfsboot program
Home |
Main Index |
Thread Index |
Old Index