Remove SHMMAXPGS from all kernel configs. Dynamically compute the

initial limit as 1/4 of the physical memory. Ensure the limit is at
least 1024 pages, the old default on most platforms.
This commit is contained in:
joerg 2009-03-06 20:31:46 +00:00
parent 55a5451b03
commit f5b0fec0e0
129 changed files with 163 additions and 477 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: FOURMEG,v 1.32 2009/02/14 10:20:55 bjh21 Exp $
# $NetBSD: FOURMEG,v 1.33 2009/03/06 20:31:46 joerg Exp $
# FOURMEG arm26 configuration -- something small
@ -90,7 +90,6 @@ options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
options SYSVMSG # System V-like message queues
options SYSVSEM # System V-like semaphores
options SYSVSHM # System V-like shared memory
#options SHMMAXPGS=1024 # 1024 pages is the default
# Miscellaneous kernel options
options KTRACE # system call tracing, a la ktrace(1)

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.26 2009/02/14 10:20:55 bjh21 Exp $
# $NetBSD: INSTALL,v 1.27 2009/03/06 20:31:46 joerg Exp $
# INSTALL configuration, used to generate installation media
@ -88,7 +88,6 @@ options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
#options SYSVMSG # System V-like message queues
#options SYSVSEM # System V-like semaphores
#options SYSVSHM # System V-like shared memory
#options SHMMAXPGS=1024 # 1024 pages is the default
# Miscellaneous kernel options
#options KTRACE # system call tracing, a la ktrace(1)

View File

@ -1,4 +1,4 @@
/* $NetBSD: vmparam.h,v 1.8 2007/10/25 13:03:03 yamt Exp $ */
/* $NetBSD: vmparam.h,v 1.9 2009/03/06 20:31:46 joerg Exp $ */
/*
* Copyright (c) 1988 The Regents of the University of California.
@ -58,13 +58,6 @@
#define MAXSSIZ (0x00200000) /* max stack size */
#endif
/*
* Size of shared memory map
*/
#ifndef SHMMAXPGS
#define SHMMAXPGS 1024
#endif
/*
* Override the default pager_map size, there's not enough KVA.
*/

View File

@ -1,4 +1,4 @@
# $NetBSD: EB7500ATX,v 1.35 2008/11/24 11:41:07 ad Exp $
# $NetBSD: EB7500ATX,v 1.36 2009/03/06 20:31:46 joerg Exp $
#
# EB7500ATX --- NetBSD/acorn32 complete configuration
#
@ -22,7 +22,7 @@ include "arch/acorn32/conf/std.acorn32"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "EB7500ATX-$Revision: 1.35 $"
#ident "EB7500ATX-$Revision: 1.36 $"
# estimated number of users
maxusers 32
@ -127,7 +127,6 @@ options SYSVSEM # System V-like semaphores
#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 P1003_1B_SEMAPHORE # p1003.1b semaphore support
# Device options

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.91 2009/01/24 05:06:05 mrg Exp $
# $NetBSD: GENERIC,v 1.92 2009/03/06 20:31:46 joerg Exp $
#
# GENERIC --- NetBSD/acorn32 complete configuration
#
@ -22,7 +22,7 @@ include "arch/acorn32/conf/std.acorn32"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.91 $"
#ident "GENERIC-$Revision: 1.92 $"
# estimated number of users
maxusers 32
@ -132,7 +132,6 @@ options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
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 P1003_1B_SEMAPHORE # p1003.1b semaphore support
# Device options

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.52 2009/02/06 18:50:26 jym Exp $
# $NetBSD: INSTALL,v 1.53 2009/03/06 20:31:46 joerg Exp $
#
# INSTALL -- NetBSD/acorn32 install configuration
#
@ -22,7 +22,7 @@ include "arch/acorn32/conf/std.acorn32"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "INSTALL-$Revision: 1.52 $"
#ident "INSTALL-$Revision: 1.53 $"
# estimated number of users
maxusers 32
@ -119,7 +119,6 @@ options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
#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
# Device options

View File

@ -1,4 +1,4 @@
# $NetBSD: LOWMEM_WSCONS,v 1.50 2008/11/12 12:35:55 ad Exp $
# $NetBSD: LOWMEM_WSCONS,v 1.51 2009/03/06 20:31:46 joerg Exp $
#
# LOWMEM_WSCONS -- RiscPC config with wscons for SMALL machines
#
@ -100,7 +100,6 @@ options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
#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
# Device options

View File

@ -1,4 +1,4 @@
# $NetBSD: NC,v 1.48 2008/11/12 12:35:55 ad Exp $
# $NetBSD: NC,v 1.49 2009/03/06 20:31:46 joerg Exp $
#
# NC - with wscons
#
@ -94,7 +94,6 @@ options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
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
# Device options

View File

@ -1,4 +1,4 @@
# $NetBSD: P4032,v 1.50 2008/11/24 11:41:07 ad Exp $
# $NetBSD: P4032,v 1.51 2009/03/06 20:31:46 joerg Exp $
#
# Algorithmics P-4032 kernel.
#
@ -7,7 +7,7 @@ include "arch/algor/conf/std.algor"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "P4032-$Revision: 1.50 $"
#ident "P4032-$Revision: 1.51 $"
maxusers 32
@ -83,7 +83,6 @@ options SYSVSEM
# System V-like shared memory
options SYSVSHM
#options SHMMAXPGS=1024 # 1024 pages is the default
# Loadable Kernel Modules

View File

@ -1,4 +1,4 @@
# $NetBSD: P5064,v 1.56 2008/11/24 11:41:07 ad Exp $
# $NetBSD: P5064,v 1.57 2009/03/06 20:31:46 joerg Exp $
#
# Algorithmics P-5064 kernel.
#
@ -7,7 +7,7 @@ include "arch/algor/conf/std.algor"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "P5064-$Revision: 1.56 $"
#ident "P5064-$Revision: 1.57 $"
maxusers 32
@ -78,7 +78,6 @@ options SYSVSEM
# System V-like shared memory
options SYSVSHM
#options SHMMAXPGS=1024 # 1024 pages is the default
# Loadable Kernel Modules

View File

@ -1,4 +1,4 @@
# $NetBSD: P6032,v 1.49 2008/11/24 11:41:07 ad Exp $
# $NetBSD: P6032,v 1.50 2009/03/06 20:31:46 joerg Exp $
#
# Algorithmics P-6032 kernel.
#
@ -7,7 +7,7 @@ include "arch/algor/conf/std.algor"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "P6032-$Revision: 1.49 $"
#ident "P6032-$Revision: 1.50 $"
maxusers 32
@ -78,7 +78,6 @@ options SYSVSEM
# System V-like shared memory
options SYSVSHM
#options SHMMAXPGS=1024 # 1024 pages is the default
# Loadable Kernel Modules

View File

