From owner-svn-src-head@FreeBSD.ORG Tue Jul 15 15:53:49 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6D7C6CA2; Tue, 15 Jul 2014 15:53:49 +0000 (UTC) Received: from ns.kevlo.org (220-135-115-6.HINET-IP.hinet.net [220.135.115.6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "ns.kevlo.org", Issuer "ns.kevlo.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id B8E4524E7; Tue, 15 Jul 2014 15:53:48 +0000 (UTC) Received: from ns.kevlo.org (localhost [127.0.0.1]) by ns.kevlo.org (8.14.8/8.14.8) with ESMTP id s6FFqq3p081441 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 15 Jul 2014 23:52:53 +0800 (CST) (envelope-from kevlo@ns.kevlo.org) Received: (from kevlo@localhost) by ns.kevlo.org (8.14.8/8.14.8/Submit) id s6FFqqa2081438; Tue, 15 Jul 2014 23:52:52 +0800 (CST) (envelope-from kevlo) Date: Tue, 15 Jul 2014 23:52:52 +0800 From: Kevin Lo To: Eitan Adler Subject: Re: svn commit: r268601 - head/sys/kern Message-ID: <20140715155252.GA81422@ns.kevlo.org> References: <201407140600.s6E602IZ054168@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.22 (2013-10-16) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18 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: Tue, 15 Jul 2014 15:53:49 -0000 On Mon, Jul 14, 2014 at 03:21:11PM -0700, Eitan Adler wrote: > > On 13 July 2014 23:00, Kevin Lo wrote: > > Author: kevlo > > Date: Mon Jul 14 06:00:01 2014 > > New Revision: 268601 > > URL: http://svnweb.freebsd.org/changeset/base/268601 > > > > Log: > > Make bind(2) and connect(2) return EAFNOSUPPORT for AF_UNIX on wrong > > address family. > > > > See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191586 for the > > original discussion. > > Is there a reason you did not include > "PR: 191586" as a line here? This would have automatically caused > this commit to ping the bug, and is a more standard format? There is no specific reason why. I just forgot it :( > -- > Eitan Adler > Source, Ports, Doc committer > Bugmeister, Ports Security teams Kevin