Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/arch/i386/conf Approved by thorpej:
details: https://anonhg.NetBSD.org/src/rev/9306087329a1
branches: netbsd-1-5
changeset: 488766:9306087329a1
user: mycroft <mycroft%NetBSD.org@localhost>
date: Thu Jul 27 02:10:45 2000 +0000
description:
Approved by thorpej:
Enable DDB history by default, and increase the default size to .5k.
syssrc/sys/arch/i386/conf/BIKINI 1.28 -> 1.29
syssrc/sys/arch/i386/conf/CARDBUS 1.16 -> 1.17
syssrc/sys/arch/i386/conf/DISKLESS 1.73 -> 1.74
syssrc/sys/arch/i386/conf/GENERIC 1.358 -> 1.359
syssrc/sys/arch/i386/conf/GENERIC_TINY 1.16 -> 1.17
syssrc/sys/arch/i386/conf/HOMEWORLD 1.48 -> 1.49
syssrc/sys/arch/i386/conf/INSTALL 1.148 -> 1.149
syssrc/sys/arch/i386/conf/INSTALL_SMALL 1.49 -> 1.50
syssrc/sys/arch/i386/conf/INSTALL_TINY 1.18 -> 1.19
syssrc/sys/arch/i386/conf/IOPENER 1.4 -> 1.5
syssrc/sys/arch/i386/conf/MINBAR 1.17 -> 1.18
syssrc/sys/arch/i386/conf/PS2 1.2 -> 1.3
syssrc/sys/arch/i386/conf/TRINITY 1.96 -> 1.97
syssrc/sys/arch/i386/conf/ZHADUM 1.22 -> 1.23
syssrc/sys/arch/i386/conf/ZYGORTHIAN-SPACE-RAIDERS 1.32 -> 1.33
diffstat:
sys/arch/i386/conf/BIKINI | 4 ++--
sys/arch/i386/conf/CARDBUS | 4 ++--
sys/arch/i386/conf/DISKLESS | 4 ++--
sys/arch/i386/conf/GENERIC | 6 +++---
sys/arch/i386/conf/GENERIC_TINY | 4 ++--
sys/arch/i386/conf/HOMEWORLD | 4 ++--
sys/arch/i386/conf/INSTALL | 4 ++--
sys/arch/i386/conf/INSTALL_SMALL | 4 ++--
sys/arch/i386/conf/INSTALL_TINY | 4 ++--
sys/arch/i386/conf/IOPENER | 6 +++---
sys/arch/i386/conf/MINBAR | 4 ++--
sys/arch/i386/conf/PS2 | 3 ++-
sys/arch/i386/conf/TRINITY | 4 ++--
sys/arch/i386/conf/ZHADUM | 4 ++--
sys/arch/i386/conf/ZYGORTHIAN-SPACE-RAIDERS | 6 +++---
15 files changed, 33 insertions(+), 32 deletions(-)
diffs (295 lines):
diff -r ba057a5d6314 -r 9306087329a1 sys/arch/i386/conf/BIKINI
--- a/sys/arch/i386/conf/BIKINI Thu Jul 27 02:08:16 2000 +0000
+++ b/sys/arch/i386/conf/BIKINI Thu Jul 27 02:10:45 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: BIKINI,v 1.28 2000/06/11 02:41:10 mycroft Exp $
+# $NetBSD: BIKINI,v 1.28.2.1 2000/07/27 02:10:45 mycroft Exp $
# From: GENERIC,v 1.260 1999/09/28 18:07:29 thorpej Exp
#
# BIKINI -- Mycroft's development machine
@@ -65,7 +65,7 @@
#options DEBUG # expensive debugging checks/support
#options KMEMSTATS # kernel memory statistics (vmstat -m)
options DDB # in-kernel debugger
-#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
+options DDB_HISTORY_SIZE=512 # enable history editing in DDB
#options KGDB # remote debugger
#options "KGDB_DEVNAME=\"com\"",KGDBADDR=0x3f8,KGDBRATE=9600
#makeoptions DEBUG="-g" # compile full symbol table
diff -r ba057a5d6314 -r 9306087329a1 sys/arch/i386/conf/CARDBUS
--- a/sys/arch/i386/conf/CARDBUS Thu Jul 27 02:08:16 2000 +0000
+++ b/sys/arch/i386/conf/CARDBUS Thu Jul 27 02:10:45 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CARDBUS,v 1.14.2.2 2000/07/19 18:38:21 jhawk Exp $
+# $NetBSD: CARDBUS,v 1.14.2.3 2000/07/27 02:10:46 mycroft Exp $
#
# CARDBUS -- GENERIC + CardBus support
# from: GENERIC,v 1.358 2000/07/05 04:07:25 sommerfeld Exp
@@ -61,7 +61,7 @@
#options DEBUG # expensive debugging checks/support
#options KMEMSTATS # kernel memory statistics (vmstat -m)
options DDB # in-kernel debugger
-#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
+options DDB_HISTORY_SIZE=512 # enable history editing in DDB
#options KGDB # remote debugger
#options "KGDB_DEVNAME=\"com\"",KGDBADDR=0x3f8,KGDBRATE=9600
#makeoptions DEBUG="-g" # compile full symbol table
diff -r ba057a5d6314 -r 9306087329a1 sys/arch/i386/conf/DISKLESS
--- a/sys/arch/i386/conf/DISKLESS Thu Jul 27 02:08:16 2000 +0000
+++ b/sys/arch/i386/conf/DISKLESS Thu Jul 27 02:10:45 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: DISKLESS,v 1.72.2.1 2000/07/06 14:10:34 sommerfeld Exp $
+# $NetBSD: DISKLESS,v 1.72.2.2 2000/07/27 02:10:47 mycroft Exp $
#
# DISKLESS -- Generic machine setup for diskless boot.
# This kernel can be loaded from a bootable floppy (i.e. kernel-copy)
@@ -32,7 +32,7 @@
#options NTP # NTP phase/frequency locked loop
options DDB # in-kernel debugger
-#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
+options DDB_HISTORY_SIZE=512 # enable history editing in DDB
#options KGDB # remote debugger
#options "KGDB_DEVNAME=\"com\"",KGDBADDR=0x3f8,KGDBRATE=9600
#makeoptions DEBUG="-g" # compile full symbol table
diff -r ba057a5d6314 -r 9306087329a1 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC Thu Jul 27 02:08:16 2000 +0000
+++ b/sys/arch/i386/conf/GENERIC Thu Jul 27 02:10:45 2000 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: GENERIC,v 1.354.2.3 2000/07/25 14:58:41 minoura Exp $
+# $NetBSD: GENERIC,v 1.354.2.4 2000/07/27 02:10:48 mycroft Exp $
#
# GENERIC -- everything that's currently supported
#
include "arch/i386/conf/std.i386"
-#ident "GENERIC-$Revision: 1.354.2.3 $"
+#ident "GENERIC-$Revision: 1.354.2.4 $"
maxusers 32 # estimated number of users
@@ -62,7 +62,7 @@
#options DEBUG # expensive debugging checks/support
#options KMEMSTATS # kernel memory statistics (vmstat -m)
options DDB # in-kernel debugger
-#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
+options DDB_HISTORY_SIZE=512 # enable history editing in DDB
#options KGDB # remote debugger
#options "KGDB_DEVNAME=\"com\"",KGDBADDR=0x3f8,KGDBRATE=9600
#makeoptions DEBUG="-g" # compile full symbol table
diff -r ba057a5d6314 -r 9306087329a1 sys/arch/i386/conf/GENERIC_TINY
--- a/sys/arch/i386/conf/GENERIC_TINY Thu Jul 27 02:08:16 2000 +0000
+++ b/sys/arch/i386/conf/GENERIC_TINY Thu Jul 27 02:10:45 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC_TINY,v 1.16 2000/06/11 02:41:10 mycroft Exp $
+# $NetBSD: GENERIC_TINY,v 1.16.2.1 2000/07/27 02:10:49 mycroft Exp $
#
# GENERIC_TINY -- suitable default for 4M machines
# No EISA, PCI, PCMCIA or SCSI.
@@ -58,7 +58,7 @@
#options DEBUG # expensive debugging checks/support
#options KMEMSTATS # kernel memory statistics (vmstat -m)
options DDB # in-kernel debugger
-#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
+options DDB_HISTORY_SIZE=512 # enable history editing in DDB
#options KGDB # remote debugger
#options "KGDB_DEVNAME=\"com\"",KGDBADDR=0x3f8,KGDBRATE=9600
#makeoptions DEBUG="-g" # compile full symbol table
diff -r ba057a5d6314 -r 9306087329a1 sys/arch/i386/conf/HOMEWORLD
--- a/sys/arch/i386/conf/HOMEWORLD Thu Jul 27 02:08:16 2000 +0000
+++ b/sys/arch/i386/conf/HOMEWORLD Thu Jul 27 02:10:45 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: HOMEWORLD,v 1.48 2000/06/11 02:41:10 mycroft Exp $
+# $NetBSD: HOMEWORLD,v 1.48.2.1 2000/07/27 02:10:49 mycroft Exp $
# From: GENERIC,v 1.212 1999/01/06 23:30:53 thorpej Exp
#
# HOMEWORLD - Mail, CVS, and GNATS server
@@ -65,7 +65,7 @@
#options DEBUG # expensive debugging checks/support
#options KMEMSTATS # kernel memory statistics (vmstat -m)
#options DDB # in-kernel debugger
-#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
+#options DDB_HISTORY_SIZE=512 # enable history editing in DDB
#options KGDB # remote debugger
#options "KGDB_DEVNAME=\"com\"",KGDBADDR=0x3f8,KGDBRATE=9600
#makeoptions DEBUG="-g" # compile full symbol table
diff -r ba057a5d6314 -r 9306087329a1 sys/arch/i386/conf/INSTALL
--- a/sys/arch/i386/conf/INSTALL Thu Jul 27 02:08:16 2000 +0000
+++ b/sys/arch/i386/conf/INSTALL Thu Jul 27 02:10:45 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.148 2000/06/18 23:53:32 cyber Exp $
+# $NetBSD: INSTALL,v 1.148.2.1 2000/07/27 02:10:50 mycroft Exp $
#
# INSTALL - Installation kernel.
#
@@ -76,7 +76,7 @@
#options KMEMSTATS # kernel memory statistics (vmstat -m)
options DDB # in-kernel debugger
#options DDB_ONPANIC=1 # see also sysctl(8): `ddb.onpanic'
-#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
+options DDB_HISTORY_SIZE=512 # enable history editing in DDB
#options KGDB # remote debugger
#options "KGDB_DEVNAME=\"com\"",KGDBADDR=0x3f8,KGDBRATE=9600
#makeoptions DEBUG="-g" # compile full symbol table
diff -r ba057a5d6314 -r 9306087329a1 sys/arch/i386/conf/INSTALL_SMALL
--- a/sys/arch/i386/conf/INSTALL_SMALL Thu Jul 27 02:08:16 2000 +0000
+++ b/sys/arch/i386/conf/INSTALL_SMALL Thu Jul 27 02:10:45 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL_SMALL,v 1.49 2000/06/11 02:41:10 mycroft Exp $
+# $NetBSD: INSTALL_SMALL,v 1.49.2.1 2000/07/27 02:10:51 mycroft Exp $
#
# INSTALL_SMALL - Small Installation kernel.
#
@@ -73,7 +73,7 @@
#options DEBUG # expensive debugging checks/support
#options KMEMSTATS # kernel memory statistics (vmstat -m)
#options DDB # in-kernel debugger
-#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
+#options DDB_HISTORY_SIZE=512 # enable history editing in DDB
#options KGDB # remote debugger
#options "KGDB_DEVNAME=\"com\"",KGDBADDR=0x3f8,KGDBRATE=9600
#makeoptions DEBUG="-g" # compile full symbol table
diff -r ba057a5d6314 -r 9306087329a1 sys/arch/i386/conf/INSTALL_TINY
--- a/sys/arch/i386/conf/INSTALL_TINY Thu Jul 27 02:08:16 2000 +0000
+++ b/sys/arch/i386/conf/INSTALL_TINY Thu Jul 27 02:10:45 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL_TINY,v 1.18 2000/06/11 02:41:10 mycroft Exp $
+# $NetBSD: INSTALL_TINY,v 1.18.2.1 2000/07/27 02:10:52 mycroft Exp $
#
# INSTALL_TINY - Tiny Installation kernel, suitable for 4M machines.
#
@@ -73,7 +73,7 @@
#options DEBUG # expensive debugging checks/support
#options KMEMSTATS # kernel memory statistics (vmstat -m)
#options DDB # in-kernel debugger
-#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
+#options DDB_HISTORY_SIZE=512 # enable history editing in DDB
#options KGDB # remote debugger
#options "KGDB_DEVNAME=\"com\"",KGDBADDR=0x3f8,KGDBRATE=9600
#makeoptions DEBUG="-g" # compile full symbol table
diff -r ba057a5d6314 -r 9306087329a1 sys/arch/i386/conf/IOPENER
--- a/sys/arch/i386/conf/IOPENER Thu Jul 27 02:08:16 2000 +0000
+++ b/sys/arch/i386/conf/IOPENER Thu Jul 27 02:10:45 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: IOPENER,v 1.3.2.1 2000/07/19 18:41:05 jhawk Exp $
+# $NetBSD: IOPENER,v 1.3.2.2 2000/07/27 02:10:52 mycroft Exp $
#
# IOPENER -- GENERIC-like kernel for the Netpliance i-opener
# from: GENERIC,v 1.358 2000/07/05 04:07:25 sommerfeld Exp
@@ -6,7 +6,7 @@
include "arch/i386/conf/std.i386"
-#ident "IOPENER-$Revision: 1.3.2.1 $"
+#ident "IOPENER-$Revision: 1.3.2.2 $"
maxusers 32 # estimated number of users
@@ -50,7 +50,7 @@
#options DEBUG # expensive debugging checks/support
#options KMEMSTATS # kernel memory statistics (vmstat -m)
options DDB # in-kernel debugger
-#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
+options DDB_HISTORY_SIZE=512 # enable history editing in DDB
#options KGDB # remote debugger
#options "KGDB_DEVNAME=\"com\"",KGDBADDR=0x3f8,KGDBRATE=9600
#makeoptions DEBUG="-g" # compile full symbol table
diff -r ba057a5d6314 -r 9306087329a1 sys/arch/i386/conf/MINBAR
--- a/sys/arch/i386/conf/MINBAR Thu Jul 27 02:08:16 2000 +0000
+++ b/sys/arch/i386/conf/MINBAR Thu Jul 27 02:10:45 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: MINBAR,v 1.17 2000/06/11 02:41:10 mycroft Exp $
+# $NetBSD: MINBAR,v 1.17.2.1 2000/07/27 02:10:53 mycroft Exp $
# From: GENERIC,v 1.212 1999/01/06 23:30:53 thorpej Exp
#
# MINBAR -- offshore CVS server
@@ -65,7 +65,7 @@
#options DEBUG # expensive debugging checks/support
#options KMEMSTATS # kernel memory statistics (vmstat -m)
options DDB # in-kernel debugger
-#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
+options DDB_HISTORY_SIZE=512 # enable history editing in DDB
#options KGDB # remote debugger
#options "KGDB_DEVNAME=\"com\"",KGDBADDR=0x3f8,KGDBRATE=9600
#makeoptions DEBUG="-g" # compile full symbol table
diff -r ba057a5d6314 -r 9306087329a1 sys/arch/i386/conf/PS2
--- a/sys/arch/i386/conf/PS2 Thu Jul 27 02:08:16 2000 +0000
+++ b/sys/arch/i386/conf/PS2 Thu Jul 27 02:10:45 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: PS2,v 1.2 2000/05/26 20:59:07 jdolecek Exp $
+# $NetBSD: PS2,v 1.2.4.1 2000/07/27 02:10:53 mycroft Exp $
#
# Sample kernel config for PS/2 with MCA bus
#
@@ -43,6 +43,7 @@
options DEBUG # expensive debugging checks/support
#options KMEMSTATS # kernel memory statistics (vmstat -m)
options DDB # in-kernel debugger
+options DDB_HISTORY_SIZE=512 # enable history editing in DDB
file-system FFS # UFS
#file-system NFS # Network File System client
diff -r ba057a5d6314 -r 9306087329a1 sys/arch/i386/conf/TRINITY
--- a/sys/arch/i386/conf/TRINITY Thu Jul 27 02:08:16 2000 +0000
+++ b/sys/arch/i386/conf/TRINITY Thu Jul 27 02:10:45 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: TRINITY,v 1.96 2000/06/11 02:41:11 mycroft Exp $
+# $NetBSD: TRINITY,v 1.96.2.1 2000/07/27 02:10:54 mycroft Exp $
# From: GENERIC,v 1.260 1999/09/28 18:07:29 thorpej Exp
#
# TRINITY -- Mycroft's laptop
@@ -67,7 +67,7 @@
#options DEBUG # expensive debugging checks/support
#options KMEMSTATS # kernel memory statistics (vmstat -m)
options DDB # in-kernel debugger
-#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
+options DDB_HISTORY_SIZE=512 # enable history editing in DDB
#options KGDB # remote debugger
#options "KGDB_DEVNAME=\"com\"",KGDBADDR=0x3f8,KGDBRATE=9600
#makeoptions DEBUG="-g" # compile full symbol table
diff -r ba057a5d6314 -r 9306087329a1 sys/arch/i386/conf/ZHADUM
--- a/sys/arch/i386/conf/ZHADUM Thu Jul 27 02:08:16 2000 +0000
+++ b/sys/arch/i386/conf/ZHADUM Thu Jul 27 02:10:45 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ZHADUM,v 1.22 2000/06/11 02:41:11 mycroft Exp $
+# $NetBSD: ZHADUM,v 1.22.2.1 2000/07/27 02:10:55 mycroft Exp $
#
# ZHADUM -- zhadum.netbsd.org, the new CVS server
#
@@ -64,7 +64,7 @@
#options DEBUG # expensive debugging checks/support
options KMEMSTATS # kernel memory statistics (vmstat -m)
#options DDB # in-kernel debugger
-#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
+#options DDB_HISTORY_SIZE=512 # enable history editing in DDB
#options KGDB # remote debugger
#options "KGDB_DEVNAME=\"com\"",KGDBADDR=0x3f8,KGDBRATE=9600
makeoptions DEBUG="-g" # compile full symbol table
diff -r ba057a5d6314 -r 9306087329a1 sys/arch/i386/conf/ZYGORTHIAN-SPACE-RAIDERS
--- a/sys/arch/i386/conf/ZYGORTHIAN-SPACE-RAIDERS Thu Jul 27 02:08:16 2000 +0000
+++ b/sys/arch/i386/conf/ZYGORTHIAN-SPACE-RAIDERS Thu Jul 27 02:10:45 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ZYGORTHIAN-SPACE-RAIDERS,v 1.32 2000/06/14 22:02:28 veego Exp $
+# $NetBSD: ZYGORTHIAN-SPACE-RAIDERS,v 1.32.2.1 2000/07/27 02:10:56 mycroft Exp $
# From: GENERIC,v 1.299 2000/02/03 20:31:42 dante Exp
#
# GENERIC -- everything that's currently supported
@@ -6,7 +6,7 @@
include "arch/i386/conf/std.i386"
-#ident "GENERIC-$Revision: 1.32 $"
+#ident "GENERIC-$Revision: 1.32.2.1 $"
maxusers 32 # estimated number of users
@@ -67,7 +67,7 @@
#options DEBUG # expensive debugging checks/support
#options KMEMSTATS # kernel memory statistics (vmstat -m)
options DDB # in-kernel debugger
-#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
+options DDB_HISTORY_SIZE=512 # enable history editing in DDB
#options KGDB # remote debugger
#options "KGDB_DEVNAME=\"com\"",KGDBADDR=0x3f8,KGDBRATE=9600
#makeoptions DEBUG="-g" # compile full symbol table
Home |
Main Index |
Thread Index |
Old Index