Remove System V semaphores and share memory options to set the limits:

SEMMNI, SEMMNS, SEMUME and SHMMAXPGS.

They can be tweaked via sysctl now. Ports that were setting values on
them weren't touched, I only removed the ones that were commented out.
This commit is contained in:
xtraeme 2007-11-04 14:34:19 +00:00
parent 68aa3a64f4
commit 4ba09b41c3
43 changed files with 76 additions and 283 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.51 2007/10/17 19:52:52 garbled Exp $
# $NetBSD: GENERIC,v 1.52 2007/11/04 14:34:19 xtraeme Exp $
#
# GENERIC machine description file
#
@ -119,12 +119,7 @@ options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# System V IPC
options SYSVMSG # System V-like message queues
options SYSVSEM # System V-like semaphores
#options SEMMNI=10 # number of semaphore identifiers
#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 shared memory
#options SHMMAXPGS=1024 # 1024 pages is the default
options P1003_1B_SEMAPHORE # p1003.1b semaphore support
# Miscellaneous kernel options

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.81 2007/10/17 19:52:53 garbled Exp $
# $NetBSD: GENERIC,v 1.82 2007/11/04 14:34:19 xtraeme 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.81 $"
#ident "GENERIC-$Revision: 1.82 $"
# estimated number of users
maxusers 32
@ -129,10 +129,6 @@ options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
options SYSVMSG # System V-like message queues
options SYSVSEM # System V-like semaphores
#options SEMMNI=10 # number of semaphore identifiers
#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
options P1003_1B_SEMAPHORE # p1003.1b semaphore support

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.318 2007/10/17 19:52:57 garbled Exp $
# $NetBSD: GENERIC,v 1.319 2007/11/04 14:34:19 xtraeme Exp $
#
# This machine description file is used to generate the default NetBSD
# kernel.
@ -19,7 +19,7 @@ include "arch/alpha/conf/std.alpha"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
ident "GENERIC-$Revision: 1.318 $"
ident "GENERIC-$Revision: 1.319 $"
maxusers 32
@ -161,14 +161,9 @@ options SYSVMSG
# System V-like semaphores
options SYSVSEM
#options SEMMNI=10 # number of semaphore identifiers
#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
# System V-like shared memory
options SYSVSHM
#options SHMMAXPGS=1024 # 1024 pages is the default
# p1003.1b semaphore support
options P1003_1B_SEMAPHORE

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.171 2007/10/30 00:03:51 xtraeme Exp $
# $NetBSD: GENERIC,v 1.172 2007/11/04 14:34:19 xtraeme Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/amd64/conf/std.amd64"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.171 $"
#ident "GENERIC-$Revision: 1.172 $"
maxusers 32 # estimated number of users
@ -56,12 +56,7 @@ options KTRACE # system call tracing via ktrace(1)
options SYSVMSG # System V-like message queues
options SYSVSEM # System V-like semaphores
#options SEMMNI=10 # number of semaphore identifiers
#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 LKM # loadable kernel modules

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC.in,v 1.63 2007/10/17 19:53:14 garbled Exp $
# $NetBSD: GENERIC.in,v 1.64 2007/11/04 14:34:20 xtraeme Exp $
#
# GENERIC machine description file
#
@ -56,7 +56,7 @@ include "arch/amiga/conf/std.amiga"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.63 $"
#ident "GENERIC-$Revision: 1.64 $"
m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl
makeoptions COPTS="-Os"
@ -214,10 +214,6 @@ m4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl
options SYSVSHM # System V-like shared memory
options SYSVMSG # System V-like messages
options SYSVSEM # System V-like semaphores
#options SEMMNI=10 # number of semaphore identifiers
#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 P1003_1B_SEMAPHORE # p1003.1b semaphore support
')m4_dnl

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.150 2007/10/17 19:53:27 garbled Exp $
# $NetBSD: GENERIC,v 1.151 2007/11/04 14:34:20 xtraeme 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.150 $"
#ident "GENERIC-$Revision: 1.151 $"
maxusers 32 # estimated number of users
@ -49,12 +49,7 @@ options KTRACE # system call tracing via ktrace(1)
options SYSVMSG # System V-like message queues
options SYSVSEM # System V-like semaphores
#options SEMMNI=10 # number of semaphore identifiers
#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
options P1003_1B_SEMAPHORE # p1003.1b semaphore support
options LKM # loadable kernel modules

