Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hpcsh/conf Enable options SYSVMSG, SYSVSEM, and SYS...



details:   https://anonhg.NetBSD.org/src/rev/7e7d092d5783
branches:  trunk
changeset: 756529:7e7d092d5783
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Wed Jul 21 11:10:14 2010 +0000

description:
Enable options SYSVMSG, SYSVSEM, and SYSVSHM.
At least Xorg server requires SYSVSHM.

diffstat:

 sys/arch/hpcsh/conf/GENERIC |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r d70a54e352d4 -r 7e7d092d5783 sys/arch/hpcsh/conf/GENERIC
--- a/sys/arch/hpcsh/conf/GENERIC       Wed Jul 21 11:08:10 2010 +0000
+++ b/sys/arch/hpcsh/conf/GENERIC       Wed Jul 21 11:10:14 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index