From nobody  Sun Nov 17 21:23:46 1996
Received: (from nobody@localhost)
          by freefall.freebsd.org (8.7.5/8.7.3) id VAA11301;
          Sun, 17 Nov 1996 21:23:46 -0800 (PST)
Message-Id: <199611180523.VAA11301@freefall.freebsd.org>
Date: Sun, 17 Nov 1996 21:23:46 -0800 (PST)
From: nao@tom-yam.or.jp
To: freebsd-gnats-submit@freebsd.org
Subject: GENERIC kernel lacks SYSV IPC features
X-Send-Pr-Version: www-1.0

>Number:         2048
>Category:       kern
>Synopsis:       GENERIC kernel lacks SYSV IPC features
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 17 21:30:15 PST 1996
>Closed-Date:    Tue Mar 25 17:58:22 PST 1997
>Last-Modified:  Tue Mar 25 18:01:00 PST 1997
>Originator:     Naoki Hamada
>Release:        2.2-ALPHA
>Organization:
none
>Environment:
FreeBSD brezza.sbl.cl.nec.co.jp 2.2-ALPHA FreeBSD 2.2-ALPHA #0: Wed Nov 13 15:29:19  1996    jkh@time.cdrom.com:/usr/src/sys/compile/GENERIC  i386
>Description:
GENERIC kernel lacks SYSV IPC features (semaphore, shared memory, etc.) which is required by XFree86 S3 server.
>How-To-Repeat:
Run XFree86 X3 server with GENERIC kernel.
>Fix:
Add these lines to the sys/i386/isa/GENERIC configure file:

options         SYSVSHM
options         SYSVSEM
options         SYSVMSG
=2
>Release-Note:
>Audit-Trail:

From: Mike Pritchard <mpp>
To: freebsd-gnats-submit
Cc:  Subject: Re: kern/2048
Date: Sat, 22 Feb 1997 19:55:43 -0800 (PST)

 > >Description:
 > GENERIC kernel lacks SYSV IPC features (semaphore, shared memory, etc.) which is required by XFree86 S3 server.
 > >How-To-Repeat:
 > Run XFree86 X3 server with GENERIC kernel.
 > >Fix:
 > Add these lines to the sys/i386/isa/GENERIC configure file:
 > 
 > options         SYSVSHM
 > options         SYSVSEM
 > options         SYSVMSG
 
 So, should GENERIC contain the SYSV IPC stuff, or should I close this
 PR?
 -- 
 Mike Pritchard
 mpp@FreeBSD.org
 "Go that way.  Really fast.  If something gets in your way, turn"
State-Changed-From-To: open->closed 
State-Changed-By: mpp 
State-Changed-When: Tue Mar 25 17:58:22 PST 1997 
State-Changed-Why:  
Someone sent me mail basically telling me the below, but 
I lost the e-mail.  It was probably Joerg... 

The SYSV IPC options are not required to run X-windows. 
X-Windows may issue some messages about it on startup, but 
it will still run. 
>Unformatted:
