From owner-freebsd-hackers@FreeBSD.ORG Mon Jul 21 20:56:44 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D99D5106573F; Mon, 21 Jul 2008 20:56:44 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id 6C56C8FC1D; Mon, 21 Jul 2008 20:56:44 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [IPv6:::1]) (authenticated bits=0) by server.baldwin.cx (8.14.2/8.14.2) with ESMTP id m6LKuQkQ084412; Mon, 21 Jul 2008 16:56:38 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-hackers@freebsd.org Date: Mon, 21 Jul 2008 14:34:21 -0400 User-Agent: KMail/1.9.7 References: <78c6bd860807121611w4f6ab44brbebfffea9929682a@mail.gmail.com> <78c6bd860807171854o6e566b2h6ee3b77008dc541f@mail.gmail.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200807211434.21441.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [IPv6:::1]); Mon, 21 Jul 2008 16:56:38 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93.1/7770/Mon Jul 21 15:30:47 2008 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.5 required=4.2 tests=AWL,BAYES_00,NO_RELAYS autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: Michael B Allen , "Sean C. Farley" Subject: Re: Pls sanity check my semtimedop(2) implementation X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jul 2008 20:56:45 -0000 On Friday 18 July 2008 12:27:05 pm Sean C. Farley wrote: > On Thu, 17 Jul 2008, Michael B Allen wrote: > > *snip* > > > But I'll keep it in mind for the future. I don't recall why I chose > > System V semaphores originally. I think process-shared semantics in > > the POSIX implementations where not mature at the time. I would love > > to move away from System V semaphores. It's all too easy to leak them > > and trying to clean up on restart is dangerous. > > It is my understanding that process-shared is not currently supported at > least in 7. > > Does anyone know if there is any intention of this being eventually > supported? I have needed this in the past but do not need it at the > moment. It would be nice to have someday. There aren't currently plans, no. -- John Baldwin