Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Dec 2012 10:32:56 +0800
From:      Kevin Lo <kevlo@FreeBSD.org>
To:        src-committers@FreeBSD.org, svn-src-all@FreeBSD.org, svn-src-head@FreeBSD.org
Subject:   Re: svn commit: r243965 - in head/sys: kern sys
Message-ID:  <20121207023256.GA57226@ns.kevlo.org>
In-Reply-To: <201212070222.qB72MnNX085679@svn.freebsd.org>
References:  <201212070222.qB72MnNX085679@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Dec 07, 2012 at 02:22:48AM +0000, Kevin Lo wrote:
> Author: kevlo
> Date: Fri Dec  7 02:22:48 2012
> New Revision: 243965
> URL: http://svnweb.freebsd.org/changeset/base/243965
> 
> Log:
>   - according to POSIX, make socket(2) return EAFNOSUPPORT rather than
>     EPROTONOSUPPORT if the address family is not supported.
>   - introduce pffinddomain() to find a domain by family and use it as
>     appropriate.
>   
>   Reviewed by:	glebius

Forgot to mention, obtained from NetBSD.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20121207023256.GA57226>