Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbmips/conf Add SYSV{MSG, SEM, SHM} options.
details: https://anonhg.NetBSD.org/src/rev/76b865ddba31
branches: trunk
changeset: 779461:76b865ddba31
user: nonaka <nonaka%NetBSD.org@localhost>
date: Tue May 29 20:02:42 2012 +0000
description:
Add SYSV{MSG,SEM,SHM} options.
diffstat:
sys/arch/evbmips/conf/LOONGSON | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diffs (30 lines):
diff -r d140003ddb07 -r 76b865ddba31 sys/arch/evbmips/conf/LOONGSON
--- a/sys/arch/evbmips/conf/LOONGSON Tue May 29 19:49:10 2012 +0000
+++ b/sys/arch/evbmips/conf/LOONGSON Tue May 29 20:02:42 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: LOONGSON,v 1.10 2012/05/29 14:12:28 christos Exp $
+# $NetBSD: LOONGSON,v 1.11 2012/05/29 20:02:42 nonaka Exp $
#
# LOONGSON machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "LOONGSON-$Revision: 1.10 $"
+#ident "LOONGSON-$Revision: 1.11 $"
maxusers 16
@@ -58,6 +58,11 @@
#options WINCE_DEFAULT_SETTING # Debugging use
+# Note: SysV IPC parameters can be changed dynamically; see sysctl(8).
+options SYSVMSG # System V-like message queues
+options SYSVSEM # System V-like semaphores
+options SYSVSHM # System V-like memory sharing
+
#options SYSCALL_DEBUG # for debug
#options HPCMIPS_L1CACHE_DISABLE # disable L1 cache for debug
options USERCONF # userconf(4) support
Home |
Main Index |
Thread Index |
Old Index