Subject: CVS commit: [netbsd-3] src
To: None <source-changes@NetBSD.org>
From: Geert Hendrickx <ghen@netbsd.org>
List: source-changes
Date: 10/25/2006 07:53:19
Module Name:	src
Committed By:	ghen
Date:		Wed Oct 25 07:53:19 UTC 2006

Modified Files:
	src/lib/libc/sys [netbsd-3]: socket.2
	src/sys/kern [netbsd-3]: uipc_socket.c

Log Message:
Pull up following revision(s) (requested by ginsbach in ticket #1568):
	sys/kern/uipc_socket.c: revision 1.120
	lib/libc/sys/socket.2: revision 1.32
	lib/libc/sys/socket.2: revision 1.33
Sort ERRORS.  Bump date.
Add EAFNOSUPPORT as a possible error if the address family is not
supported.  This adds further differentiation between which argument to
socket(2) caused the error.  No longer are invalid domain (address family)
errors classified as ENOPROTOSUPPORT errors.  This should make socket(2)
conform to current POSIX and X/Open standards.  Fixes PR/33676.


To generate a diff of this commit:
cvs rdiff -r1.31 -r1.31.2.1 src/lib/libc/sys/socket.2
cvs rdiff -r1.108.2.1 -r1.108.2.2 src/sys/kern/uipc_socket.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.