Module Name: src
Committed By: tsutsui
Date: Wed Jul 21 11:10:14 UTC 2010
Modified Files:
src/sys/arch/hpcsh/conf: GENERIC
Log Message:
Enable options SYSVMSG, SYSVSEM, and SYSVSHM.
At least Xorg server requires SYSVSHM.
To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 src/sys/arch/hpcsh/conf/GENERIC
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/hpcsh/conf/GENERIC
diff -u src/sys/arch/hpcsh/conf/GENERIC:1.91 src/sys/arch/hpcsh/conf/GENERIC:1.92
--- src/sys/arch/hpcsh/conf/GENERIC:1.91 Sat May 22 19:02:08 2010
+++ src/sys/arch/hpcsh/conf/GENERIC Wed Jul 21 11:10:14 2010
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.91 2010/05/22 19:02:08 plunky Exp $
+# $NetBSD: GENERIC,v 1.92 2010/07/21 11:10:14 tsutsui Exp $
#
# GENERIC machine description file
#
@@ -68,9 +68,9 @@
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 SYSVMSG # System V-like message queues
+options SYSVSEM # System V-like semaphores
+options SYSVSHM # System V-like memory sharing
#options P1003_1B_SEMAPHORE # p1003.1b semaphore support
#options MODULAR # new style module framework