@ -1,4 +1,4 @@
# $NetBSD: BASIL,v 1.51 2008/11/24 11:41:07 ad Exp $
# $NetBSD: BASIL,v 1.52 2009/03/06 20:31:46 joerg Exp $
#
# basil.shagadelic.org -- thorpej's API UP1000
@ -6,7 +6,7 @@ include "arch/alpha/conf/std.alpha"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "BASIL-$Revision: 1.51 $"
#ident "BASIL-$Revision: 1.52 $"
maxusers 64
@ -96,7 +96,6 @@ options SYSVSEM
# System V-like shared memory
options SYSVSHM
#options SHMMAXPGS=1024 # 1024 pages is the default
# Loadable Kernel Modules

View File

@ -1,4 +1,4 @@
# $NetBSD: FRAU-FARBISSINA,v 1.55 2008/11/24 11:41:07 ad Exp $
# $NetBSD: FRAU-FARBISSINA,v 1.56 2009/03/06 20:31:46 joerg Exp $
#
# frau-farbissina.shagadelic.org -- thorpej's AlphaServer 1200 MP hacking
# box
@ -7,7 +7,7 @@ include "arch/alpha/conf/std.alpha"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "FRAU-FARBISSINA-$Revision: 1.55 $"
#ident "FRAU-FARBISSINA-$Revision: 1.56 $"
maxusers 64
@ -93,7 +93,6 @@ options SYSVSEM
# System V-like shared memory
options SYSVSHM
#options SHMMAXPGS=1024 # 1024 pages is the default
# Loadable Kernel Modules

View File

@ -1,4 +1,4 @@
/* $NetBSD: vmparam.h,v 1.32 2008/03/10 13:36:22 ad Exp $ */
/* $NetBSD: vmparam.h,v 1.33 2009/03/06 20:31:46 joerg Exp $ */
/*
* Copyright (c) 1992, 1993
@ -128,14 +128,6 @@
#define USRIOSIZE 64
#endif
/*
* PTEs for system V style shared memory.
* This is basically slop for kmempt which we actually allocate (malloc) from.
*/
#ifndef SHMMAXPGS
#define SHMMAXPGS 1024 /* 8mb */
#endif
/*
* Mach derived constants
*/

View File

@ -1,4 +1,4 @@
/* $NetBSD: vmparam.h,v 1.20 2008/12/13 14:07:10 pooka Exp $ */
/* $NetBSD: vmparam.h,v 1.21 2009/03/06 20:31:47 joerg Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@ -104,13 +104,6 @@
#define MAXSSIZ32 (64*1024*1024) /* max stack size */
#endif
/*
* Size of shared memory map
*/
#ifndef SHMMAXPGS
#define SHMMAXPGS 2048
#endif
/*
* Size of User Raw I/O map
*/

View File

@ -1,4 +1,4 @@
/* $NetBSD: vmparam.h,v 1.36 2007/10/17 19:53:26 garbled Exp $ */
/* $NetBSD: vmparam.h,v 1.37 2009/03/06 20:31:47 joerg Exp $ */
/*
* Copyright (c) 1982, 1986, 1990 The Regents of the University of California.
@ -138,14 +138,6 @@
#define USRIOSIZE (1 * NPTEPG) /* 16mb */
#endif
/*
* PTEs for system V style shared memory.
* This is basically slop for kmempt which we actually allocate (malloc) from.
*/
#ifndef SHMMAXPGS
#define SHMMAXPGS (1 * NPTEPG) /* 16mb */
#endif
/*
* user/kernel map constants
*/

View File

@ -1,4 +1,4 @@
# $NetBSD: ARCTIC,v 1.50 2008/11/24 11:41:08 ad Exp $
# $NetBSD: ARCTIC,v 1.51 2009/03/06 20:31:47 joerg Exp $
# $OpenBSD: ARCTIC,v 1.12 1999/08/29 12:14:03 niklas Exp $
#
# configuration file for DeskStation
@ -28,8 +28,6 @@ options KTRACE # system call tracing via ktrace(1)
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 USERCONF # userconf(4) support
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)

View File

@ -1,4 +1,4 @@
# $NetBSD: M403,v 1.47 2008/11/24 11:41:08 ad Exp $
# $NetBSD: M403,v 1.48 2009/03/06 20:31:47 joerg Exp $
#
# configuration file for MIPS Magnum 4000 system
#
@ -22,8 +22,6 @@ options KTRACE # system call tracing via ktrace(1)
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 PIPE_SOCKETPAIR # smaller, but slower pipe(2)
#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel

View File

@ -1,4 +1,4 @@
# $NetBSD: MIMORI,v 1.51 2008/11/24 11:41:08 ad Exp $
# $NetBSD: MIMORI,v 1.52 2009/03/06 20:31:47 joerg Exp $
# NetBSD: GENERIC,v 1.31 2000/06/09 05:33:02 soda Exp
#
# MIMORI -- My NEC RISCstation 2250 (ur)
@ -23,8 +23,6 @@ options KTRACE # system call tracing via ktrace(1)
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 USERCONF # userconf(4) support
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)

View File

@ -1,4 +1,4 @@
# $NetBSD: PICA,v 1.63 2008/11/24 11:41:08 ad Exp $
# $NetBSD: PICA,v 1.64 2009/03/06 20:31:47 joerg Exp $
#
# configuration file for ACER PICA system
#
@ -22,8 +22,6 @@ options KTRACE # system call tracing via ktrace(1)
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 USERCONF # userconf(4) support
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)

View File

@ -1,4 +1,4 @@
# $NetBSD: RPC44,v 1.33 2008/11/24 11:41:08 ad Exp $
# $NetBSD: RPC44,v 1.34 2009/03/06 20:31:47 joerg Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/arc/conf/std.arc"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.33 $"
#ident "GENERIC-$Revision: 1.34 $"
maxusers 32 # estimated number of users
@ -43,8 +43,6 @@ options SYSVSEM # System V-like semaphores
#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 USERCONF # userconf(4) support
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)

View File

@ -1,4 +1,4 @@
/* $NetBSD: vmparam.h,v 1.23 2008/08/06 19:13:45 matt Exp $ */
/* $NetBSD: vmparam.h,v 1.24 2009/03/06 20:31:47 joerg Exp $ */
/*
* Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@ -69,13 +69,6 @@
#define MAXSSIZ (8*1024*1024) /* max stack size */
#endif
/*
* Size of SysV shared memory map
*/
#ifndef SHMMAXPGS
#define SHMMAXPGS 1024
#endif
/*
* While the ARM architecture defines Section mappings, large pages,
* and small pages, the standard page size is (and will always be) 4K.

View File

@ -1,4 +1,4 @@
/* $NetBSD: vmparam.h,v 1.22 2009/01/01 04:10:25 tsutsui Exp $ */
/* $NetBSD: vmparam.h,v 1.23 2009/03/06 20:31:47 joerg Exp $ */
/*
* Copyright (c) 1982, 1986, 1990 The Regents of the University of California.
@ -137,14 +137,6 @@
#define USRIOSIZE (1 * NPTEPG) /* 16mb */
#endif
/*
* PTEs for system V style shared memory.
* This is basically slop for kmempt which we actually allocate (malloc) from.
*/
#ifndef SHMMAXPGS
#define SHMMAXPGS (1 * NPTEPG) /* 16mb */
#endif
/*
* user/kernel map constants
*/

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.72 2009/02/06 18:50:26 jym Exp $
# $NetBSD: INSTALL,v 1.73 2009/03/06 20:31:47 joerg Exp $
#
# CATSINST -- CHALTECH CATS Install kernel
#
@ -102,7 +102,6 @@ options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
#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
# Device options