View File

@ -1,5 +1,5 @@
#
# $NetBSD: GENERIC.in,v 1.69 2007/10/17 19:53:46 garbled Exp $
# $NetBSD: GENERIC.in,v 1.70 2007/11/04 14:34:20 xtraeme Exp $
#
# Generic atari
#
@ -172,9 +172,6 @@ options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
options SYSVSHM # System V shared memory
options SYSVMSG # System V messages
options SYSVSEM # System V semaphores
#options SEMMNI=10 # number of semaphore identifiers
#options SEMUME=10 # max number of undo entries per proc.
#options SEMMNU=30 # number of undo structures in system
options P1003_1B_SEMAPHORE # p1003.1b semaphore support
#endif

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.117 2007/10/17 19:54:06 garbled Exp $
# $NetBSD: GENERIC,v 1.118 2007/11/04 14:34:20 xtraeme Exp $
#
# GENERIC machine description file
#
@ -143,12 +143,7 @@ options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
options SYSVMSG # System V-like message queues
options SYSVSEM # System V-like semaphores
#options SEMMNI=10 # number of semaphore identifiers
#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
options P1003_1B_SEMAPHORE # p1003.1b semaphore support
# Device options

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.46 2006/11/11 18:47:09 jmmv Exp $
# $NetBSD: GENERIC,v 1.47 2007/11/04 14:34:20 xtraeme Exp $
#
# GENERIC machine description file
#
@ -54,10 +54,6 @@ options COMPAT_20 # compatibility with NetBSD 2.0
options COMPAT_30 # NetBSD 3.0 compatibility.
#options SYSVSHM # System V-style shared memory
#options SYSVSEM # System V-style semaphores
#options SEMMNI=10 # number of semaphore identifiers
#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 SYSVMSG # System V-style message queues
#options P1003_1B_SEMAPHORE # p1003.1b semaphore support
options KTRACE # system call tracing support

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.109 2007/10/17 19:54:08 garbled Exp $
# $NetBSD: GENERIC,v 1.110 2007/11/04 14:34:21 xtraeme Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/cobalt/conf/std.cobalt"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.109 $"
#ident "GENERIC-$Revision: 1.110 $"
maxusers 32
@ -31,12 +31,7 @@ options KTRACE # system call tracing support
#options SYSTRACE # system call vetting via systrace(1)
options SYSVMSG # System V message queues
options SYSVSEM # System V semaphores
#options SEMMNI=10 # number of semaphore identifiers
#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 shared memory
#options SHMMAXPGS=1024 # 1024 pages is the default
options P1003_1B_SEMAPHORE # p1003.1b semaphore support
options LKM # loadable kernel modules
options NTP # network time protocol

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.80 2007/10/17 19:54:10 garbled Exp $
# $NetBSD: GENERIC,v 1.81 2007/11/04 14:34:21 xtraeme Exp $
#
# GENERIC machine description file
#
@ -40,12 +40,7 @@ options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
options SYSVMSG # System V-like message queues
options SYSVSEM # System V-like semaphores
#options SEMMNI=10 # number of semaphore identifiers
#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
options P1003_1B_SEMAPHORE # p1003.1b semaphore support
# Diagnostic/debugging support options

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.20 2007/10/17 19:54:20 garbled Exp $
# $NetBSD: GENERIC,v 1.21 2007/11/04 14:34:21 xtraeme Exp $
#
# GENERIC machine description file
# This machine description file is used to generate the default NetBSD
@ -25,7 +25,7 @@ include "arch/ews4800mips/conf/std.ews4800mips"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.20 $"
#ident "GENERIC-$Revision: 1.21 $"
maxusers 16
@ -49,11 +49,7 @@ options KTRACE # system call tracing ktrace(1)
options SYSVMSG # System V-like message queues
options SYSVSEM # System V-like semaphores
options SEMMNI=10 # number of semaphore identifiers
#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 shared memory
#options SHMMAXPGS=1024 # 1024 pages is the default
options P1003_1B_SEMAPHORE # p1003.1b semaphore support
options LKM # loadable kernel modules

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.142 2007/10/17 19:54:22 garbled Exp $
# $NetBSD: GENERIC,v 1.143 2007/11/04 14:34:21 xtraeme Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/hp300/conf/std.hp300"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.142 $"
#ident "GENERIC-$Revision: 1.143 $"
maxusers 32 # estimated number of users
@ -55,13 +55,8 @@ options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
#options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
options NTP # NTP phase/frequency locked loop
options SYSVSHM # System V-style shared memory
#options SHMMAXPGS=1024 # 1024 pages is the default
options SYSVMSG # System V-style message queues
options SYSVSEM # System V-style semaphores
#options SEMMNI=10 # number of semaphore identifiers
#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 P1003_1B_SEMAPHORE # p1003.1b semaphore support
# Enable experimental buffer queue strategy for better responsiveness under

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.75 2007/10/17 19:54:25 garbled Exp $
# $NetBSD: GENERIC,v 1.76 2007/11/04 14:34:21 xtraeme Exp $
#
# GENERIC machine description file
#
@ -23,7 +23,7 @@ include "arch/hp700/conf/std.hp700"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
#ident "GENERIC-$Revision: 1.75 $"
#ident "GENERIC-$Revision: 1.76 $"
maxusers 32 # estimated number of users
@ -57,12 +57,7 @@ options KTRACE # system call tracing via ktrace(1)
options SYSVMSG # System V-like message queues
options SYSVSEM # System V-like semaphores
#options SEMMNI=10 # number of semaphore identifiers
#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
options P1003_1B_SEMAPHORE # p1003.1b semaphore support
options LKM # loadable kernel modules

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.76 2007/10/17 19:54:29 garbled Exp $
# $NetBSD: GENERIC,v 1.77 2007/11/04 14:34:22 xtraeme Exp $
#
# GENERIC machine description file
#
@ -70,12 +70,7 @@ options KTRACE # system call tracing via ktrace(1)
#options SYSVMSG # System V-like message queues
#options SYSVSEM # System V-like semaphores
#options SEMMNI=10 # number of semaphore identifiers
#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 LKM # loadable kernel modules

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.858 2007/11/01 13:54:29 xtraeme Exp $
# $NetBSD: GENERIC,v 1.859 2007/11/04 14:34:22 xtraeme Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/i386/conf/std.i386"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.858 $"
#ident "GENERIC-$Revision: 1.859 $"
maxusers 32 # estimated number of users
@ -96,12 +96,7 @@ options KTRACE # system call tracing via ktrace(1)
options SYSVMSG # System V-like message queues
options SYSVSEM # System V-like semaphores
#options SEMMNI=10 # number of semaphore identifiers
#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 LKM # loadable kernel modules

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC_LAPTOP,v 1.252 2007/11/01 13:54:29 xtraeme Exp $
# $NetBSD: GENERIC_LAPTOP,v 1.253 2007/11/04 14:34:22 xtraeme 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 @@ include "arch/i386/conf/std.i386"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.252 $"
#ident "GENERIC-$Revision: 1.253 $"
maxusers 32 # estimated number of users
@ -74,12 +74,7 @@ options KTRACE # system call tracing via ktrace(1)
options SYSVMSG # System V-like message queues
options SYSVSEM # System V-like semaphores
#options SEMMNI=10 # number of semaphore identifiers
#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 LKM # loadable kernel modules

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC_PS2TINY,v 1.46 2007/10/17 19:54:42 garbled Exp $
# $NetBSD: GENERIC_PS2TINY,v 1.47 2007/11/04 14:34:22 xtraeme 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,
@ -55,12 +55,7 @@ options NTP # NTP phase/frequency locked loop
options SYSVMSG # System V-like message queues
options SYSVSEM # System V-like semaphores
#options SEMMNI=10 # number of semaphore identifiers
#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 LKM # loadable kernel modules

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.43 2007/10/17 19:55:02 garbled Exp $
# $NetBSD: GENERIC,v 1.44 2007/11/04 14:34:22 xtraeme Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/iyonix/conf/std.iyonix"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.43 $"
#ident "GENERIC-$Revision: 1.44 $"
maxusers 32 # estimated number of users
@ -51,12 +51,7 @@ 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 SEMMNI=10 # number of semaphore identifiers
#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
# Device options

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.9 2007/10/17 19:55:03 garbled Exp $
# $NetBSD: GENERIC,v 1.10 2007/11/04 14:34:23 xtraeme Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/landisk/conf/std.landisk"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.9 $"
#ident "GENERIC-$Revision: 1.10 $"
maxusers 16 # estimated number of users
@ -57,12 +57,7 @@ options KTRACE # system call tracing via ktrace(1)
options SYSVMSG # System V-like message queues
options SYSVSEM # System V-like semaphores
#options SEMMNI=10 # number of semaphore identifiers
#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 LKM # loadable kernel modules

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.79 2007/10/17 19:55:03 garbled Exp $
# $NetBSD: GENERIC,v 1.80 2007/11/04 14:34:23 xtraeme Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/luna68k/conf/std.luna68k"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.79 $"
#ident "GENERIC-$Revision: 1.80 $"
maxusers 8
@ -38,12 +38,7 @@ options KTRACE
#options SYSTRACE # system call vetting via systrace(1)
#options SYSVMSG # System V message queues
#options SYSVSEM # System V semaphores
#options SEMMNI=10 # number of semaphore identifiers
#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 shared memory
#optoins SHMMAXPGS=1024 # 1024 pages is the default
#options P1003_1B_SEMAPHORE # p1003.1b semaphore support
#options LKM # loadable kernel modules
options USERCONF # userconf(4) support

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.184 2007/10/17 19:55:12 garbled Exp $
# $NetBSD: GENERIC,v 1.185 2007/11/04 14:34:23 xtraeme Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/mac68k/conf/std.mac68k"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.184 $"
#ident "GENERIC-$Revision: 1.185 $"
maxusers 16 # estimated number of users
@ -47,12 +47,7 @@ options KTRACE # system call tracing via ktrace(1)
options SYSVMSG # System V-like message queues
options SYSVSEM # System V-like semaphores
#options SEMMNI=10 # number of semaphore identifiers
#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
options P1003_1B_SEMAPHORE # p1003.1b semaphore support
options LKM # loadable kernel modules

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.260 2007/10/17 19:55:16 garbled Exp $
# $NetBSD: GENERIC,v 1.261 2007/11/04 14:34:23 xtraeme Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/macppc/conf/std.macppc"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.260 $"
#ident "GENERIC-$Revision: 1.261 $"
maxusers 32
@ -38,12 +38,7 @@ options KTRACE # system call tracing via ktrace(1)
options SYSVMSG # System V message queues
options SYSVSEM # System V semaphores
#options SEMMNI=10 # number of semaphore identifiers
#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 shared memory
#options SHMMAXPGS=1024 # 1024 pages is the default
options P1003_1B_SEMAPHORE # p1003.1b semaphore support
options LKM # loadable kernel modules

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.66 2007/10/17 19:55:46 garbled Exp $
# $NetBSD: GENERIC,v 1.67 2007/11/04 14:34:23 xtraeme Exp $
#
# GENERIC machine description file
#
@ -31,12 +31,7 @@ options KTRACE # system call tracing support
#options SYSTRACE # system call vetting via systrace(1)
options SYSVMSG # System V message queues
options SYSVSEM # System V semaphores
#options SEMMNI=10 # number of semaphore identifiers
#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 shared memory
#options SHMMAXPGS=1024 # 1024 pages is the default
options P1003_1B_SEMAPHORE # p1003.1b semaphore support
#options LKM # loadable kernel modules
#options NTP # network time protocol

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.89 2007/10/17 19:55:46 garbled Exp $
# $NetBSD: GENERIC,v 1.90 2007/11/04 14:34:23 xtraeme Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/mmeye/conf/std.mmeye"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.89 $"
#ident "GENERIC-$Revision: 1.90 $"
maxusers 16 # estimated number of users
@ -45,12 +45,7 @@ options KTRACE # system call tracing via ktrace(1)
options SYSVMSG # System V-like message queues
options SYSVSEM # System V-like semaphores
#options SEMMNI=10 # number of semaphore identifiers
#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
options P1003_1B_SEMAPHORE # p1003.1b semaphore support
#options LKM # loadable kernel modules

