Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/conf Sync (commented out) SHMMAXPGS value with...
details: https://anonhg.NetBSD.org/src/rev/22053bb33ed7
branches: trunk
changeset: 534331:22053bb33ed7
user: wiz <wiz%NetBSD.org@localhost>
date: Mon Jul 22 11:05:59 2002 +0000
description:
Sync (commented out) SHMMAXPGS value with vmparam.h.
Closes port-i386/12708 by Patrick Welche.
diffstat:
sys/arch/i386/conf/CARDBUS | 6 +++---
sys/arch/i386/conf/DELPHI | 6 +++---
sys/arch/i386/conf/DISKLESS | 4 ++--
sys/arch/i386/conf/DR-EVIL | 4 ++--
sys/arch/i386/conf/GENERIC | 6 +++---
sys/arch/i386/conf/GENERIC_LAPTOP | 6 +++---
sys/arch/i386/conf/GENERIC_PS2TINY | 4 ++--
sys/arch/i386/conf/GENERIC_TINY | 4 ++--
sys/arch/i386/conf/HOMEWORLD | 4 ++--
sys/arch/i386/conf/INSTALL | 4 ++--
sys/arch/i386/conf/INSTALL_LAPTOP | 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/LAMB | 4 ++--
sys/arch/i386/conf/MINBAR | 4 ++--
sys/arch/i386/conf/NBFTP | 4 ++--
sys/arch/i386/conf/NET4501 | 6 +++---
sys/arch/i386/conf/SWINGER | 6 +++---
19 files changed, 45 insertions(+), 45 deletions(-)
diffs (truncated from 405 to 300 lines):
diff -r b5efdfadb9b1 -r 22053bb33ed7 sys/arch/i386/conf/CARDBUS
--- a/sys/arch/i386/conf/CARDBUS Mon Jul 22 09:49:05 2002 +0000
+++ b/sys/arch/i386/conf/CARDBUS Mon Jul 22 11:05:59 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CARDBUS,v 1.61 2002/06/25 03:12:04 lukem Exp $
+# $NetBSD: CARDBUS,v 1.62 2002/07/22 11:05:59 wiz Exp $
#
# CARDBUS: GENERIC + CardBus support. Additionally, some
# things typically not found on laptops have been commented out.
@@ -10,7 +10,7 @@
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "CARDBUS-$Revision: 1.61 $"
+#ident "CARDBUS-$Revision: 1.62 $"
maxusers 32 # estimated number of users
@@ -70,7 +70,7 @@
#options SEMUME=10 # max number of undo entries per process
#options SEMMNU=30 # number of undo structures in system
options SYSVSHM # System V-like memory sharing
-#options SHMMAXPGS=1024 # 1024 pages is the default
+#options SHMMAXPGS=2048 # 2048 pages is the default
options LKM # loadable kernel modules
diff -r b5efdfadb9b1 -r 22053bb33ed7 sys/arch/i386/conf/DELPHI
--- a/sys/arch/i386/conf/DELPHI Mon Jul 22 09:49:05 2002 +0000
+++ b/sys/arch/i386/conf/DELPHI Mon Jul 22 11:05:59 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: DELPHI,v 1.19 2002/06/25 03:12:05 lukem Exp $
+# $NetBSD: DELPHI,v 1.20 2002/07/22 11:06:00 wiz Exp $
#
# DELPHI -- one of thorpej%zembu.com@localhost's devel machines
#
@@ -7,7 +7,7 @@
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-ident "DELPHI-$Revision: 1.19 $"
+ident "DELPHI-$Revision: 1.20 $"
maxusers 64 # estimated number of users
@@ -59,7 +59,7 @@
options SYSVMSG # System V-like message queues
options SYSVSEM # System V-like semaphores
options SYSVSHM # System V-like memory sharing
-#options SHMMAXPGS=1024 # 1024 pages is the default
+#options SHMMAXPGS=2048 # 2048 pages is the default
options LKM # loadable kernel modules
diff -r b5efdfadb9b1 -r 22053bb33ed7 sys/arch/i386/conf/DISKLESS
--- a/sys/arch/i386/conf/DISKLESS Mon Jul 22 09:49:05 2002 +0000
+++ b/sys/arch/i386/conf/DISKLESS Mon Jul 22 11:05:59 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: DISKLESS,v 1.87 2002/06/25 03:12:05 lukem Exp $
+# $NetBSD: DISKLESS,v 1.88 2002/07/22 11:06:00 wiz Exp $
#
# DISKLESS -- Generic machine setup for diskless boot.
# This kernel can be loaded from a bootable floppy (i.e. kernel-copy)
@@ -45,7 +45,7 @@
options SYSVMSG # System V-like message queues
options SYSVSEM # System V-like semaphores
options SYSVSHM # System V-like memory sharing
-#options SHMMAXPGS=1024 # 1024 pages is the default
+#options SHMMAXPGS=2048 # 2048 pages is the default
#options USERCONF # userconf(4) support
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
diff -r b5efdfadb9b1 -r 22053bb33ed7 sys/arch/i386/conf/DR-EVIL
--- a/sys/arch/i386/conf/DR-EVIL Mon Jul 22 09:49:05 2002 +0000
+++ b/sys/arch/i386/conf/DR-EVIL Mon Jul 22 11:05:59 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: DR-EVIL,v 1.48 2002/06/25 03:12:06 lukem Exp $
+# $NetBSD: DR-EVIL,v 1.49 2002/07/22 11:06:00 wiz Exp $
#
# DR-EVIL -- Dell Inspiron 3800 laptop used by thorpej%netbsd.org@localhost
#
@@ -66,7 +66,7 @@
options SYSVMSG # System V-like message queues
options SYSVSEM # System V-like semaphores
options SYSVSHM # System V-like memory sharing
-#options SHMMAXPGS=1024 # 1024 pages is the default
+#options SHMMAXPGS=2048 # 2048 pages is the default
options LKM # loadable kernel modules
diff -r b5efdfadb9b1 -r 22053bb33ed7 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC Mon Jul 22 09:49:05 2002 +0000
+++ b/sys/arch/i386/conf/GENERIC Mon Jul 22 11:05:59 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.501 2002/07/10 08:37:40 itojun Exp $
+# $NetBSD: GENERIC,v 1.502 2002/07/22 11:06:00 wiz Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.501 $"
+#ident "GENERIC-$Revision: 1.502 $"
maxusers 32 # estimated number of users
@@ -78,7 +78,7 @@
#options SEMUME=10 # max number of undo entries per process
#options SEMMNU=30 # number of undo structures in system
options SYSVSHM # System V-like memory sharing
-#options SHMMAXPGS=1024 # 1024 pages is the default
+#options SHMMAXPGS=2048 # 2048 pages is the default
options LKM # loadable kernel modules
diff -r b5efdfadb9b1 -r 22053bb33ed7 sys/arch/i386/conf/GENERIC_LAPTOP
--- a/sys/arch/i386/conf/GENERIC_LAPTOP Mon Jul 22 09:49:05 2002 +0000
+++ b/sys/arch/i386/conf/GENERIC_LAPTOP Mon Jul 22 11:05:59 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC_LAPTOP,v 1.53 2002/06/25 03:12:07 lukem Exp $
+# $NetBSD: GENERIC_LAPTOP,v 1.54 2002/07/22 11:06:01 wiz Exp $
# From: NetBSD: GENERIC,v 1.414 2001/07/30 19:59:05 ad Exp
#
# GENERIC_LAPTOP -- GENERIC with cardbus and some USB devices enabled
@@ -8,7 +8,7 @@
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.53 $"
+#ident "GENERIC-$Revision: 1.54 $"
maxusers 32 # estimated number of users
@@ -63,7 +63,7 @@
#options SEMUME=10 # max number of undo entries per process
#options SEMMNU=30 # number of undo structures in system
options SYSVSHM # System V-like memory sharing
-#options SHMMAXPGS=1024 # 1024 pages is the default
+#options SHMMAXPGS=2048 # 2048 pages is the default
options LKM # loadable kernel modules
diff -r b5efdfadb9b1 -r 22053bb33ed7 sys/arch/i386/conf/GENERIC_PS2TINY
--- a/sys/arch/i386/conf/GENERIC_PS2TINY Mon Jul 22 09:49:05 2002 +0000
+++ b/sys/arch/i386/conf/GENERIC_PS2TINY Mon Jul 22 11:05:59 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC_PS2TINY,v 1.14 2002/06/25 03:12:07 lukem Exp $
+# $NetBSD: GENERIC_PS2TINY,v 1.15 2002/07/22 11:06:01 wiz Exp $
#
# GENERIC-style kernel config for IBM PS/2 with MCA bus. It only contains
# IBM PS/2 related stuff and has been generally trimmed down somewhat,
@@ -63,7 +63,7 @@
#options SEMUME=10 # max number of undo entries per process
#options SEMMNU=30 # number of undo structures in system
options SYSVSHM # System V-like memory sharing
-#options SHMMAXPGS=1024 # 1024 pages is the default
+#options SHMMAXPGS=2048 # 2048 pages is the default
options LKM # loadable kernel modules
diff -r b5efdfadb9b1 -r 22053bb33ed7 sys/arch/i386/conf/GENERIC_TINY
--- a/sys/arch/i386/conf/GENERIC_TINY Mon Jul 22 09:49:05 2002 +0000
+++ b/sys/arch/i386/conf/GENERIC_TINY Mon Jul 22 11:05:59 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC_TINY,v 1.42 2002/06/25 03:12:07 lukem Exp $
+# $NetBSD: GENERIC_TINY,v 1.43 2002/07/22 11:06:01 wiz Exp $
#
# GENERIC_TINY -- suitable default for 4M machines
# No EISA, PCI, or SCSI.
@@ -53,7 +53,7 @@
#options SYSVMSG # System V-like message queues
#options SYSVSEM # System V-like semaphores
#options SYSVSHM # System V-like memory sharing
-#options SHMMAXPGS=1024 # 1024 pages is the default
+#options SHMMAXPGS=2048 # 2048 pages is the default
options NMBCLUSTERS=256
diff -r b5efdfadb9b1 -r 22053bb33ed7 sys/arch/i386/conf/HOMEWORLD
--- a/sys/arch/i386/conf/HOMEWORLD Mon Jul 22 09:49:05 2002 +0000
+++ b/sys/arch/i386/conf/HOMEWORLD Mon Jul 22 11:05:59 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: HOMEWORLD,v 1.69 2002/06/25 03:12:08 lukem Exp $
+# $NetBSD: HOMEWORLD,v 1.70 2002/07/22 11:06:02 wiz Exp $
# From: GENERIC,v 1.212 1999/01/06 23:30:53 thorpej Exp
#
# HOMEWORLD - TNF mail/gnats
@@ -58,7 +58,7 @@
#options SYSVMSG # System V-like message queues
options SYSVSEM # System V-like semaphores
options SYSVSHM # System V-like memory sharing
-#options SHMMAXPGS=1024 # 1024 pages is the default
+#options SHMMAXPGS=2048 # 2048 pages is the default
options NMBCLUSTERS=2048
options BUFCACHE=10
diff -r b5efdfadb9b1 -r 22053bb33ed7 sys/arch/i386/conf/INSTALL
--- a/sys/arch/i386/conf/INSTALL Mon Jul 22 09:49:05 2002 +0000
+++ b/sys/arch/i386/conf/INSTALL Mon Jul 22 11:05:59 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.200 2002/07/05 13:40:12 abs Exp $
+# $NetBSD: INSTALL,v 1.201 2002/07/22 11:06:02 wiz Exp $
#
# INSTALL - Installation kernel.
#
@@ -68,7 +68,7 @@
#options SYSVMSG # System V-like message queues
#options SYSVSEM # System V-like semaphores
#options SYSVSHM # System V-like memory sharing
-#options SHMMAXPGS=1024 # 1024 pages is the default
+#options SHMMAXPGS=2048 # 2048 pages is the default
#options LKM # loadable kernel modules
diff -r b5efdfadb9b1 -r 22053bb33ed7 sys/arch/i386/conf/INSTALL_LAPTOP
--- a/sys/arch/i386/conf/INSTALL_LAPTOP Mon Jul 22 09:49:05 2002 +0000
+++ b/sys/arch/i386/conf/INSTALL_LAPTOP Mon Jul 22 11:05:59 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL_LAPTOP,v 1.33 2002/07/05 13:40:13 abs Exp $
+# $NetBSD: INSTALL_LAPTOP,v 1.34 2002/07/22 11:06:02 wiz Exp $
#
# INSTALL - Installation kernel.
#
@@ -68,7 +68,7 @@
#options SYSVMSG # System V-like message queues
#options SYSVSEM # System V-like semaphores
#options SYSVSHM # System V-like memory sharing
-#options SHMMAXPGS=1024 # 1024 pages is the default
+#options SHMMAXPGS=2048 # 2048 pages is the default
#options LKM # loadable kernel modules
diff -r b5efdfadb9b1 -r 22053bb33ed7 sys/arch/i386/conf/INSTALL_SMALL
--- a/sys/arch/i386/conf/INSTALL_SMALL Mon Jul 22 09:49:05 2002 +0000
+++ b/sys/arch/i386/conf/INSTALL_SMALL Mon Jul 22 11:05:59 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL_SMALL,v 1.87 2002/07/05 13:40:13 abs Exp $
+# $NetBSD: INSTALL_SMALL,v 1.88 2002/07/22 11:06:03 wiz Exp $
#
# INSTALL_SMALL - Small Installation kernel.
#
@@ -65,7 +65,7 @@
#options SYSVMSG # System V-like message queues
#options SYSVSEM # System V-like semaphores
#options SYSVSHM # System V-like memory sharing
-#options SHMMAXPGS=1024 # 1024 pages is the default
+#options SHMMAXPGS=2048 # 2048 pages is the default
#options LKM # loadable kernel modules
diff -r b5efdfadb9b1 -r 22053bb33ed7 sys/arch/i386/conf/INSTALL_TINY
--- a/sys/arch/i386/conf/INSTALL_TINY Mon Jul 22 09:49:05 2002 +0000
+++ b/sys/arch/i386/conf/INSTALL_TINY Mon Jul 22 11:05:59 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL_TINY,v 1.55 2002/07/05 13:40:13 abs Exp $
+# $NetBSD: INSTALL_TINY,v 1.56 2002/07/22 11:06:03 wiz Exp $
#
# INSTALL_TINY - Tiny Installation kernel, suitable for 4M machines.
#
@@ -62,7 +62,7 @@
#options SYSVSEM # System V-like semaphores
#options SYSVSHM # System V-like memory sharing
-#options SHMMAXPGS=1024 # 1024 pages is the default
+#options SHMMAXPGS=2048 # 2048 pages is the default
#options LKM # loadable kernel modules
diff -r b5efdfadb9b1 -r 22053bb33ed7 sys/arch/i386/conf/IOPENER
--- a/sys/arch/i386/conf/IOPENER Mon Jul 22 09:49:05 2002 +0000
+++ b/sys/arch/i386/conf/IOPENER Mon Jul 22 11:05:59 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: IOPENER,v 1.30 2002/06/25 03:12:10 lukem Exp $
+# $NetBSD: IOPENER,v 1.31 2002/07/22 11:06:03 wiz Exp $
#
# IOPENER -- GENERIC-like kernel for the Netpliance i-opener
# from: GENERIC,v 1.358 2000/07/05 04:07:25 sommerfeld Exp
@@ -8,7 +8,7 @@
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "IOPENER-$Revision: 1.30 $"
+#ident "IOPENER-$Revision: 1.31 $"
maxusers 32 # estimated number of users
@@ -43,7 +43,7 @@
options SYSVMSG # System V-like message queues
options SYSVSEM # System V-like semaphores
options SYSVSHM # System V-like memory sharing
-#options SHMMAXPGS=1024 # 1024 pages is the default
+#options SHMMAXPGS=2048 # 2048 pages is the default
#options LKM # loadable kernel modules
diff -r b5efdfadb9b1 -r 22053bb33ed7 sys/arch/i386/conf/LAMB
--- a/sys/arch/i386/conf/LAMB Mon Jul 22 09:49:05 2002 +0000
+++ b/sys/arch/i386/conf/LAMB Mon Jul 22 11:05:59 2002 +0000
Home |
Main Index |
Thread Index |
Old Index