View File

@ -1,4 +1,4 @@
/* $NetBSD: vmparam.h,v 1.9 2005/12/11 12:17:05 christos Exp $ */
/* $NetBSD: vmparam.h,v 1.10 2009/03/06 20:31:47 joerg Exp $ */
/*
* Copyright (c) 1982, 1986, 1990, 1993
@ -148,14 +148,6 @@
#define USRIOSIZE (1 * NPTEPG) /* 4mb */
#endif
/*
* PTEs for system V style shared memory.
* This is basically slop for kmempt which we actually allocate (malloc) from.
*/
#ifndef SHMMAXPGS
#define SHMMAXPGS 1024 /* 4mb */
#endif
/*
* Mach derived constants
*/

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.39 2008/11/24 11:41:09 ad Exp $
# $NetBSD: INSTALL,v 1.40 2009/03/06 20:31:48 joerg Exp $
#
# INSTALL -- installation and rescue kernel.
#
@ -10,7 +10,7 @@ include "arch/cobalt/conf/std.cobalt"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "INSTALL-$Revision: 1.39 $"
#ident "INSTALL-$Revision: 1.40 $"
makeoptions COPTS="-Os -mmemcpy"
makeoptions CPUFLAGS="-march=vr5000 -mabi=32"
@ -26,7 +26,6 @@ maxusers 32
#options SEMUME=10 # max number of undo entries per process
#options SEMMNU=30 # number of undo structures in system
#options SYSVSHM # System V shared memory
#options SHMMAXPGS=1024 # 1024 pages is the default
#options P1003_1B_SEMAPHORE # p1003.1b semaphore support
#options NTP # network time protocol
#options USERCONF # userconf(4) support

View File

@ -1,4 +1,4 @@
# $NetBSD: ADI_BRH,v 1.45 2008/11/24 11:41:09 ad Exp $
# $NetBSD: ADI_BRH,v 1.46 2009/03/06 20:31:48 joerg Exp $
#
# ADI_BRH -- ADI Engineering "Big Red Head" i80200 Evaluation Board
#
@ -102,7 +102,6 @@ options SYSVSEM # System V-like semaphores
#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
# Device options

View File

@ -1,4 +1,4 @@
# $NetBSD: ARMADILLO210,v 1.11 2009/02/06 18:50:26 jym Exp $
# $NetBSD: ARMADILLO210,v 1.12 2009/03/06 20:31:48 joerg Exp $
#
# ARMADILLO210 -- Atmark Techno, Armadillo-210
#
@ -93,7 +93,6 @@ options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
#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 P1003_1B_SEMAPHORE # p1003.1b semaphore support
# Device options

View File

@ -1,4 +1,4 @@
# $NetBSD: ARMADILLO9,v 1.23 2008/11/24 11:41:09 ad Exp $
# $NetBSD: ARMADILLO9,v 1.24 2009/03/06 20:31:48 joerg Exp $
#
# ARMADILLO9 -- Atmark Techno, Armadillo-9
#
@ -93,7 +93,6 @@ options SYSVSEM # System V-like semaphores
#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 P1003_1B_SEMAPHORE # p1003.1b semaphore support
# Device options

View File

@ -1,5 +1,5 @@
#
# $NetBSD: BEAGLEBOARD,v 1.4 2008/11/24 11:41:09 ad Exp $
# $NetBSD: BEAGLEBOARD,v 1.5 2009/03/06 20:31:48 joerg Exp $
#
# BEAGLEBOARD -- TI OMAP 3530 Eval Board Kernel
#
@ -110,7 +110,6 @@ options SYSVSEM # System V-like semaphores
#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
# Device options

View File

@ -1,4 +1,4 @@
# $NetBSD: CP3100,v 1.12 2008/12/14 23:07:22 he Exp $
# $NetBSD: CP3100,v 1.13 2009/03/06 20:31:48 joerg Exp $
#
# CP3100 -- Certance CP3100 Kernel
#
@ -108,7 +108,6 @@ options SYSVSEM # System V-like semaphores
#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=2048 # 2048 pages is the default
options P1003_1B_SEMAPHORE # p1003.1b semaphore support
# Device options

View File

@ -100,7 +100,6 @@ options SYSVSEM # System V-like semaphores
#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
# Device options

View File

@ -101,7 +101,6 @@ options SYSVSEM # System V-like semaphores
#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
# Device options

View File

@ -100,7 +100,6 @@ options SYSVSEM # System V-like semaphores
#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
# Device options

View File

@ -1,4 +1,4 @@
# $NetBSD: GUMSTIX,v 1.34 2009/02/06 18:50:27 jym Exp $
# $NetBSD: GUMSTIX,v 1.35 2009/03/06 20:31:48 joerg Exp $
#
# GUMSTIX -- Gumstix. Inc. gumstix platforms kernel
#
@ -119,7 +119,6 @@ options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
#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 P1003_1B_SEMAPHORE # p1003.1b semaphore support
# Device options

View File

@ -1,4 +1,4 @@
# $NetBSD: HDL_G,v 1.13 2008/11/24 11:41:09 ad Exp $
# $NetBSD: HDL_G,v 1.14 2009/03/06 20:31:48 joerg Exp $
#
# HDL_G -- I-O DATA HDL-G Kernel
#
@ -111,7 +111,6 @@ options SYSVSEM # System V-like semaphores
#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 P1003_1B_SEMAPHORE # p1003.1b semaphore support
# Device options

View File

@ -1,4 +1,4 @@
# $NetBSD: IMX31LITE,v 1.6 2008/11/24 11:41:09 ad Exp $
# $NetBSD: IMX31LITE,v 1.7 2009/03/06 20:31:48 joerg Exp $
#
# IMX31LITE -- Freescale IMX31LITE Evaluation Board Kernel
#
@ -100,7 +100,6 @@ options SYSVSEM # System V-like semaphores
#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
# Device options

View File

@ -1,4 +1,4 @@
# $NetBSD: INTEGRATOR,v 1.54 2008/11/24 11:41:09 ad Exp $
# $NetBSD: INTEGRATOR,v 1.55 2009/03/06 20:31:48 joerg Exp $
#
# GENERIC -- ARM Integrator board Generic kernel
#
@ -102,7 +102,6 @@ options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
#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
# Device options

