Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/conf Remove obsolete System V semaphores and...
details: https://anonhg.NetBSD.org/src/rev/e2b7633e9d88
branches: trunk
changeset: 778513:e2b7633e9d88
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sat Mar 31 02:45:37 2012 +0000
description:
Remove obsolete System V semaphores and share memory limit options
(SEMMNI, SEMMNS, SEMUME and SHMMAXPGS).
diffstat:
sys/arch/evbarm/conf/IGEPV2 | 7 +------
sys/arch/evbarm/conf/MARVELL_NAS | 7 +------
sys/arch/evbarm/conf/MINI2440 | 7 +------
sys/arch/evbarm/conf/MV2120 | 7 +------
sys/arch/evbarm/conf/SHEEVAPLUG | 7 +------
5 files changed, 5 insertions(+), 30 deletions(-)
diffs (111 lines):
diff -r 6bcca50f4163 -r e2b7633e9d88 sys/arch/evbarm/conf/IGEPV2
--- a/sys/arch/evbarm/conf/IGEPV2 Sat Mar 31 02:41:05 2012 +0000
+++ b/sys/arch/evbarm/conf/IGEPV2 Sat Mar 31 02:45:37 2012 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: IGEPV2,v 1.8 2011/12/18 05:49:25 dholland Exp $
+# $NetBSD: IGEPV2,v 1.9 2012/03/31 02:45:37 tsutsui Exp $
#
# IGEPv2 -- TI OMAP 3530 Eval Board Kernel
#
@@ -107,12 +107,7 @@
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
# Device options
diff -r 6bcca50f4163 -r e2b7633e9d88 sys/arch/evbarm/conf/MARVELL_NAS
--- a/sys/arch/evbarm/conf/MARVELL_NAS Sat Mar 31 02:41:05 2012 +0000
+++ b/sys/arch/evbarm/conf/MARVELL_NAS Sat Mar 31 02:45:37 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: MARVELL_NAS,v 1.6 2012/03/10 21:51:51 joerg Exp $
+# $NetBSD: MARVELL_NAS,v 1.7 2012/03/31 02:45:37 tsutsui Exp $
#
# This configuration supports for generically Marvell NAS.
@@ -115,12 +115,7 @@
#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
# Device options
diff -r 6bcca50f4163 -r e2b7633e9d88 sys/arch/evbarm/conf/MINI2440
--- a/sys/arch/evbarm/conf/MINI2440 Sat Mar 31 02:41:05 2012 +0000
+++ b/sys/arch/evbarm/conf/MINI2440 Sat Mar 31 02:45:37 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: MINI2440,v 1.2 2012/02/07 09:07:47 nisimura Exp $
+# $NetBSD: MINI2440,v 1.3 2012/03/31 02:45:37 tsutsui Exp $
#
# MINI2440 -- Friendly ARM evaluation board based on Samsung S3C2440
#
@@ -127,12 +127,7 @@
#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
# Miscellaneous kernel options
#options KTRACE # system call tracing, a la ktrace(1)
diff -r 6bcca50f4163 -r e2b7633e9d88 sys/arch/evbarm/conf/MV2120
--- a/sys/arch/evbarm/conf/MV2120 Sat Mar 31 02:41:05 2012 +0000
+++ b/sys/arch/evbarm/conf/MV2120 Sat Mar 31 02:45:37 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: MV2120,v 1.7 2012/03/10 21:51:51 joerg Exp $
+# $NetBSD: MV2120,v 1.8 2012/03/31 02:45:37 tsutsui Exp $
#
# This configuration supports for HP MV2120/MV5140/MV5150.
@@ -124,12 +124,7 @@
#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
# Device options
diff -r 6bcca50f4163 -r e2b7633e9d88 sys/arch/evbarm/conf/SHEEVAPLUG
--- a/sys/arch/evbarm/conf/SHEEVAPLUG Sat Mar 31 02:41:05 2012 +0000
+++ b/sys/arch/evbarm/conf/SHEEVAPLUG Sat Mar 31 02:45:37 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: SHEEVAPLUG,v 1.13 2012/03/10 21:51:51 joerg Exp $
+# $NetBSD: SHEEVAPLUG,v 1.14 2012/03/31 02:45:37 tsutsui Exp $
#
# This configuration supports for generically Marvell SheevaPlug
#
@@ -121,12 +121,7 @@
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
# Device options
Home |
Main Index |
Thread Index |
Old Index