Module Name: src Committed By: bouyer Date: Wed Dec 18 22:41:45 UTC 2013
Modified Files: src/doc [netbsd-6]: CHANGES-6.2 Log Message: ticket 975 To generate a diff of this commit: cvs rdiff -u -r1.1.2.69 -r1.1.2.70 src/doc/CHANGES-6.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/CHANGES-6.2 diff -u src/doc/CHANGES-6.2:1.1.2.69 src/doc/CHANGES-6.2:1.1.2.70 --- src/doc/CHANGES-6.2:1.1.2.69 Wed Dec 18 02:22:19 2013 +++ src/doc/CHANGES-6.2 Wed Dec 18 22:41:45 2013 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-6.2,v 1.1.2.69 2013/12/18 02:22:19 riz Exp $ +# $NetBSD: CHANGES-6.2,v 1.1.2.70 2013/12/18 22:41:45 bouyer Exp $ A complete list of changes from the 6.1 release until the 6.2 release: @@ -1138,3 +1138,16 @@ sys/arch/xen/xen/evtchn.c 1.70 but related to spin mutexes. Fixes port-xen/46313. [bouyer, ticket #995] +lib/libc/net/gethnamaddr.c 1.79-1.81, 1.84 +lib/libc/net/getnameinfo.3 1.37-1.40 +lib/libc/net/getnameinfo.c 1.51, 1.52, 1.54 +lib/libc/net/hostent.h 1.1, 1.2 +lib/libc/net/sethostent.c 1.17-1.19 + + Make getnameinfo(3) re-entrant (ahem __ypdomain). + Add not advertised reentrant functions: {get,set,end}hostent_r, + gethostbyname{,2}_r, gethostbyaddr_r. Make getnameinfo(3) use + gethostbyaddr_r(3). + Implement no-check-names. + [bad, ticket #975] +