View File

@ -1,4 +1,4 @@
# $NetBSD: IQ31244,v 1.44 2009/01/09 17:21:19 briggs Exp $
# $NetBSD: IQ31244,v 1.45 2009/03/06 20:31:48 joerg Exp $
#
# IQ31244 -- Intel IQ31244 Evaluation Board Kernel
#
@ -102,7 +102,6 @@ options SYSVSEM # System V-like semaphores
#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
# Device options

View File

@ -1,4 +1,4 @@
# $NetBSD: IQ80310,v 1.63 2008/11/24 11:41:09 ad Exp $
# $NetBSD: IQ80310,v 1.64 2009/03/06 20:31:48 joerg Exp $
#
# IQ80310 -- Intel IQ80310 Evaluation Board Kernel
#
@ -102,7 +102,6 @@ options SYSVSEM # System V-like semaphores
#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
# Device options

View File

@ -1,4 +1,4 @@
# $NetBSD: IQ80321,v 1.58 2008/11/24 11:41:09 ad Exp $
# $NetBSD: IQ80321,v 1.59 2009/03/06 20:31:48 joerg Exp $
#
# IQ80321 -- Intel IQ80321 Evaluation Board Kernel
#
@ -102,7 +102,6 @@ options SYSVSEM # System V-like semaphores
#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
# Device options

View File

@ -1,4 +1,4 @@
# $NetBSD: IXDP425,v 1.26 2008/11/24 11:41:09 ad Exp $
# $NetBSD: IXDP425,v 1.27 2009/03/06 20:31:48 joerg Exp $
#
# IXDP425 -- Intel IXDP425/IXCDP1100 Development Platform
#
@ -106,7 +106,6 @@ options SYSVSEM # System V-like semaphores
#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
# Device options

View File

@ -1,4 +1,4 @@
# $NetBSD: IXM1200,v 1.37 2008/11/24 11:41:09 ad Exp $
# $NetBSD: IXM1200,v 1.38 2009/03/06 20:31:48 joerg Exp $
#
# IXM1200 -- Intel IXM1200 Evaluation Board Kernel
#
@ -101,7 +101,6 @@ options SYSVSEM # System V-like semaphores
#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
# Device options

View File

@ -100,7 +100,6 @@ options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
#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
# Device options

View File

@ -1,4 +1,4 @@
# $NetBSD: MPCSA_GENERIC,v 1.9 2009/01/03 17:46:05 christos Exp $
# $NetBSD: MPCSA_GENERIC,v 1.10 2009/03/06 20:31:48 joerg Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/evbarm/conf/std.mpcsa"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.9 $"
#ident "GENERIC-$Revision: 1.10 $"
maxusers 32 # estimated number of users
@ -64,7 +64,6 @@ options SYSVSEM # System V-like semaphores
#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=2048 # 2048 pages is the default
options P1003_1B_SEMAPHORE # p1003.1b semaphore support

View File

@ -1,4 +1,4 @@
# $NetBSD: NAPPI,v 1.31 2008/11/24 11:41:10 ad Exp $
# $NetBSD: NAPPI,v 1.32 2009/03/06 20:31:48 joerg Exp $
#
# NAPPI -- Netwise APlication Platform Board Kernel
#
@ -101,7 +101,6 @@ options SYSVSEM # System V-like semaphores
#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
# Console options.
#options CONSPEED=38400 # Console speed

View File

@ -1,4 +1,4 @@
# $NetBSD: NSLU2,v 1.13 2008/11/24 11:41:10 ad Exp $
# $NetBSD: NSLU2,v 1.14 2009/03/06 20:31:48 joerg Exp $
#
# Linksys NSLU2 "Slug" NAS Device
#
@ -105,7 +105,6 @@ options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
#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
# Device options

View File

@ -98,7 +98,6 @@ options SYSVSEM # System V-like semaphores
#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
# Device options

View File

@ -1,4 +1,4 @@
# $NetBSD: SMDK2410,v 1.36 2008/11/24 11:41:10 ad Exp $
# $NetBSD: SMDK2410,v 1.37 2009/03/06 20:31:48 joerg Exp $
#
# SMDK2410 -- Samsung's S3C2410 evaluation board.
#
@ -120,7 +120,6 @@ options SYSVSEM # System V-like semaphores
#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
# Miscellaneous kernel options
options KTRACE # system call tracing, a la ktrace(1)

View File

@ -1,4 +1,4 @@
# $NetBSD: SMDK2800,v 1.37 2008/11/24 11:41:10 ad Exp $
# $NetBSD: SMDK2800,v 1.38 2009/03/06 20:31:48 joerg Exp $
#
# SMDK2800 -- Samsung's S3C2800 evaluation board.
#
@ -109,7 +109,6 @@ options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
#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
# Miscellaneous kernel options
options KTRACE # system call tracing, a la ktrace(1)

View File

@ -1,4 +1,4 @@
# $NetBSD: TEAMASA_NPWR,v 1.59 2008/11/24 11:41:10 ad Exp $
# $NetBSD: TEAMASA_NPWR,v 1.60 2009/03/06 20:31:48 joerg Exp $
#
# TEAMASA_NPWR -- Team ASA, Inc. Npwr -- XScale/IOP310-based
# server appliance.
@ -105,7 +105,6 @@ options SYSVSEM # System V-like semaphores
#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
# Device options

View File

@ -1,4 +1,4 @@
# $NetBSD: TEAMASA_NPWR_FC,v 1.24 2008/11/24 11:41:10 ad Exp $
# $NetBSD: TEAMASA_NPWR_FC,v 1.25 2009/03/06 20:31:48 joerg Exp $
#
# TeamASA NPWR-FC, i80321-based SBC
#
@ -103,7 +103,6 @@ options SYSVSEM # System V-like semaphores
#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
# Device options

View File

@ -1,5 +1,5 @@
#
# $NetBSD: TISDP2420,v 1.8 2008/11/24 11:41:10 ad Exp $
# $NetBSD: TISDP2420,v 1.9 2009/03/06 20:31:48 joerg Exp $
#
# TISDP2420 -- TI OMAP 2420 Eval Board Kernel
#
@ -110,7 +110,6 @@ options SYSVSEM # System V-like semaphores
#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
# Device options

View File

@ -1,5 +1,5 @@
#
# $NetBSD: TISDP2430,v 1.8 2008/11/24 11:41:10 ad Exp $
# $NetBSD: TISDP2430,v 1.9 2009/03/06 20:31:48 joerg Exp $
#
# TISDP2430 -- TI OMAP 2430 Eval Board Kernel
#
@ -109,7 +109,6 @@ options SYSVSEM # System V-like semaphores
#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
# Device options

View File

@ -1,4 +1,4 @@
# $NetBSD: TS7200,v 1.37 2009/02/27 03:13:55 kenh Exp $
# $NetBSD: TS7200,v 1.38 2009/03/06 20:31:48 joerg Exp $
#
# TS7200 - Kernel for Technologic Systems TS7200 ARM hardware
#
@ -107,7 +107,6 @@ options SEMMNS=60 # number of semaphores in system
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
# Device options

