freebsd-dev/lib/libc
Hajimu UMEMOTO 4d75630780 Add support for SCTP to getaddrinfo(3).
Now, getaddrinfo(3) returns two SOCK_STREAMs, IPPROTO_TCP and
IPPROTO_SCTP.  It confuses some programs.  If getaddrinfo(3) returns
IPPROTO_SCTP when SOCK_STREAM is specified by hints.ai_socktype, at
least Apache doesn't work.  So, I made getaddrinfo(3) to return
IPPROTO_SCTP with SOCK_STREAM only when IPPROTO_SCTP is specified
explicitly by hints.ai_protocol.

PR:		bin/128167
Submitted by:	Bruce Cran <bruce__at__cran.org.uk> (partly)
MFC after:	2 week
2009-03-25 16:23:43 +00:00
..
amd64
arm These warnings are only relevant on NetBSD it seems. They don't seem 2009-02-19 19:53:58 +00:00
compat-43
db Save errno before calling _close(), which may clear it. 2009-03-23 23:43:07 +00:00
gdtoa
gen Fix a file descriptor leak in fts_child(). 2009-03-04 03:30:21 +00:00
gmon
i386
ia64
include Add support for the FPA floating-point format on ARM. The 2008-12-23 22:20:59 +00:00
inet Merge the resolver part of BIND 9.4.3 into HEAD. 2008-12-14 19:39:53 +00:00
isc
locale Change dstp to be const and remove bogus cast. 2009-01-15 20:45:59 +00:00
mips These warnings are only relevant on NetBSD it seems. They don't seem 2009-02-19 19:53:58 +00:00
nameser
net Add support for SCTP to getaddrinfo(3). 2009-03-25 16:23:43 +00:00
nls Improve the German translation. 2009-03-25 12:36:37 +00:00
posix1e
powerpc
quad
regex
resolv Merge the resolver part of BIND 9.4.3 into HEAD. 2008-12-14 19:39:53 +00:00
rpc
softfloat Reflect license change from NetBSD. 2009-03-10 21:13:26 +00:00
sparc64 Provide a type for the argument. 2009-02-02 21:51:52 +00:00
stdio Add dprintf() and vdprintf() from POSIX.1-2008. Like getline(), 2009-03-04 03:38:51 +00:00
stdlib "-isoC-99" should be spelled without 'c'. 2009-03-01 05:44:28 +00:00
stdtime
string 7.2 will be the first release where strndup() appears. 2009-03-22 15:29:12 +00:00
sys Hopefully, improve the grammar and wording in the changes to shmctl(2) 2009-03-05 12:04:42 +00:00
uuid
xdr
yp
Makefile - Reenable Native Language Support in libc. This feature was disabled due 2009-03-13 10:40:38 +00:00
Versions.def