View File

@ -1,11 +1,11 @@
# $NetBSD: GENERIC,v 1.2 2007/10/17 19:55:48 garbled Exp $
# $NetBSD: GENERIC,v 1.3 2007/11/04 14:34:24 xtraeme Exp $
#
include "arch/mvmeppc/conf/std.mvmeppc"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "MVME1600-$Revision: 1.2 $"
#ident "MVME1600-$Revision: 1.3 $"
maxusers 8
@ -22,12 +22,7 @@ options KTRACE # system call tracing via ktrace(1)
options SYSVMSG # System V-like message queues
options SYSVSEM # System V-like semaphores
#options SEMMNI=10 # number of semaphore identifiers
#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
options USERCONF # userconf(4) support
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.88 2007/10/17 19:55:52 garbled Exp $
# $NetBSD: GENERIC,v 1.89 2007/11/04 14:34:24 xtraeme Exp $
#
# GENERIC machine description file
#
@ -140,10 +140,6 @@ options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
options SYSVMSG # System V-like message queues
options SYSVSEM # System V-like semaphores
#options SEMMNI=10 # number of semaphore identifiers
#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
options P1003_1B_SEMAPHORE # p1003.1b semaphore support

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.90 2007/10/17 19:55:52 garbled Exp $
# $NetBSD: GENERIC,v 1.91 2007/11/04 14:34:24 xtraeme Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/news68k/conf/std.news68k"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.90 $"
#ident "GENERIC-$Revision: 1.91 $"
maxusers 8
@ -37,12 +37,7 @@ options KTRACE # system call tracing support
#options SYSTRACE # system call vetting via systrace(1)
options SYSVMSG # System V message queues
options SYSVSEM # System V semaphores
#options SEMMNI=10 # number of semaphore identifiers
#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 shared memory
#options SHMMAXPGS=1024 # 1024 pages is the default
options P1003_1B_SEMAPHORE # p1003.1b semaphore support
options LKM # loadable kernel modules
options USERCONF # userconf(4) support

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC_TINY,v 1.58 2007/10/17 19:55:53 garbled Exp $
# $NetBSD: GENERIC_TINY,v 1.59 2007/11/04 14:34:24 xtraeme Exp $
# news68k GENERIC config file for low memory machines;
#
@ -6,7 +6,7 @@ include "arch/news68k/conf/std.news68k"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC_TINY-$Revision: 1.58 $"
#ident "GENERIC_TINY-$Revision: 1.59 $"
maxusers 4
@ -21,12 +21,7 @@ options KTRACE # system call tracing support
#options SYSTRACE # system call vetting via systrace(1)
options SYSVMSG # System V message queues
options SYSVSEM # System V semaphores
#options SEMMNI=10 # number of semaphore identifiers
#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 shared memory
#options SHMMAXPGS=1024 # 1024 pages is the default
options P1003_1B_SEMAPHORE # p1003.1b semaphore support
options LKM # loadable kernel modules
options USERCONF # userconf(4) support

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.100 2007/10/17 19:55:54 garbled Exp $
# $NetBSD: GENERIC,v 1.101 2007/11/04 14:34:24 xtraeme Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/newsmips/conf/std.newsmips"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.100 $"
#ident "GENERIC-$Revision: 1.101 $"
maxusers 16
@ -37,12 +37,7 @@ options KTRACE # system call tracing support
#options SYSTRACE # system call vetting via systrace(1)
options SYSVMSG # System V message queues
options SYSVSEM # System V semaphores
#options SEMMNI=10 # number of semaphore identifiers
#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 shared memory
#options SHMMAXPGS=1024 # 1024 pages is the default
options P1003_1B_SEMAPHORE # p1003.1b semaphore support
options LKM # loadable kernel modules
options NTP # network time protocol

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.102 2007/10/25 17:33:25 garbled Exp $
# $NetBSD: GENERIC,v 1.103 2007/11/04 14:34:24 xtraeme Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/ofppc/conf/std.ofppc"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.102 $"
#ident "GENERIC-$Revision: 1.103 $"
maxusers 32
@ -40,12 +40,7 @@ options KTRACE # system call tracing via ktrace(1)
options SYSVMSG # System V message queues
options SYSVSEM # System V semaphores
#options SEMMNI=10 # number of semaphore identifiers
#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 shared memory
#options SHMMAXPGS=1024 # 1024 pages is the default
options P1003_1B_SEMAPHORE # p1003.1b semaphore support
options LKM # loadable kernel modules

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.71 2007/10/17 19:56:13 garbled Exp $
# $NetBSD: GENERIC,v 1.72 2007/11/04 14:34:25 xtraeme Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/pc532/conf/std.pc532"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.71 $"
#ident "GENERIC-$Revision: 1.72 $"
maxusers 8 # estimated number of users
@ -39,12 +39,7 @@ makeoptions COPTS="-O2 -g" # compile full symbol table
#options ACCOUNTING # process accounting
#options SYSVMSG # System V message queues
#options SYSVSEM # System V semaphores
#options SEMMNI=10 # number of semaphore identifiers
#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 shared memory
#options SHMMAXPGS=1024
options P1003_1B_SEMAPHORE # p1003.1b semaphore support
options LKM # loadable kernel modules
options PFIL_HOOKS # pfil(9) packet filter hooks

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.153 2007/10/17 19:56:14 garbled Exp $
# $NetBSD: GENERIC,v 1.154 2007/11/04 14:34:25 xtraeme Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/pmax/conf/std.pmax"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.153 $"
#ident "GENERIC-$Revision: 1.154 $"
maxusers 64
@ -54,12 +54,7 @@ options KTRACE # system call tracing support
options SYSVMSG # System V-like message queues
options SYSVSEM # System V-like semaphores
#options SEMMNI=10 # number of semaphore identifiers
#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
options P1003_1B_SEMAPHORE # p1003.1b semaphore support
options LKM # loadable kernel modules

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.137 2007/10/17 19:56:48 garbled Exp $
# $NetBSD: GENERIC,v 1.138 2007/11/04 14:34:25 xtraeme Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/prep/conf/std.prep"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.137 $"
#ident "GENERIC-$Revision: 1.138 $"
maxusers 32
@ -42,12 +42,7 @@ options KTRACE # system call tracing via ktrace(1)
options SYSVMSG # System V-like message queues
options SYSVSEM # System V-like semaphores
#options SEMMNI=10 # number of semaphore identifiers
#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
options P1003_1B_SEMAPHORE # p1003.1b semaphore support
options LKM # loadable kernel modules

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC32_IP2x,v 1.69 2007/10/17 19:57:03 garbled Exp $
# $NetBSD: GENERIC32_IP2x,v 1.70 2007/11/04 14:34:25 xtraeme Exp $
#
# GENERIC32_IP2x machine description file
#
@ -29,7 +29,7 @@ makeoptions TEXTADDR=0x88069000 # entry point
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC32-IP2x-$Revision: 1.69 $"
#ident "GENERIC32-IP2x-$Revision: 1.70 $"
maxusers 32
@ -54,12 +54,7 @@ options KTRACE # system call tracing via ktrace(1)
options SYSVMSG # System V message queues
options SYSVSEM # System V semaphores
#options SEMMNI=10 # number of semaphore identifiers
#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 shared memory
#options SHMMAXPGS=1024 # 1024 pages is the default
options P1003_1B_SEMAPHORE # p1003.1b semaphore support
#options LKM # loadable kernel modules (XXX: working?)

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC32_IP3x,v 1.67 2007/10/17 19:57:03 garbled Exp $
# $NetBSD: GENERIC32_IP3x,v 1.68 2007/11/04 14:34:25 xtraeme Exp $
#
# GENERIC32_IP3x machine description file
#
@ -28,7 +28,7 @@ makeoptions TEXTADDR="0x80069000" # entry point
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC32_IP3x-$Revision: 1.67 $"
#ident "GENERIC32_IP3x-$Revision: 1.68 $"
maxusers 32
@ -46,12 +46,7 @@ options KTRACE # system call tracing via ktrace(1)
options SYSVMSG # System V message queues
options SYSVSEM # System V semaphores
#options SEMMNI=10 # number of semaphore identifiers
#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 shared memory
#options SHMMAXPGS=1024 # 1024 pages is the default
options P1003_1B_SEMAPHORE # p1003.1b semaphore support
#options LKM # loadable kernel modules (XXX: working?)

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.201 2007/10/17 19:57:11 garbled Exp $
# $NetBSD: GENERIC,v 1.202 2007/11/04 14:34:26 xtraeme Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/sparc/conf/std.sparc"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.201 $"
#ident "GENERIC-$Revision: 1.202 $"
maxusers 32
@ -74,12 +74,7 @@ options KTRACE
## System V compatible IPC subsystem. (msgctl(2), semctl(2), and shmctl(2))
options SYSVMSG # System V message queues
options SYSVSEM # System V semaphores
#options SEMMNI=10 # number of semaphore identifiers
#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 shared memory
#options SHMMAXPGS=1024 # 1024 pages is the default
options P1003_1B_SEMAPHORE # p1003.1b semaphore support
## Loadable kernel module support; still under development.

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.64 2006/12/29 21:49:03 yamt Exp $
# $NetBSD: GENERIC,v 1.65 2007/11/04 14:34:26 xtraeme Exp $
#
# GENERIC machine description file
#
@ -25,7 +25,7 @@ include "arch/sun2/conf/std.sun2"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.64 $"
#ident "GENERIC-$Revision: 1.65 $"
# Machines to be supported by this kernel
#options FPU_EMULATE
@ -38,12 +38,7 @@ options KTRACE # system call tracing
#options SYSTRACE # system call vetting via systrace(1)
options SYSVMSG # System V message queues
options SYSVSEM # System V semaphores
#options SEMMNI=10 # number of semaphore identifiers
#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 shared memory
#options SHMMAXPGS=1024 # 1024 pages is the default
options P1003_1B_SEMAPHORE # p1003.1b semaphore support
options LKM # loadable kernel modules
#options INSECURE # disable kernel security level

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.140 2007/10/17 19:57:44 garbled Exp $
# $NetBSD: GENERIC,v 1.141 2007/11/04 14:34:26 xtraeme Exp $
#
# GENERIC machine description file
#
@ -25,7 +25,7 @@ include "arch/sun3/conf/std.sun3"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.140 $"
#ident "GENERIC-$Revision: 1.141 $"
# Machines to be supported by this kernel
options FPU_EMULATE
@ -39,12 +39,7 @@ options KTRACE # system call tracing
#options SYSTRACE # system call vetting via systrace(1)
options SYSVMSG # System V message queues
options SYSVSEM # System V semaphores
#options SEMMNI=10 # number of semaphore identifiers
#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 shared memory
#options SHMMAXPGS=1024 # 1024 pages is the default
options P1003_1B_SEMAPHORE # p1003.1b semaphore support
options LKM # loadable kernel modules
#options INSECURE # disable kernel security level

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC3X,v 1.97 2007/10/17 19:57:44 garbled Exp $
# $NetBSD: GENERIC3X,v 1.98 2007/11/04 14:34:26 xtraeme Exp $
# GENERIC Sun3X (3/80, 3/470)
# Supports root on: ie0, le0, sd*, ...
@ -7,7 +7,7 @@ include "arch/sun3/conf/std.sun3x"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC3X-$Revision: 1.97 $"
#ident "GENERIC3X-$Revision: 1.98 $"
# Machines to be supported by this kernel
#options FPU_EMULATE # XXX - Ever needed?
@ -21,12 +21,7 @@ options KTRACE # system call tracing
#options SYSTRACE # system call vetting via systrace(1)
options SYSVMSG # System V message queues
options SYSVSEM # System V semaphores
#options SEMMNI=10 # number of semaphore identifiers
#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 shared memory
#options SHMMAXPGS=1024 # 1024 pages is the default
options P1003_1B_SEMAPHORE # p1003.1b semaphore support
options LKM # loadable kernel modules
#options INSECURE # disable kernel security level

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.158 2007/10/17 19:57:48 garbled Exp $
# $NetBSD: GENERIC,v 1.159 2007/11/04 14:34:26 xtraeme Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/vax/conf/std.vax"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.158 $"
#ident "GENERIC-$Revision: 1.159 $"
# Here are all different supported CPU types listed.
#options VAX8800 # VAX 8500, 8530, 8550, 8700, 8800
@ -132,10 +132,6 @@ options FONT_QVSS8x15
# System V shared memory & semaphores support.
options SYSVMSG
options SYSVSEM
#options SEMMNI=10 # number of semaphore identifiers
#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
options P1003_1B_SEMAPHORE # p1003.1b semaphore support

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.135 2007/10/17 19:58:01 garbled Exp $
# $NetBSD: GENERIC,v 1.136 2007/11/04 14:34:26 xtraeme Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/x68k/conf/std.x68k"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.135 $"
#ident "GENERIC-$Revision: 1.136 $"
maxusers 8
@ -76,12 +76,7 @@ options KTRACE
## System V compatible IPC subsystem. (msgctl(2), semctl(2), and shmctl(2))
options SYSVMSG # System V message queues
options SYSVSEM # System V semaphores
#options SEMMNI=10 # number of semaphore identifiers
#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 shared memory
#options SHMMAXPGS=1024 # 1024 pages is the default
options P1003_1B_SEMAPHORE # p1003.1b semaphore support
## Loadable kernel module support

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.9 2007/10/17 19:58:34 garbled Exp $
# $NetBSD: GENERIC,v 1.10 2007/11/04 14:34:27 xtraeme Exp $
#
# GENERIC machine description file
#
@ -101,12 +101,7 @@ options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
options SYSVMSG # System V-like message queues
options SYSVSEM # System V-like semaphores
#options SEMMNI=10 # number of semaphore identifiers
#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
options P1003_1B_SEMAPHORE # p1003.1b semaphore support
# Device options