View File

@ -1,4 +1,4 @@
# $NetBSD: TWINTAIL,v 1.29 2009/01/03 17:46:05 christos Exp $
# $NetBSD: TWINTAIL,v 1.30 2009/03/06 20:31:48 joerg Exp $
#
# TWINTAIL -- Genetec corp. G4255EB-X002 Evaluation Board Kernel
#
@ -104,7 +104,6 @@ options COMPAT_16 # NetBSD 1.6 compatibility.
#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
# Device options

View File

@ -1,4 +1,4 @@
# $NetBSD: VIPER,v 1.15 2008/11/24 11:41:10 ad Exp $
# $NetBSD: VIPER,v 1.16 2009/03/06 20:31:48 joerg Exp $
#
# Arcom Viper
#
@ -97,7 +97,6 @@ options SEMMNS=60 # number of semaphores in system
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
# Device options

View File

@ -1,4 +1,4 @@
# $NetBSD: ZAO425,v 1.34 2008/11/24 11:41:10 ad Exp $
# $NetBSD: ZAO425,v 1.35 2009/03/06 20:31:48 joerg Exp $
#
# ZAO425 -- Intel IXP425
#
@ -106,7 +106,6 @@ options SYSVSEM # System V-like semaphores
#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
# Device options

View File

@ -1,11 +1,11 @@
# $NetBSD: ALCHEMY,v 1.22 2008/11/24 11:41:10 ad Exp $
# $NetBSD: ALCHEMY,v 1.23 2009/03/06 20:31:48 joerg Exp $
#
# Kernel config for the Alchemy Semiconductor (AMD) PB1000, PB1500,
# DBAu1000 and DBAu1500 evaluation boards.
include "arch/evbmips/conf/std.alchemy"
#ident "ALCHEMY-$Revision: 1.22 $"
#ident "ALCHEMY-$Revision: 1.23 $"
maxusers 32
@ -37,7 +37,6 @@ options KTRACE # system call tracing support
options SYSVMSG # System V message queues
options SYSVSEM # System V semaphores
options SYSVSHM # System V shared memory
#options SHMMAXPGS=1024 # 1024 pages is the default
options NTP # network time protocol
# Debugging options

View File

@ -1,10 +1,10 @@
# $NetBSD: AP30,v 1.12 2008/11/24 11:41:10 ad Exp $
# $NetBSD: AP30,v 1.13 2009/03/06 20:31:48 joerg Exp $
include "arch/evbmips/conf/std.atheros"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "AP30-$Revision: 1.12 $"
#ident "AP30-$Revision: 1.13 $"
maxusers 32
@ -34,7 +34,6 @@ options SOSEND_NO_LOAN
#options SYSVMSG # System V message queues
#options SYSVSEM # System V semaphores
#options SYSVSHM # System V shared memory
#options SHMMAXPGS=1024 # 1024 pages is the default
options NTP # network time protocol
# Debugging options

View File

@ -1,10 +1,10 @@
# $NetBSD: MALTA,v 1.50 2008/11/24 11:41:10 ad Exp $
# $NetBSD: MALTA,v 1.51 2009/03/06 20:31:48 joerg Exp $
include "arch/evbmips/conf/std.malta"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "MALTA-$Revision: 1.50 $"
#ident "MALTA-$Revision: 1.51 $"
maxusers 32
@ -25,7 +25,6 @@ options KTRACE # system call tracing support
options SYSVMSG # System V message queues
options SYSVSEM # System V semaphores
options SYSVSHM # System V shared memory
#options SHMMAXPGS=1024 # 1024 pages is the default
options NTP # network time protocol
# Debugging options

View File

@ -1,10 +1,10 @@
# $NetBSD: MERAKI,v 1.8 2008/11/24 11:41:10 ad Exp $
# $NetBSD: MERAKI,v 1.9 2009/03/06 20:31:48 joerg Exp $
include "arch/evbmips/conf/std.meraki"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "AP30-$Revision: 1.8 $"
#ident "AP30-$Revision: 1.9 $"
maxusers 32
@ -34,7 +34,6 @@ options SOSEND_NO_LOAN
#options SYSVMSG # System V message queues
#options SYSVSEM # System V semaphores
#options SYSVSHM # System V shared memory
#options SHMMAXPGS=1024 # 1024 pages is the default
options NTP # network time protocol
# Debugging options

View File

@ -1,10 +1,10 @@
# $NetBSD: WGT624V3,v 1.5 2008/11/24 11:41:10 ad Exp $
# $NetBSD: WGT624V3,v 1.6 2009/03/06 20:31:48 joerg Exp $
include "arch/evbmips/conf/std.atheros"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "AP30-$Revision: 1.5 $"
#ident "AP30-$Revision: 1.6 $"
maxusers 32
@ -35,7 +35,6 @@ options SOSEND_NO_LOAN
#options SYSVMSG # System V message queues
#options SYSVSEM # System V semaphores
#options SYSVSHM # System V shared memory
#options SHMMAXPGS=1024 # 1024 pages is the default
options NTP # network time protocol
# Debugging options

View File

@ -1,4 +1,4 @@
# $NetBSD: EV64260,v 1.38 2008/11/24 11:41:10 ad Exp $
# $NetBSD: EV64260,v 1.39 2009/03/06 20:31:48 joerg Exp $
#
# MVP -- Motorola's Multiprocessing Verification Platform
#
@ -44,8 +44,6 @@ options KTRACE # system call tracing via ktrace(1)
options SYSVMSG # System V message queues
options SYSVSEM # System V semaphores
options SYSVSHM # System V shared memory
#options SHMMAXPGS=1024 # 1024 pages is the default
#options USERCONF # userconf(4) support
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)

View File

@ -1,4 +1,4 @@
# $NetBSD: EXPLORA451,v 1.37 2008/11/24 11:41:11 ad Exp $
# $NetBSD: EXPLORA451,v 1.38 2009/03/06 20:31:48 joerg Exp $
#
# GENERIC -- everything that's currently supported
#
@ -33,8 +33,6 @@ options SYSVSEM # System V-like semaphores
#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=2048 # 2048 pages is the default
options USERCONF # userconf(4) support
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)

View File

@ -1,4 +1,4 @@
# $NetBSD: OPENBLOCKS200,v 1.21 2008/11/24 11:41:11 ad Exp $
# $NetBSD: OPENBLOCKS200,v 1.22 2009/03/06 20:31:48 joerg Exp $
#
# GENERIC -- everything that's currently supported
#
@ -28,8 +28,6 @@ maxusers 32
options SYSVMSG # System V message queues
options SYSVSEM # System V semaphores
options SYSVSHM # System V shared memory
#options SHMMAXPGS=1024 # 1024 pages is the default
#options USERCONF # userconf(4) support
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)

