From owner-svn-src-head@freebsd.org Fri Nov 9 18:19:10 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1AAAF1103BFF; Fri, 9 Nov 2018 18:19:10 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: from spindle.one-eyed-alien.net (spindle.one-eyed-alien.net [199.48.129.229]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4527186EE3; Fri, 9 Nov 2018 18:19:09 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: by spindle.one-eyed-alien.net (Postfix, from userid 3001) id D27743C475F; Fri, 9 Nov 2018 18:19:01 +0000 (UTC) Date: Fri, 9 Nov 2018 18:19:01 +0000 From: Brooks Davis To: Brooks Davis Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r340294 - head/sys/compat/freebsd32 Message-ID: <20181109181901.GA61841@spindle.one-eyed-alien.net> References: <201811091803.wA9I31ie014903@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="liOOAslEiF7prFVr" Content-Disposition: inline In-Reply-To: <201811091803.wA9I31ie014903@repo.freebsd.org> User-Agent: Mutt/1.9.4 (2018-02-28) X-Rspamd-Queue-Id: 4527186EE3 X-Spamd-Result: default: False [-0.86 / 200.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.90)[-0.900,0]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; DMARC_NA(0.00)[freebsd.org]; AUTH_NA(1.00)[]; NEURAL_HAM_LONG(-0.94)[-0.943,0]; IP_SCORE(-0.77)[asn: 36236(-3.78), country: US(-0.09)]; MX_GOOD(-0.01)[spindle.one-eyed-alien.net]; MX_MISSING(3.50)[requested record is not found]; NEURAL_HAM_SHORT(-0.83)[-0.829,0]; R_SPF_NA(0.00)[]; SIGNED_PGP(-2.00)[]; FORGED_SENDER(0.30)[brooks@freebsd.org,brooks@spindle.one-eyed-alien.net]; R_DKIM_NA(0.00)[]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:36236, ipnet:199.48.128.0/22, country:US]; FROM_NEQ_ENVFROM(0.00)[brooks@freebsd.org,brooks@spindle.one-eyed-alien.net]; RCVD_COUNT_TWO(0.00)[2] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2018 18:19:10 -0000 --liOOAslEiF7prFVr Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Nov 09, 2018 at 06:03:01PM +0000, Brooks Davis wrote: > Author: brooks > Date: Fri Nov 9 18:03:01 2018 > New Revision: 340294 > URL: https://svnweb.freebsd.org/changeset/base/340294 >=20 > Log: > Fix a number of bugs in freebsd32's capabilities.conf. > =20 > Bugs range from failure to update after changing syscall implementaion > names to using the wrong name. Somewhat confusingly, the name in > capabilities.conf is exactly the string that appears in syscalls.master, > not the name with a COMPAT* prefix which is the actual function name. > =20 > Found while making a change to use the default capabilities.conf. > =20 > Fixes: r335177, r336980, r340272, r340274, others > Reviewed by: kib, emaste > Sponsored by: DARPA, AFRL > Differential Revision: https://reviews.freebsd.org/D17925 Arg, I forgot: MFC After: 3 days --liOOAslEiF7prFVr Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEcBAEBAgAGBQJb5c+VAAoJEKzQXbSebgfAydoIAJqAhhAmSNppoJ3TH437Zom5 emdnQcLeebX947uWJw0kV3x8UVDx2xMWajV7OUkvft/7S2eP2yyGELF2puKXTTRz AJQkHm8/iwVscLglCNG27GlfUhM0gpP6ZzoXHd8fuc525MmclKHFhTtV7vwjXOyg Tefy+hUWtUqMiK08eDOyHnfKrNxhCqheQaPY2hDhA/JoB57/90D80lmosGXl2DzN ZbTkqJU7UaJDrNUntzgiUmGFq2UGDsVHjuUQyo+Y0pl65AbeXSXuzq8lKGP94KzZ L2Posjng0BOQMSLI3w7sUHf0ZkOEOb8liA4LpDcGyG7UfX0IM+X99tMn0VW0Ea0= =v8DZ -----END PGP SIGNATURE----- --liOOAslEiF7prFVr--