From owner-svn-src-all@freebsd.org Sat Aug 1 17:33:45 2015 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E2B029B0B41; Sat, 1 Aug 2015 17:33:45 +0000 (UTC) (envelope-from jhb@freebsd.org) 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 BF8E8E94; Sat, 1 Aug 2015 17:33:45 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from ralph.baldwin.cx (75-48-78-19.lightspeed.cncrca.sbcglobal.net [75.48.78.19]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 28DF3B915; Sat, 1 Aug 2015 13:33:44 -0400 (EDT) From: John Baldwin To: Ed Schouten Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r286147 - head/sys/compat/cloudabi Date: Sat, 01 Aug 2015 08:34:23 -0700 Message-ID: <1488462.OiUCHEHk8E@ralph.baldwin.cx> User-Agent: KMail/4.14.3 (FreeBSD/10.2-PRERELEASE; KDE/4.14.3; amd64; ; ) In-Reply-To: <201508010751.t717pmVi019785@repo.freebsd.org> References: <201508010751.t717pmVi019785@repo.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); Sat, 01 Aug 2015 13:33:44 -0400 (EDT) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 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: Sat, 01 Aug 2015 17:33:46 -0000 On Saturday, August 01, 2015 07:51:48 AM Ed Schouten wrote: > Author: ed > Date: Sat Aug 1 07:51:48 2015 > New Revision: 286147 > URL: https://svnweb.freebsd.org/changeset/base/286147 > > Log: > Allow CloudABI processes to create shared memory objects. > > Summary: > Use the newly created `kern_shm_open()` function to create objects with > just the rights that are actually needed. > > Reviewers: jhb, kib > > Subscribers: imp > > Differential Revision: https://reviews.freebsd.org/D3260 Can you please not use 'arc commit'? For one, it doesn't follow the standard FreeBSD commit template (and apparently it's hard to fix or we would have done it by now), but it also isn't clear who actually reviews things. What I do is keep the URL to the review open in another window and just copy and paste the commit message and URL over to the stock template in my editor. You can then set a proper 'Reviewed by' line that reflects who actually reviewed the change as well. -- John Baldwin