From owner-svn-src-stable-7@FreeBSD.ORG Fri Jun 12 10:26:56 2009 Return-Path: Delivered-To: svn-src-stable-7@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 162D01065670; Fri, 12 Jun 2009 10:26:56 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.freebsd.org (Postfix) with ESMTP id 8BD7F8FC12; Fri, 12 Jun 2009 10:26:55 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.14.3/8.14.3) with ESMTP id n5CAD86c036138; Fri, 12 Jun 2009 14:13:08 +0400 (MSD) (envelope-from marck@rinet.ru) Date: Fri, 12 Jun 2009 14:13:08 +0400 (MSD) From: Dmitry Morozovsky To: John Baldwin In-Reply-To: <200906112137.n5BLbO2S060767@svn.freebsd.org> Message-ID: References: <200906112137.n5BLbO2S060767@svn.freebsd.org> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) X-NCC-RegID: ru.rinet X-OpenPGP-Key-ID: 6B691B03 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.2 (woozle.rinet.ru [0.0.0.0]); Fri, 12 Jun 2009 14:13:08 +0400 (MSD) Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-7@freebsd.org Subject: Re: svn commit: r194040 - stable/7/lib/libc/gen X-BeenThere: svn-src-stable-7@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 7-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jun 2009 10:26:56 -0000 On Thu, 11 Jun 2009, John Baldwin wrote: JB> Author: jhb JB> Date: Thu Jun 11 21:37:23 2009 JB> New Revision: 194040 JB> URL: http://svn.freebsd.org/changeset/base/194040 JB> JB> Log: JB> If the running kernel has support for shm_open() and shm_unlink() as JB> system calls (i.e. 8.0+), then invoke the system calls instead of using JB> open/fcntl/unlink. This is a direct commit instead of an MFC since libc JB> in 8.0 always uses the system calls directly. So it could help running RELENG_7 jails under 8 host? Great, thanks! -- Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] [ FreeBSD committer: marck@FreeBSD.org ] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------