Module Name: src
Committed By: tsutsui
Date: Sat Apr 7 03:25:00 UTC 2012
Modified Files:
src/sys/arch/evbarm/conf: ADI_BRH ARMADILLO210 ARMADILLO9 BEAGLEBOARD
CP3100 GEMINI GEMINI_MASTER GEMINI_SLAVE GUMSTIX HDL_G IMX31LITE
INTEGRATOR IQ31244 IQ80310 IQ80321 IXDP425 IXM1200 LUBBOCK
MMNET_GENERIC MPCSA_GENERIC NAPPI NETWALKER NSLU2 OSK5912 OVERO
SMDK2410 SMDK2800 TEAMASA_NPWR TEAMASA_NPWR_FC TISDP2420 TISDP2430
TS7200 TWINTAIL VIPER ZAO425
Log Message:
Remove obsolete SysV semaphores limit options (SEMMNI, SEMMNS, and SEMUME).
To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/sys/arch/evbarm/conf/ADI_BRH
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/evbarm/conf/ARMADILLO210
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/evbarm/conf/ARMADILLO9
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/evbarm/conf/BEAGLEBOARD \
src/sys/arch/evbarm/conf/CP3100
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/evbarm/conf/GEMINI \
src/sys/arch/evbarm/conf/GEMINI_MASTER \
src/sys/arch/evbarm/conf/GEMINI_SLAVE src/sys/arch/evbarm/conf/TISDP2420 \
src/sys/arch/evbarm/conf/TISDP2430
cvs rdiff -u -r1.65 -r1.66 src/sys/arch/evbarm/conf/GUMSTIX \
src/sys/arch/evbarm/conf/INTEGRATOR
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/evbarm/conf/HDL_G
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/evbarm/conf/IMX31LITE
cvs rdiff -u -r1.55 -r1.56 src/sys/arch/evbarm/conf/IQ31244
cvs rdiff -u -r1.74 -r1.75 src/sys/arch/evbarm/conf/IQ80310
cvs rdiff -u -r1.71 -r1.72 src/sys/arch/evbarm/conf/IQ80321 \
src/sys/arch/evbarm/conf/TEAMASA_NPWR
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/evbarm/conf/IXDP425 \
src/sys/arch/evbarm/conf/TEAMASA_NPWR_FC
cvs rdiff -u -r1.47 -r1.48 src/sys/arch/evbarm/conf/IXM1200 \
src/sys/arch/evbarm/conf/TS7200
cvs rdiff -u -r1.40 -r1.41 src/sys/arch/evbarm/conf/LUBBOCK
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbarm/conf/MMNET_GENERIC
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/evbarm/conf/MPCSA_GENERIC
cvs rdiff -u -r1.43 -r1.44 src/sys/arch/evbarm/conf/NAPPI \
src/sys/arch/evbarm/conf/ZAO425
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/evbarm/conf/NETWALKER
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/evbarm/conf/NSLU2
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/evbarm/conf/OSK5912
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/evbarm/conf/OVERO
cvs rdiff -u -r1.46 -r1.47 src/sys/arch/evbarm/conf/SMDK2410 \
src/sys/arch/evbarm/conf/SMDK2800
cvs rdiff -u -r1.49 -r1.50 src/sys/arch/evbarm/conf/TWINTAIL
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/evbarm/conf/VIPER
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/evbarm/conf/ADI_BRH
diff -u src/sys/arch/evbarm/conf/ADI_BRH:1.56 src/sys/arch/evbarm/conf/ADI_BRH:1.57
--- src/sys/arch/evbarm/conf/ADI_BRH:1.56 Sun Dec 18 05:49:25 2011
+++ src/sys/arch/evbarm/conf/ADI_BRH Sat Apr 7 03:25:00 2012
@@ -1,4 +1,4 @@
-# $NetBSD: ADI_BRH,v 1.56 2011/12/18 05:49:25 dholland Exp $
+# $NetBSD: ADI_BRH,v 1.57 2012/04/07 03:25:00 tsutsui Exp $
#
# ADI_BRH -- ADI Engineering "Big Red Head" i80200 Evaluation Board
#
@@ -98,10 +98,6 @@ options COMPAT_BSDPTY # /dev/[pt]ty?? p
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
# Device options
Index: src/sys/arch/evbarm/conf/ARMADILLO210
diff -u src/sys/arch/evbarm/conf/ARMADILLO210:1.21 src/sys/arch/evbarm/conf/ARMADILLO210:1.22
--- src/sys/arch/evbarm/conf/ARMADILLO210:1.21 Sat Mar 10 21:51:51 2012
+++ src/sys/arch/evbarm/conf/ARMADILLO210 Sat Apr 7 03:25:00 2012
@@ -1,4 +1,4 @@
-# $NetBSD: ARMADILLO210,v 1.21 2012/03/10 21:51:51 joerg Exp $
+# $NetBSD: ARMADILLO210,v 1.22 2012/04/07 03:25:00 tsutsui Exp $
#
# ARMADILLO210 -- Atmark Techno, Armadillo-210
#
@@ -89,10 +89,6 @@ options COMPAT_BSDPTY # /dev/[pt]ty?? p
# Shared memory options
#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
# Device options
Index: src/sys/arch/evbarm/conf/ARMADILLO9
diff -u src/sys/arch/evbarm/conf/ARMADILLO9:1.33 src/sys/arch/evbarm/conf/ARMADILLO9:1.34
--- src/sys/arch/evbarm/conf/ARMADILLO9:1.33 Sat Mar 10 21:51:51 2012
+++ src/sys/arch/evbarm/conf/ARMADILLO9 Sat Apr 7 03:25:00 2012
@@ -1,4 +1,4 @@
-# $NetBSD: ARMADILLO9,v 1.33 2012/03/10 21:51:51 joerg Exp $
+# $NetBSD: ARMADILLO9,v 1.34 2012/04/07 03:25:00 tsutsui Exp $
#
# ARMADILLO9 -- Atmark Techno, Armadillo-9
#
@@ -89,10 +89,6 @@ options COMPAT_BSDPTY # /dev/[pt]ty?? p
# Shared memory options
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
# Device options
Index: src/sys/arch/evbarm/conf/BEAGLEBOARD
diff -u src/sys/arch/evbarm/conf/BEAGLEBOARD:1.25 src/sys/arch/evbarm/conf/BEAGLEBOARD:1.26
--- src/sys/arch/evbarm/conf/BEAGLEBOARD:1.25 Thu Feb 9 19:07:37 2012
+++ src/sys/arch/evbarm/conf/BEAGLEBOARD Sat Apr 7 03:25:00 2012
@@ -1,5 +1,5 @@
#
-# $NetBSD: BEAGLEBOARD,v 1.25 2012/02/09 19:07:37 matt Exp $
+# $NetBSD: BEAGLEBOARD,v 1.26 2012/04/07 03:25:00 tsutsui Exp $
#
# BEAGLEBOARD -- TI OMAP 3530 Eval Board Kernel
#
@@ -106,10 +106,6 @@ options COMPAT_30 # NetBSD 3.0 compatib
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
# Device options
Index: src/sys/arch/evbarm/conf/CP3100
diff -u src/sys/arch/evbarm/conf/CP3100:1.25 src/sys/arch/evbarm/conf/CP3100:1.26
--- src/sys/arch/evbarm/conf/CP3100:1.25 Sat Mar 10 21:51:51 2012
+++ src/sys/arch/evbarm/conf/CP3100 Sat Apr 7 03:25:00 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CP3100,v 1.25 2012/03/10 21:51:51 joerg Exp $
+# $NetBSD: CP3100,v 1.26 2012/04/07 03:25:00 tsutsui Exp $
#
# CP3100 -- Certance CP3100 Kernel
#
@@ -103,10 +103,6 @@ options COMPAT_BSDPTY # /dev/[pt]ty?? p
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
# Device options
Index: src/sys/arch/evbarm/conf/GEMINI
diff -u src/sys/arch/evbarm/conf/GEMINI:1.19 src/sys/arch/evbarm/conf/GEMINI:1.20
--- src/sys/arch/evbarm/conf/GEMINI:1.19 Sun Dec 18 05:49:25 2011
+++ src/sys/arch/evbarm/conf/GEMINI Sat Apr 7 03:25:00 2012
@@ -96,10 +96,6 @@ options COMPAT_50 # NetBSD 5.0 compatib
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
# Device options
Index: src/sys/arch/evbarm/conf/GEMINI_MASTER
diff -u src/sys/arch/evbarm/conf/GEMINI_MASTER:1.19 src/sys/arch/evbarm/conf/GEMINI_MASTER:1.20
--- src/sys/arch/evbarm/conf/GEMINI_MASTER:1.19 Sun Dec 18 05:49:25 2011
+++ src/sys/arch/evbarm/conf/GEMINI_MASTER Sat Apr 7 03:25:00 2012
@@ -97,10 +97,6 @@ options COMPAT_50 # NetBSD 5.0 compatib
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
# Device options
Index: src/sys/arch/evbarm/conf/GEMINI_SLAVE
diff -u src/sys/arch/evbarm/conf/GEMINI_SLAVE:1.19 src/sys/arch/evbarm/conf/GEMINI_SLAVE:1.20
--- src/sys/arch/evbarm/conf/GEMINI_SLAVE:1.19 Sun Dec 18 05:49:25 2011
+++ src/sys/arch/evbarm/conf/GEMINI_SLAVE Sat Apr 7 03:25:00 2012
@@ -96,10 +96,6 @@ options COMPAT_50 # NetBSD 5.0 compatib
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
# Device options
Index: src/sys/arch/evbarm/conf/TISDP2420
diff -u src/sys/arch/evbarm/conf/TISDP2420:1.19 src/sys/arch/evbarm/conf/TISDP2420:1.20
--- src/sys/arch/evbarm/conf/TISDP2420:1.19 Sun Dec 18 05:49:26 2011
+++ src/sys/arch/evbarm/conf/TISDP2420 Sat Apr 7 03:25:00 2012
@@ -1,5 +1,5 @@
#
-# $NetBSD: TISDP2420,v 1.19 2011/12/18 05:49:26 dholland Exp $
+# $NetBSD: TISDP2420,v 1.20 2012/04/07 03:25:00 tsutsui Exp $
#
# TISDP2420 -- TI OMAP 2420 Eval Board Kernel
#
@@ -106,10 +106,6 @@ options COMPAT_30 # NetBSD 3.0 compatib
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
# Device options
Index: src/sys/arch/evbarm/conf/TISDP2430
diff -u src/sys/arch/evbarm/conf/TISDP2430:1.19 src/sys/arch/evbarm/conf/TISDP2430:1.20
--- src/sys/arch/evbarm/conf/TISDP2430:1.19 Sun Dec 18 05:49:26 2011
+++ src/sys/arch/evbarm/conf/TISDP2430 Sat Apr 7 03:25:00 2012
@@ -1,5 +1,5 @@
#
-# $NetBSD: TISDP2430,v 1.19 2011/12/18 05:49:26 dholland Exp $
+# $NetBSD: TISDP2430,v 1.20 2012/04/07 03:25:00 tsutsui Exp $
#
# TISDP2430 -- TI OMAP 2430 Eval Board Kernel
#
@@ -105,10 +105,6 @@ options COMPAT_30 # NetBSD 3.0 compatib
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
# Device options
Index: src/sys/arch/evbarm/conf/GUMSTIX
diff -u src/sys/arch/evbarm/conf/GUMSTIX:1.65 src/sys/arch/evbarm/conf/GUMSTIX:1.66
--- src/sys/arch/evbarm/conf/GUMSTIX:1.65 Sat Mar 10 21:51:51 2012
+++ src/sys/arch/evbarm/conf/GUMSTIX Sat Apr 7 03:25:00 2012
@@ -1,4 +1,4 @@
-# $NetBSD: GUMSTIX,v 1.65 2012/03/10 21:51:51 joerg Exp $
+# $NetBSD: GUMSTIX,v 1.66 2012/04/07 03:25:00 tsutsui Exp $
#
# GUMSTIX -- Gumstix. Inc. gumstix platforms kernel
#
@@ -125,10 +125,6 @@ options COMPAT_BSDPTY # /dev/[pt]ty?? p
#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
# Device options
Index: src/sys/arch/evbarm/conf/INTEGRATOR
diff -u src/sys/arch/evbarm/conf/INTEGRATOR:1.65 src/sys/arch/evbarm/conf/INTEGRATOR:1.66
--- src/sys/arch/evbarm/conf/INTEGRATOR:1.65 Fri Apr 6 01:47:15 2012
+++ src/sys/arch/evbarm/conf/INTEGRATOR Sat Apr 7 03:25:00 2012
@@ -1,4 +1,4 @@
-# $NetBSD: INTEGRATOR,v 1.65 2012/04/06 01:47:15 bsh Exp $
+# $NetBSD: INTEGRATOR,v 1.66 2012/04/07 03:25:00 tsutsui Exp $
#
# GENERIC -- ARM Integrator board Generic kernel
#
@@ -98,10 +98,6 @@ options COMPAT_BSDPTY # /dev/[pt]ty?? p
#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
# Device options
Index: src/sys/arch/evbarm/conf/HDL_G
diff -u src/sys/arch/evbarm/conf/HDL_G:1.26 src/sys/arch/evbarm/conf/HDL_G:1.27
--- src/sys/arch/evbarm/conf/HDL_G:1.26 Sat Mar 10 21:51:51 2012
+++ src/sys/arch/evbarm/conf/HDL_G Sat Apr 7 03:25:00 2012
@@ -1,4 +1,4 @@
-# $NetBSD: HDL_G,v 1.26 2012/03/10 21:51:51 joerg Exp $
+# $NetBSD: HDL_G,v 1.27 2012/04/07 03:25:00 tsutsui Exp $
#
# HDL_G -- I-O DATA HDL-G Kernel
#
@@ -112,10 +112,6 @@ options COMPAT_BSDPTY # /dev/[pt]ty?? p
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
# Device options
Index: src/sys/arch/evbarm/conf/IMX31LITE
diff -u src/sys/arch/evbarm/conf/IMX31LITE:1.16 src/sys/arch/evbarm/conf/IMX31LITE:1.17
--- src/sys/arch/evbarm/conf/IMX31LITE:1.16 Sun Dec 18 05:49:25 2011
+++ src/sys/arch/evbarm/conf/IMX31LITE Sat Apr 7 03:25:00 2012
@@ -1,4 +1,4 @@
-# $NetBSD: IMX31LITE,v 1.16 2011/12/18 05:49:25 dholland Exp $
+# $NetBSD: IMX31LITE,v 1.17 2012/04/07 03:25:00 tsutsui Exp $
#
# IMX31LITE -- Freescale IMX31LITE Evaluation Board Kernel
#
@@ -97,10 +97,6 @@ options COMPAT_BSDPTY # /dev/[pt]ty?? p
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
# Device options
Index: src/sys/arch/evbarm/conf/IQ31244
diff -u src/sys/arch/evbarm/conf/IQ31244:1.55 src/sys/arch/evbarm/conf/IQ31244:1.56
--- src/sys/arch/evbarm/conf/IQ31244:1.55 Sun Dec 18 05:49:25 2011
+++ src/sys/arch/evbarm/conf/IQ31244 Sat Apr 7 03:25:00 2012
@@ -1,4 +1,4 @@
-# $NetBSD: IQ31244,v 1.55 2011/12/18 05:49:25 dholland Exp $
+# $NetBSD: IQ31244,v 1.56 2012/04/07 03:25:00 tsutsui Exp $
#
# IQ31244 -- Intel IQ31244 Evaluation Board Kernel
#
@@ -98,10 +98,6 @@ options COMPAT_BSDPTY # /dev/[pt]ty?? p
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
# Device options
Index: src/sys/arch/evbarm/conf/IQ80310
diff -u src/sys/arch/evbarm/conf/IQ80310:1.74 src/sys/arch/evbarm/conf/IQ80310:1.75
--- src/sys/arch/evbarm/conf/IQ80310:1.74 Sun Dec 18 05:49:26 2011
+++ src/sys/arch/evbarm/conf/IQ80310 Sat Apr 7 03:25:00 2012
@@ -1,4 +1,4 @@
-# $NetBSD: IQ80310,v 1.74 2011/12/18 05:49:26 dholland Exp $
+# $NetBSD: IQ80310,v 1.75 2012/04/07 03:25:00 tsutsui Exp $
#
# IQ80310 -- Intel IQ80310 Evaluation Board Kernel
#
@@ -98,10 +98,6 @@ options COMPAT_BSDPTY # /dev/[pt]ty?? p
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
# Device options
Index: src/sys/arch/evbarm/conf/IQ80321
diff -u src/sys/arch/evbarm/conf/IQ80321:1.71 src/sys/arch/evbarm/conf/IQ80321:1.72
--- src/sys/arch/evbarm/conf/IQ80321:1.71 Thu Feb 9 19:07:37 2012
+++ src/sys/arch/evbarm/conf/IQ80321 Sat Apr 7 03:25:00 2012
@@ -1,4 +1,4 @@
-# $NetBSD: IQ80321,v 1.71 2012/02/09 19:07:37 matt Exp $
+# $NetBSD: IQ80321,v 1.72 2012/04/07 03:25:00 tsutsui Exp $
#
# IQ80321 -- Intel IQ80321 Evaluation Board Kernel
#
@@ -98,10 +98,6 @@ options COMPAT_BSDPTY # /dev/[pt]ty?? p
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
# Device options
Index: src/sys/arch/evbarm/conf/TEAMASA_NPWR
diff -u src/sys/arch/evbarm/conf/TEAMASA_NPWR:1.71 src/sys/arch/evbarm/conf/TEAMASA_NPWR:1.72
--- src/sys/arch/evbarm/conf/TEAMASA_NPWR:1.71 Sun Dec 18 05:49:26 2011
+++ src/sys/arch/evbarm/conf/TEAMASA_NPWR Sat Apr 7 03:25:00 2012
@@ -1,4 +1,4 @@
-# $NetBSD: TEAMASA_NPWR,v 1.71 2011/12/18 05:49:26 dholland Exp $
+# $NetBSD: TEAMASA_NPWR,v 1.72 2012/04/07 03:25:00 tsutsui Exp $
#
# TEAMASA_NPWR -- Team ASA, Inc. Npwr -- XScale/IOP310-based
# server appliance.
@@ -101,10 +101,6 @@ options COMPAT_BSDPTY # /dev/[pt]ty?? p
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
# Device options
Index: src/sys/arch/evbarm/conf/IXDP425
diff -u src/sys/arch/evbarm/conf/IXDP425:1.35 src/sys/arch/evbarm/conf/IXDP425:1.36
--- src/sys/arch/evbarm/conf/IXDP425:1.35 Sun Dec 18 05:49:26 2011
+++ src/sys/arch/evbarm/conf/IXDP425 Sat Apr 7 03:25:00 2012
@@ -1,4 +1,4 @@
-# $NetBSD: IXDP425,v 1.35 2011/12/18 05:49:26 dholland Exp $
+# $NetBSD: IXDP425,v 1.36 2012/04/07 03:25:00 tsutsui Exp $
#
# IXDP425 -- Intel IXDP425/IXCDP1100 Development Platform
#
@@ -102,10 +102,6 @@ options COMPAT_BSDPTY # /dev/[pt]ty?? p
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
# Device options
Index: src/sys/arch/evbarm/conf/TEAMASA_NPWR_FC
diff -u src/sys/arch/evbarm/conf/TEAMASA_NPWR_FC:1.35 src/sys/arch/evbarm/conf/TEAMASA_NPWR_FC:1.36
--- src/sys/arch/evbarm/conf/TEAMASA_NPWR_FC:1.35 Sun Dec 18 05:49:26 2011
+++ src/sys/arch/evbarm/conf/TEAMASA_NPWR_FC Sat Apr 7 03:25:00 2012
@@ -1,4 +1,4 @@
-# $NetBSD: TEAMASA_NPWR_FC,v 1.35 2011/12/18 05:49:26 dholland Exp $
+# $NetBSD: TEAMASA_NPWR_FC,v 1.36 2012/04/07 03:25:00 tsutsui Exp $
#
# TeamASA NPWR-FC, i80321-based SBC
#
@@ -99,10 +99,6 @@ options COMPAT_BSDPTY # /dev/[pt]ty?? p
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
# Device options
Index: src/sys/arch/evbarm/conf/IXM1200
diff -u src/sys/arch/evbarm/conf/IXM1200:1.47 src/sys/arch/evbarm/conf/IXM1200:1.48
--- src/sys/arch/evbarm/conf/IXM1200:1.47 Sun Dec 18 05:49:26 2011
+++ src/sys/arch/evbarm/conf/IXM1200 Sat Apr 7 03:25:00 2012
@@ -1,4 +1,4 @@
-# $NetBSD: IXM1200,v 1.47 2011/12/18 05:49:26 dholland Exp $
+# $NetBSD: IXM1200,v 1.48 2012/04/07 03:25:00 tsutsui Exp $
#
# IXM1200 -- Intel IXM1200 Evaluation Board Kernel
#
@@ -97,10 +97,6 @@ options COMPAT_BSDPTY # /dev/[pt]ty?? p
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
# Device options
Index: src/sys/arch/evbarm/conf/TS7200
diff -u src/sys/arch/evbarm/conf/TS7200:1.47 src/sys/arch/evbarm/conf/TS7200:1.48
--- src/sys/arch/evbarm/conf/TS7200:1.47 Sun Dec 18 05:49:26 2011
+++ src/sys/arch/evbarm/conf/TS7200 Sat Apr 7 03:25:00 2012
@@ -1,4 +1,4 @@
-# $NetBSD: TS7200,v 1.47 2011/12/18 05:49:26 dholland Exp $
+# $NetBSD: TS7200,v 1.48 2012/04/07 03:25:00 tsutsui Exp $
#
# TS7200 - Kernel for Technologic Systems TS7200 ARM hardware
#
@@ -103,10 +103,6 @@ options COMPAT_20 # NetBSD 2.0 compatib
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
# Device options
Index: src/sys/arch/evbarm/conf/LUBBOCK
diff -u src/sys/arch/evbarm/conf/LUBBOCK:1.40 src/sys/arch/evbarm/conf/LUBBOCK:1.41
--- src/sys/arch/evbarm/conf/LUBBOCK:1.40 Sun Dec 18 05:49:26 2011
+++ src/sys/arch/evbarm/conf/LUBBOCK Sat Apr 7 03:25:00 2012
@@ -96,10 +96,6 @@ options COMPAT_BSDPTY # /dev/[pt]ty?? p
#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
# Device options
Index: src/sys/arch/evbarm/conf/MMNET_GENERIC
diff -u src/sys/arch/evbarm/conf/MMNET_GENERIC:1.4 src/sys/arch/evbarm/conf/MMNET_GENERIC:1.5
--- src/sys/arch/evbarm/conf/MMNET_GENERIC:1.4 Sat Mar 10 21:51:51 2012
+++ src/sys/arch/evbarm/conf/MMNET_GENERIC Sat Apr 7 03:25:00 2012
@@ -1,4 +1,4 @@
-# $NetBSD: MMNET_GENERIC,v 1.4 2012/03/10 21:51:51 joerg Exp $
+# $NetBSD: MMNET_GENERIC,v 1.5 2012/04/07 03:25:00 tsutsui Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/evbarm/conf/std.mmnet"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.4 $"
+#ident "GENERIC-$Revision: 1.5 $"
maxusers 32 # estimated number of users
@@ -59,10 +59,6 @@ options KTRACE # system call tracing v
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 USERCONF # userconf(4) support
Index: src/sys/arch/evbarm/conf/MPCSA_GENERIC
diff -u src/sys/arch/evbarm/conf/MPCSA_GENERIC:1.27 src/sys/arch/evbarm/conf/MPCSA_GENERIC:1.28
--- src/sys/arch/evbarm/conf/MPCSA_GENERIC:1.27 Sat Mar 10 21:51:51 2012
+++ src/sys/arch/evbarm/conf/MPCSA_GENERIC Sat Apr 7 03:25:00 2012
@@ -1,4 +1,4 @@
-# $NetBSD: MPCSA_GENERIC,v 1.27 2012/03/10 21:51:51 joerg Exp $
+# $NetBSD: MPCSA_GENERIC,v 1.28 2012/04/07 03:25:00 tsutsui 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.27 $"
+#ident "GENERIC-$Revision: 1.28 $"
maxusers 32 # estimated number of users
@@ -59,10 +59,6 @@ options KTRACE # system call tracing v
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 USERCONF # userconf(4) support
Index: src/sys/arch/evbarm/conf/NAPPI
diff -u src/sys/arch/evbarm/conf/NAPPI:1.43 src/sys/arch/evbarm/conf/NAPPI:1.44
--- src/sys/arch/evbarm/conf/NAPPI:1.43 Sun Dec 18 05:49:26 2011
+++ src/sys/arch/evbarm/conf/NAPPI Sat Apr 7 03:25:00 2012
@@ -1,4 +1,4 @@
-# $NetBSD: NAPPI,v 1.43 2011/12/18 05:49:26 dholland Exp $
+# $NetBSD: NAPPI,v 1.44 2012/04/07 03:25:00 tsutsui Exp $
#
# NAPPI -- Netwise APlication Platform Board Kernel
#
@@ -97,10 +97,6 @@ options COMPAT_BSDPTY # /dev/[pt]ty?? p
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
# Console options.
Index: src/sys/arch/evbarm/conf/ZAO425
diff -u src/sys/arch/evbarm/conf/ZAO425:1.43 src/sys/arch/evbarm/conf/ZAO425:1.44
--- src/sys/arch/evbarm/conf/ZAO425:1.43 Sun Dec 18 05:49:26 2011
+++ src/sys/arch/evbarm/conf/ZAO425 Sat Apr 7 03:25:00 2012
@@ -1,4 +1,4 @@
-# $NetBSD: ZAO425,v 1.43 2011/12/18 05:49:26 dholland Exp $
+# $NetBSD: ZAO425,v 1.44 2012/04/07 03:25:00 tsutsui Exp $
#
# ZAO425 -- Intel IXP425
#
@@ -102,10 +102,6 @@ options COMPAT_BSDPTY # /dev/[pt]ty?? p
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
# Device options
Index: src/sys/arch/evbarm/conf/NETWALKER
diff -u src/sys/arch/evbarm/conf/NETWALKER:1.7 src/sys/arch/evbarm/conf/NETWALKER:1.8
--- src/sys/arch/evbarm/conf/NETWALKER:1.7 Sun Dec 18 05:49:26 2011
+++ src/sys/arch/evbarm/conf/NETWALKER Sat Apr 7 03:25:00 2012
@@ -1,4 +1,4 @@
-# $NetBSD: NETWALKER,v 1.7 2011/12/18 05:49:26 dholland Exp $
+# $NetBSD: NETWALKER,v 1.8 2012/04/07 03:25:00 tsutsui Exp $
#
# NETWALKER -- Sharp
#
@@ -103,10 +103,6 @@ options COMPAT_BSDPTY # /dev/[pt]ty?? p
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
# Device options
Index: src/sys/arch/evbarm/conf/NSLU2
diff -u src/sys/arch/evbarm/conf/NSLU2:1.22 src/sys/arch/evbarm/conf/NSLU2:1.23
--- src/sys/arch/evbarm/conf/NSLU2:1.22 Thu Feb 9 19:07:37 2012
+++ src/sys/arch/evbarm/conf/NSLU2 Sat Apr 7 03:25:00 2012
@@ -1,4 +1,4 @@
-# $NetBSD: NSLU2,v 1.22 2012/02/09 19:07:37 matt Exp $
+# $NetBSD: NSLU2,v 1.23 2012/04/07 03:25:00 tsutsui Exp $
#
# Linksys NSLU2 "Slug" NAS Device
#
@@ -101,10 +101,6 @@ options COMPAT_BSDPTY # /dev/[pt]ty?? p
#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
# Device options
Index: src/sys/arch/evbarm/conf/OSK5912
diff -u src/sys/arch/evbarm/conf/OSK5912:1.15 src/sys/arch/evbarm/conf/OSK5912:1.16
--- src/sys/arch/evbarm/conf/OSK5912:1.15 Sun Dec 18 05:49:26 2011
+++ src/sys/arch/evbarm/conf/OSK5912 Sat Apr 7 03:25:00 2012
@@ -94,10 +94,6 @@ options COMPAT_30 # NetBSD 3.0 compatib
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
# Device options
Index: src/sys/arch/evbarm/conf/OVERO
diff -u src/sys/arch/evbarm/conf/OVERO:1.12 src/sys/arch/evbarm/conf/OVERO:1.13
--- src/sys/arch/evbarm/conf/OVERO:1.12 Sat Mar 10 21:51:51 2012
+++ src/sys/arch/evbarm/conf/OVERO Sat Apr 7 03:25:00 2012
@@ -1,5 +1,5 @@
#
-# $NetBSD: OVERO,v 1.12 2012/03/10 21:51:51 joerg Exp $
+# $NetBSD: OVERO,v 1.13 2012/04/07 03:25:00 tsutsui Exp $
#
# OVERO -- Gumstix. Inc. Overo platforms kernel
#
@@ -120,10 +120,6 @@ options COMPAT_BSDPTY # /dev/[pt]ty?? p
#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
# Device options
Index: src/sys/arch/evbarm/conf/SMDK2410
diff -u src/sys/arch/evbarm/conf/SMDK2410:1.46 src/sys/arch/evbarm/conf/SMDK2410:1.47
--- src/sys/arch/evbarm/conf/SMDK2410:1.46 Sun Dec 18 05:49:26 2011
+++ src/sys/arch/evbarm/conf/SMDK2410 Sat Apr 7 03:25:00 2012
@@ -1,4 +1,4 @@
-# $NetBSD: SMDK2410,v 1.46 2011/12/18 05:49:26 dholland Exp $
+# $NetBSD: SMDK2410,v 1.47 2012/04/07 03:25:00 tsutsui Exp $
#
# SMDK2410 -- Samsung's S3C2410 evaluation board.
#
@@ -116,10 +116,6 @@ options COMPAT_BSDPTY # /dev/[pt]ty?? p
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
# Miscellaneous kernel options
Index: src/sys/arch/evbarm/conf/SMDK2800
diff -u src/sys/arch/evbarm/conf/SMDK2800:1.46 src/sys/arch/evbarm/conf/SMDK2800:1.47
--- src/sys/arch/evbarm/conf/SMDK2800:1.46 Sun Dec 18 05:49:26 2011
+++ src/sys/arch/evbarm/conf/SMDK2800 Sat Apr 7 03:25:00 2012
@@ -1,4 +1,4 @@
-# $NetBSD: SMDK2800,v 1.46 2011/12/18 05:49:26 dholland Exp $
+# $NetBSD: SMDK2800,v 1.47 2012/04/07 03:25:00 tsutsui Exp $
#
# SMDK2800 -- Samsung's S3C2800 evaluation board.
#
@@ -105,10 +105,6 @@ options COMPAT_BSDPTY # /dev/[pt]ty?? p
#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
# Miscellaneous kernel options
Index: src/sys/arch/evbarm/conf/TWINTAIL
diff -u src/sys/arch/evbarm/conf/TWINTAIL:1.49 src/sys/arch/evbarm/conf/TWINTAIL:1.50
--- src/sys/arch/evbarm/conf/TWINTAIL:1.49 Wed Apr 4 01:40:57 2012
+++ src/sys/arch/evbarm/conf/TWINTAIL Sat Apr 7 03:25:00 2012
@@ -1,4 +1,4 @@
-# $NetBSD: TWINTAIL,v 1.49 2012/04/04 01:40:57 bsh Exp $
+# $NetBSD: TWINTAIL,v 1.50 2012/04/07 03:25:00 tsutsui Exp $
#
# TWINTAIL -- Genetec corp. G4255EB-X002 Evaluation Board Kernel
#
@@ -106,10 +106,6 @@ options COMPAT_16 # NetBSD 1.6 compatib
#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
# Device options
Index: src/sys/arch/evbarm/conf/VIPER
diff -u src/sys/arch/evbarm/conf/VIPER:1.23 src/sys/arch/evbarm/conf/VIPER:1.24
--- src/sys/arch/evbarm/conf/VIPER:1.23 Tue Nov 22 21:25:10 2011
+++ src/sys/arch/evbarm/conf/VIPER Sat Apr 7 03:25:00 2012
@@ -1,4 +1,4 @@
-# $NetBSD: VIPER,v 1.23 2011/11/22 21:25:10 tls Exp $
+# $NetBSD: VIPER,v 1.24 2012/04/07 03:25:00 tsutsui Exp $
#
# Arcom Viper
#
@@ -93,10 +93,6 @@ options COMPAT_30 # NetBSD 3.0 compatib
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
# Device options