View File

@ -1,4 +1,4 @@
# $NetBSD: PMPPC,v 1.7 2008/11/24 11:41:11 ad Exp $
# $NetBSD: PMPPC,v 1.8 2009/03/06 20:31:48 joerg Exp $
#
# PMPPC
#
@ -22,8 +22,6 @@ options KTRACE # system call tracing via ktrace(1)
options SYSVMSG # System V message queues
options SYSVSEM # System V semaphores
options SYSVSHM # System V shared memory
#options SHMMAXPGS=1024 # 1024 pages is the default
options USERCONF # userconf(4) support
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)

View File

@ -1,4 +1,4 @@
# $NetBSD: VIRTEX_DFC,v 1.5 2008/11/24 11:41:11 ad Exp $
# $NetBSD: VIRTEX_DFC,v 1.6 2009/03/06 20:31:48 joerg Exp $
#
# VIRTEX_DFC
#
@ -40,8 +40,6 @@ options KTRACE # system call tracing via ktrace(1)
#options SYSVMSG # System V message queues
#options SYSVSEM # System V semaphores
#options SYSVSHM # System V shared memory
#options SHMMAXPGS=1024 # 1024 pages is the default
#options USERCONF # userconf(4) support
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)

View File

@ -1,4 +1,4 @@
# $NetBSD: VIRTEX_GSRD1,v 1.5 2008/11/24 11:41:11 ad Exp $
# $NetBSD: VIRTEX_GSRD1,v 1.6 2009/03/06 20:31:48 joerg Exp $
#
# VIRTEX_GSRD1
#
@ -34,8 +34,6 @@ options UVMHIST
#options SYSVMSG # System V message queues
#options SYSVSEM # System V semaphores
#options SYSVSHM # System V shared memory
#options SHMMAXPGS=1024 # 1024 pages is the default
#options USERCONF # userconf(4) support
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)

View File

@ -1,4 +1,4 @@
# $NetBSD: VIRTEX_GSRD2,v 1.6 2008/11/24 11:41:11 ad Exp $
# $NetBSD: VIRTEX_GSRD2,v 1.7 2009/03/06 20:31:48 joerg Exp $
#
# VIRTEX_GSRD2
#
@ -42,8 +42,6 @@ options CONS_ADDR=0x010000 # offset in OPB window
#options SYSVMSG # System V message queues
#options SYSVSEM # System V semaphores
#options SYSVSHM # System V shared memory
#options SHMMAXPGS=1024 # 1024 pages is the default
#options USERCONF # userconf(4) support
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)

View File

@ -1,4 +1,4 @@
# $NetBSD: WALNUT,v 1.39 2008/11/24 11:41:11 ad Exp $
# $NetBSD: WALNUT,v 1.40 2009/03/06 20:31:48 joerg Exp $
#
# GENERIC -- everything that's currently supported
#
@ -28,8 +28,6 @@ options KTRACE # system call tracing via ktrace(1)
options SYSVMSG # System V message queues
options SYSVSEM # System V semaphores
options SYSVSHM # System V shared memory
#options SHMMAXPGS=1024 # 1024 pages is the default
options USERCONF # userconf(4) support
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)

View File

