From owner-svn-src-all@FreeBSD.ORG Wed Sep 17 20:43:29 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 63566877; Wed, 17 Sep 2014 20:43:29 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 391FD7B3; Wed, 17 Sep 2014 20:43:29 +0000 (UTC) Received: from ralph.baldwin.cx (pool-173-70-85-31.nwrknj.fios.verizon.net [173.70.85.31]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 9370BB923; Wed, 17 Sep 2014 16:43:27 -0400 (EDT) From: John Baldwin To: Bryan Drewery Subject: Re: svn commit: r271723 - head/lib/libc/gen Date: Wed, 17 Sep 2014 16:41:55 -0400 Message-ID: <6559530.tHdbAo7x4l@ralph.baldwin.cx> User-Agent: KMail/4.10.5 (FreeBSD/10.0-STABLE; KDE/4.10.5; amd64; ; ) In-Reply-To: <201409172026.s8HKQR8c054429@svn.freebsd.org> References: <201409172026.s8HKQR8c054429@svn.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Wed, 17 Sep 2014 16:43:27 -0400 (EDT) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2014 20:43:29 -0000 On Wednesday, September 17, 2014 08:26:27 PM Bryan Drewery wrote: > Author: bdrewery > Date: Wed Sep 17 20:26:27 2014 > New Revision: 271723 > URL: http://svnweb.freebsd.org/changeset/base/271723 > > Log: > Explicitly set MAP_PRIVATE to avoid [EINVAL] after r271635. > > X-MFC-With: r271635 At this point, I will probably only merge a selective part. In particular, I will merge all the manpage updates so people who check the manpage will have a heads up, but I will probably not merge the one check that requires this since we are only going to enforce that for 11.0 on. (I will merge at least the failure for setting both SHARED and PRIVATE.) That said, you can merge this fix at any time as it will work fine with older kernels. -- John Baldwin