Up to [cvs.NetBSD.org] / src / sys / kern
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: gdamore-uart
Revision 1.120.2.1 / (download) - annotate - [select for diffs], Thu Jul 13 17:49:51 2006 UTC (6 years, 10 months ago) by gdamore
Branch: gdamore-uart
Changes since 1.120: +7 -8
lines
Diff to previous 1.120 (colored) next main 1.121 (colored)
Merge from HEAD.
Revision 1.120 / (download) - annotate - [select for diffs], Tue Jun 13 21:19:56 2006 UTC (6 years, 11 months ago) by ginsbach
Branch: MAIN
CVS Tags: gdamore-uart-base,
chap-midi-nbase,
chap-midi-base
Branch point for: gdamore-uart
Changes since 1.119: +12 -3
lines
Diff to previous 1.119 (colored)
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.