@ -1,4 +1,4 @@
/* $NetBSD: vmparam.h,v 1.32 2005/12/11 12:17:19 christos Exp $ */
/* $NetBSD: vmparam.h,v 1.33 2009/03/06 20:31:49 joerg Exp $ */
/*
* Copyright (c) 1982, 1986, 1990, 1993
@ -138,14 +138,6 @@
#define USRIOSIZE (1 * NPTEPG) /* 4mb */
#endif
/*
* PTEs for system V style shared memory.
* This is basically slop for kmempt which we actually allocate (malloc) from.
*/
#ifndef SHMMAXPGS
#define SHMMAXPGS 1024 /* 4mb */
#endif
/*
* External IO space map size.
* By default we make it large enough to map up to 3 DIO-II devices and

View File

@ -1,4 +1,4 @@
# $NetBSD: IPAQ,v 1.56 2008/11/24 11:41:11 ad Exp $
# $NetBSD: IPAQ,v 1.57 2009/03/06 20:31:49 joerg Exp $
#
# iPAQ H3600 -- Windows-CE based PDA
#
@ -95,7 +95,6 @@ options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
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
# Device options

View File

@ -1,4 +1,4 @@
# $NetBSD: JORNADA720,v 1.73 2009/01/03 17:48:42 christos Exp $
# $NetBSD: JORNADA720,v 1.74 2009/03/06 20:31:49 joerg Exp $
#
# JORNADA -- Windows-CE based jornada 720
#
@ -7,7 +7,7 @@ include "arch/hpcarm/conf/std.hpcarm"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.73 $"
#ident "GENERIC-$Revision: 1.74 $"
# estimated number of users
maxusers 32
@ -99,7 +99,6 @@ options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
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
# Device options

View File

@ -1,4 +1,4 @@
# $NetBSD: JORNADA820,v 1.14 2008/11/24 11:41:11 ad Exp $
# $NetBSD: JORNADA820,v 1.15 2009/03/06 20:31:49 joerg Exp $
#
# JORNADA -- Windows-CE based jornada 820
#
@ -7,7 +7,7 @@ include "arch/hpcarm/conf/std.hpcarm"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.14 $"
#ident "GENERIC-$Revision: 1.15 $"
# estimated number of users
maxusers 32
@ -97,7 +97,6 @@ options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
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
# Device options

View File

@ -1,4 +1,4 @@
/* $NetBSD: vmparam.h,v 1.12 2008/02/05 10:10:21 skrll Exp $ */
/* $NetBSD: vmparam.h,v 1.13 2009/03/06 20:31:49 joerg Exp $ */
/* $OpenBSD: vmparam.h,v 1.17 2001/09/22 18:00:09 miod Exp $ */
@ -69,14 +69,6 @@
#define USRIOSIZE ((2*HPPA_PGALIAS)/PAGE_SIZE) /* 2mb */
#endif
/*
* PTEs for system V style shared memory.
* This is basically slop for kmempt which we actually allocate (malloc) from.
*/
#ifndef SHMMAXPGS
#define SHMMAXPGS ((1024*1024*10)/PAGE_SIZE) /* 10mb */
#endif
/*
* The time for a process to be blocked before being very swappable.
* This is a number of seconds which the system takes as being a non-trivial

View File

@ -1,4 +1,4 @@
# $NetBSD: ALL,v 1.194 2009/02/27 23:37:20 dyoung Exp $
# $NetBSD: ALL,v 1.195 2009/03/06 20:31:49 joerg Exp $
# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
#
# ALL machine description file
@ -17,7 +17,7 @@ include "arch/i386/conf/std.i386"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "ALL-$Revision: 1.194 $"
#ident "ALL-$Revision: 1.195 $"
maxusers 32 # estimated number of users
@ -84,7 +84,6 @@ options SEMMNS=60 # number of semaphores in system
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=2048 # 2048 pages is the default
options P1003_1B_SEMAPHORE # p1003.1b semaphore support
options MODULAR # new modules framework

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC_TINY,v 1.117 2009/01/24 05:06:06 mrg Exp $
# $NetBSD: GENERIC_TINY,v 1.118 2009/03/06 20:31:49 joerg Exp $
#
# GENERIC_TINY -- suitable default for 4M machines
# No EISA, PCI, or SCSI.
@ -40,7 +40,6 @@ options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
#options SYSVMSG # System V-like message queues
#options SYSVSEM # System V-like semaphores
#options SYSVSHM # System V-like memory sharing
#options SHMMAXPGS=2048 # 2048 pages is the default
#options P1003_1B_SEMAPHORE # p1003.1b semaphore support
options NMBCLUSTERS=256

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL_FLOPPY,v 1.4 2009/02/06 18:50:27 jym Exp $
# $NetBSD: INSTALL_FLOPPY,v 1.5 2009/03/06 20:31:49 joerg Exp $
#
# INSTALL - Installation kernel.
#
@ -57,8 +57,6 @@ options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
#options SYSVMSG # System V-like message queues
#options SYSVSEM # System V-like semaphores
#options SYSVSHM # System V-like memory sharing
#options SHMMAXPGS=2048 # 2048 pages is the default
options USERCONF # userconf(4) support
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL_TINY,v 1.123 2009/02/06 18:50:27 jym Exp $
# $NetBSD: INSTALL_TINY,v 1.124 2009/03/06 20:31:49 joerg Exp $
#
# This kernel should be derived from INSTALL (which is derived
# from GENERIC) with some features commented out.
@ -48,8 +48,6 @@ options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
#options SYSVSEM # System V-like semaphores
#options SYSVSHM # System V-like memory sharing
#options SHMMAXPGS=2048 # 2048 pages is the default
#options USERCONF # userconf(4) support
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)

View File

@ -1,4 +1,4 @@
# $NetBSD: NET4501,v 1.66 2008/12/08 19:27:50 dyoung Exp $
# $NetBSD: NET4501,v 1.67 2009/03/06 20:31:49 joerg Exp $
#
# NET4501 -- kernel configuration for a Soekris Engineering net4501
# single-board computer.
@ -10,7 +10,7 @@ include "arch/i386/conf/std.i386"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "NET4501-$Revision: 1.66 $"
#ident "NET4501-$Revision: 1.67 $"
maxusers 32 # estimated number of users
@ -61,8 +61,6 @@ options SYSVSEM # System V-like semaphores
#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=2048 # 2048 pages is the default
options USERCONF # userconf(4) support
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)

View File

@ -1,4 +1,4 @@
# $NetBSD: XEN2_DOM0,v 1.57 2009/03/06 09:58:14 cegger Exp $
# $NetBSD: XEN2_DOM0,v 1.58 2009/03/06 20:31:49 joerg Exp $
include "arch/xen/conf/std.xen"
@ -41,7 +41,6 @@ options SYSVSEM # System V-like semaphores
#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=2048 # 2048 pages is the default
options P1003_1B_SEMAPHORE # p1003.1b semaphore support

View File

@ -1,4 +1,4 @@
# $NetBSD: XEN2_DOMU,v 1.22 2009/03/04 07:31:33 nisimura Exp $
# $NetBSD: XEN2_DOMU,v 1.23 2009/03/06 20:31:49 joerg Exp $
include "arch/xen/conf/std.xen"
@ -38,7 +38,6 @@ options SYSVSEM # System V-like semaphores
#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=2048 # 2048 pages is the default
options P1003_1B_SEMAPHORE # p1003.1b semaphore support

View File

@ -1,4 +1,4 @@
/* $NetBSD: vmparam.h,v 1.69 2008/12/13 14:07:10 pooka Exp $ */
/* $NetBSD: vmparam.h,v 1.70 2009/03/06 20:31:49 joerg Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@ -85,13 +85,6 @@
*/
#define I386_MAX_EXE_ADDR (USRSTACK - MAXSSIZ)
/*
* Size of shared memory map
*/
#ifndef SHMMAXPGS
#define SHMMAXPGS 2048
#endif
/*
* Size of User Raw I/O map
*/

View File

@ -1,4 +1,4 @@
/* $NetBSD: vmparam.h,v 1.11 2005/12/11 12:17:52 christos Exp $ */
/* $NetBSD: vmparam.h,v 1.12 2009/03/06 20:31:49 joerg Exp $ */
/*
* Copyright (c) 1982, 1986, 1990, 1993
@ -126,14 +126,6 @@
#define USRIOSIZE (1 * NPTEPG) /* 4mb */
#endif
/*
* PTEs for system V style shared memory.
* This is basically slop for kmempt which we actually allocate (malloc) from.
*/
#ifndef SHMMAXPGS
#define SHMMAXPGS 1024 /* 8mb */
#endif
/*
* Mach derived constants
*/

View File

@ -1,4 +1,4 @@
/* $NetBSD: vmparam.h,v 1.37 2009/01/10 11:28:47 tsutsui Exp $ */
/* $NetBSD: vmparam.h,v 1.38 2009/03/06 20:31:50 joerg Exp $ */
/*
* Copyright (c) 1982, 1990 The Regents of the University of California.
@ -166,14 +166,6 @@
#define USRIOSIZE (1 * NPTEPG) /* 4mb */
#endif
/*
* PTEs for system V style shared memory.
* This is basically slop for kmempt which we actually allocate (malloc) from.
*/
#ifndef SHMMAXPGS
#define SHMMAXPGS 1024 /* 4mb */
#endif
/*
* Mach derived constants
*/

View File

@ -6,7 +6,7 @@ include "arch/macppc/conf/std.macppc.g5"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.8 $"
#ident "GENERIC-$Revision: 1.9 $"
maxusers 32
@ -26,7 +26,6 @@ options SYSVSEM # System V semaphores
#options SEMUME=10 # max number of undo entries per process
#options SEMMNU=30 # number of undo structures in system
options SYSVSHM # System V shared memory
#options SHMMAXPGS=1024 # 1024 pages is the default
options P1003_1B_SEMAPHORE # p1003.1b semaphore support

View File

@ -23,7 +23,6 @@ options SYSVSEM # System V semaphores
#options SEMUME=10 # max number of undo entries per process
#options SEMMNU=30 # number of undo structures in system
options SYSVSHM # System V shared memory
#options SHMMAXPGS=1024 # 1024 pages is the default
options P1003_1B_SEMAPHORE # p1003.1b semaphore support

View File

