From owner-svn-src-all@FreeBSD.ORG Mon Jul 14 22:21:44 2014 Return-Path: Delivered-To: svn-src-all@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 BB5D98CF for ; Mon, 14 Jul 2014 22:21:44 +0000 (UTC) Received: from mail-qc0-x233.google.com (mail-qc0-x233.google.com [IPv6:2607:f8b0:400d:c01::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 707122A1A for ; Mon, 14 Jul 2014 22:21:44 +0000 (UTC) Received: by mail-qc0-f179.google.com with SMTP id r5so3478499qcx.10 for ; Mon, 14 Jul 2014 15:21:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=6s/qKwy6YnErXICmsrFhgaqCE0huMdkGv8q0Q9YVCPE=; b=BlXf2i5T8GgY3xEhv4z/NqqUX7OHPyg9fntiw+7/yBqDB5PTofa+lWRGgNlB1BUk+z bsvEFnSpJzxEaC2BQxm+EUsWI8q1z7kh6y6joL9dsAr5HkdtN1xK/uscndEtE6rcx9en 7Ip3Z2wuRKZAA300Z3UFIZ3ENlP2spH+mlveE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=6s/qKwy6YnErXICmsrFhgaqCE0huMdkGv8q0Q9YVCPE=; b=XIQWEPPQb0ya/Wpb1Am3QRr9lAwftcjxYpI897JAw57akL+k/ZHMLlk7c0fjmhmKXp io3VcNXRy/loSJ0sRioeBcYUnQVtZS17IEp5Arwdv4lyU1FNEajhQ0+TvyE67nqxGvV3 Yc3IYgLyCINi8f1teKk0KlCNjjvHdg4glXGpRINPxzQE0L0UcF/slroLG0hlQadNflf+ tJbG/eV440uOYalF3qnDLzsZ3u537OeUbbsNwjZmkJpZjae2EArEpKnRqd3EnIA6nOUN cs6vCC/z6pDba/JKpZ2O7TDrqNuBxu/DUPWxQABe1ICrk1cv/rFuUfUn+HRd16gto8st QKiw== X-Gm-Message-State: ALoCoQnAV0uESfdOiTc38+37IXljIjWBELarrWc6y+af1sheqBQi4StttuIKPr3Q9xxFj9E+KB3b X-Received: by 10.140.81.134 with SMTP id f6mr9129633qgd.60.1405376501896; Mon, 14 Jul 2014 15:21:41 -0700 (PDT) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.96.88.132 with HTTP; Mon, 14 Jul 2014 15:21:11 -0700 (PDT) In-Reply-To: <201407140600.s6E602IZ054168@svn.freebsd.org> References: <201407140600.s6E602IZ054168@svn.freebsd.org> From: Eitan Adler Date: Mon, 14 Jul 2014 15:21:11 -0700 X-Google-Sender-Auth: MIJUSS2o8utP3yzdcQYDnmzAMTA Message-ID: Subject: Re: svn commit: r268601 - head/sys/kern To: Kevin Lo Content-Type: text/plain; charset=UTF-8 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 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: Mon, 14 Jul 2014 22:21:44 -0000 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? -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams