From owner-freebsd-bugs@FreeBSD.ORG Sat Mar 8 20:37:48 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D62FD1065673; Sat, 8 Mar 2008 20:37:48 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id ABDCB8FC14; Sat, 8 Mar 2008 20:37:48 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from freefall.freebsd.org (rwatson@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m28KbmQ3063090; Sat, 8 Mar 2008 20:37:48 GMT (envelope-from rwatson@freefall.freebsd.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m28KbmBB063086; Sat, 8 Mar 2008 20:37:48 GMT (envelope-from rwatson) Date: Sat, 8 Mar 2008 20:37:48 GMT Message-Id: <200803082037.m28KbmBB063086@freefall.freebsd.org> To: ighighi@gmail.com, rwatson@FreeBSD.org, freebsd-bugs@FreeBSD.org From: rwatson@FreeBSD.org Cc: Subject: Re: kern/115619: [sysvshm] Unfinished (uncompliant?) support for POSIX shared memory X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Mar 2008 20:37:48 -0000 Synopsis: [sysvshm] Unfinished (uncompliant?) support for POSIX shared memory State-Changed-From-To: open->feedback State-Changed-By: rwatson State-Changed-When: Sat Mar 8 20:36:21 UTC 2008 State-Changed-Why: In FreeBSD 8-CURRENT, we now have an implementation of posix shared memory that is similar in nature to the Darwin implementation; rather than using the file system, we provided named access to anonymous memory objects. Would it be possible for you to do a test upgrade to FreeBSD 8.x and see whether that meets your needs? http://www.freebsd.org/cgi/query-pr.cgi?pr=115619