@ -1,4 +1,4 @@
/* $NetBSD: vmparam.h,v 1.41 2007/12/26 16:01:34 ad Exp $ */
/* $NetBSD: vmparam.h,v 1.42 2009/03/06 20:31:50 joerg Exp $ */
/*
* Copyright (c) 1992, 1993
@ -130,14 +130,6 @@
#define USRIOSIZE (MAXBSIZE/PAGE_SIZE * 8)
#endif
/*
* PTEs for system V style shared memory.
* This is basically slop for kmempt which we actually allocate (malloc) from.
*/
#ifndef SHMMAXPGS
#define SHMMAXPGS 1024 /* 4mb */
#endif
/*
* Mach derived constants
*/

View File

@ -1,5 +1,5 @@
#
# $NetBSD: RC3230,v 1.35 2008/11/12 12:36:03 ad Exp $
# $NetBSD: RC3230,v 1.36 2009/03/06 20:31:50 joerg Exp $
#
include "arch/mipsco/conf/std.mipsco"
@ -14,7 +14,6 @@ options KTRACE # system call tracing support
options SYSVMSG # System V message queues
options SYSVSEM # System V semaphores
options SYSVSHM # System V shared memory
#options SHMMAXPGS=1024 # 1024 pages is the default
#options NTP # network time protocol
options HZ=25
options USERCONF # userconf(4) support

View File

@ -1,4 +1,4 @@
# $NetBSD: MMTA,v 1.39 2008/11/12 12:36:04 ad Exp $
# $NetBSD: MMTA,v 1.40 2009/03/06 20:31:50 joerg Exp $
#
# GENERIC -- everything that's currently supported
#
@ -32,8 +32,6 @@ options HZ=50 # clock interrupt generates every 1/HZ sec
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 PIPE_SOCKETPAIR # smaller, but slower pipe(2)
#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel

View File

@ -1,4 +1,4 @@
# $NetBSD: MMTAICE,v 1.41 2008/11/12 12:36:04 ad Exp $
# $NetBSD: MMTAICE,v 1.42 2009/03/06 20:31:50 joerg Exp $
#
# GENERIC -- everything that's currently supported
#
@ -62,8 +62,6 @@ options HZ=10 # clock interrupt generates every 1/10 sec
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 USERCONF # userconf(4) support
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)

View File

@ -1,4 +1,4 @@
# $NetBSD: MMTAROMNEW,v 1.40 2008/11/12 12:36:04 ad Exp $
# $NetBSD: MMTAROMNEW,v 1.41 2009/03/06 20:31:50 joerg Exp $
#
# GENERIC -- everything that's currently supported
#
@ -41,8 +41,6 @@ options HZ=10 # clock interrupt generates every 1/10 sec
#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 USERCONF # userconf(4) support
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)

View File

@ -1,4 +1,4 @@
/* $NetBSD: vmparam.h,v 1.28 2007/10/25 13:03:04 yamt Exp $ */
/* $NetBSD: vmparam.h,v 1.29 2009/03/06 20:31:50 joerg Exp $ */
/*
* Copyright (c) 1982, 1986, 1990, 1993
@ -138,14 +138,6 @@
#define USRIOSIZE (1 * NPTEPG) /* 4mb */
#endif
/*
* PTEs for system V style shared memory.
* This is basically slop for kmempt which we actually allocate (malloc) from.
*/
#ifndef SHMMAXPGS
#define SHMMAXPGS 1024 /* 4mb */
#endif
/*
* Mach derived constants
*/

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.96 2009/01/24 05:06:06 mrg Exp $
# $NetBSD: GENERIC,v 1.97 2009/03/06 20:31:50 joerg Exp $
#
# GENERIC machine description file
#
@ -142,7 +142,6 @@ options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
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 P1003_1B_SEMAPHORE # p1003.1b semaphore support
# Device options

View File

@ -1,4 +1,4 @@
/* $NetBSD: vmparam.h,v 1.13 2005/12/11 12:18:23 christos Exp $ */
/* $NetBSD: vmparam.h,v 1.14 2009/03/06 20:31:51 joerg Exp $ */
/*
* Copyright (c) 1982, 1986, 1990, 1993
@ -138,14 +138,6 @@
#define USRIOSIZE (1 * NPTEPG) /* 4mb */
#endif
/*
* PTEs for system V style shared memory.
* This is basically slop for kmempt which we actually allocate (malloc) from.
*/
#ifndef SHMMAXPGS
#define SHMMAXPGS 1024 /* 4mb */
#endif
/*
* Mach derived constants
*/

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.116 2009/01/24 05:06:06 mrg Exp $
# $NetBSD: GENERIC,v 1.117 2009/03/06 20:31:51 joerg Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/next68k/conf/std.next68k"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.116 $"
#ident "GENERIC-$Revision: 1.117 $"
# Needs to be set per system. i.e change these as you see fit
maxusers 16
@ -37,7 +37,6 @@ options SYSVSEM # System V semaphores
#options SEMMNU=30 # number of undo structures in system
options SYSVSHM # System V shared memory
options P1003_1B_SEMAPHORE # POSIX semaphore support
#options SHMMAXPGS=1024 # 1024 pages is the default
options INSECURE # disable kernel security level
options USERCONF # userconf(4) support

View File

@ -1,4 +1,4 @@
# $NetBSD: SLAB,v 1.37 2008/11/24 11:41:13 ad Exp $
# $NetBSD: SLAB,v 1.38 2009/03/06 20:31:51 joerg Exp $
#
# deberg's development machine
#
@ -17,7 +17,6 @@ options SYSVMSG # System V message queues
options SYSVSEM # System V semaphores
options SYSVSHM # System V shared memory
options P1003_1B_SEMAPHORE # POSIX semaphore support
#options SHMMAXPGS=1024 # 1024 pages is the default
options INSECURE # disable kernel security level
options USERCONF # userconf(4) support

View File

@ -1,4 +1,4 @@
/* $NetBSD: vmparam.h,v 1.18 2005/12/11 12:18:25 christos Exp $ */
/* $NetBSD: vmparam.h,v 1.19 2009/03/06 20:31:51 joerg Exp $ */
/*
* This file was taken from from mvme68k/include/vmparam.h and
@ -145,14 +145,6 @@
#define USRIOSIZE (1 * NPTEPG) /* 4mb */
#endif
/*
* PTEs for system V style shared memory.
* This is basically slop for kmempt which we actually allocate (malloc) from.
*/
#ifndef SHMMAXPGS
#define SHMMAXPGS 1024 /* 4mb */
#endif
/*
* Mach derived constants
*/

View File

@ -1,4 +1,4 @@
/* $NetBSD: vmparam.h,v 1.5 2007/10/25 13:03:05 yamt Exp $ */
/* $NetBSD: vmparam.h,v 1.6 2009/03/06 20:31:51 joerg Exp $ */
/*-
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@ -64,13 +64,6 @@
#define MAXSSIZ (32*1024*1024) /* max stack size */
#endif
/*
* Size of shared memory map
*/
#ifndef SHMMAXPGS
#define SHMMAXPGS 1024
#endif
/*
* Size of User Raw I/O map
*/

Some files were not shown because too many files have changed in this diff Show More