Mon Jan 6 18:56:52 2014 UTC ()
Update ticket #975 entry


(bouyer)
diff -r1.1.2.72 -r1.1.2.73 src/doc/CHANGES-6.2

cvs diff -r1.1.2.72 -r1.1.2.73 src/doc/Attic/CHANGES-6.2 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-6.2 2013/12/23 22:59:52 1.1.2.72
+++ src/doc/Attic/CHANGES-6.2 2014/01/06 18:56:52 1.1.2.73
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-6.2,v 1.1.2.72 2013/12/23 22:59:52 riz Exp $ 1# $NetBSD: CHANGES-6.2,v 1.1.2.73 2014/01/06 18:56:52 bouyer Exp $
2 2
3A complete list of changes from the 6.1 release until the 6.2 release: 3A complete list of changes from the 6.1 release until the 6.2 release:
4 4
5doc/README.files patched by hand 5doc/README.files patched by hand
6gnu/usr.bin/groff/tmac/mdoc.local patched by hand 6gnu/usr.bin/groff/tmac/mdoc.local patched by hand
7sys/sys/param.h patched by hand 7sys/sys/param.h patched by hand
8 8
9 Welcome to 6.1_STABLE! 9 Welcome to 6.1_STABLE!
10 10
11sys/dev/usb/usb_quirks.c 1.78 11sys/dev/usb/usb_quirks.c 1.78
12sys/dev/usb/usbdevs 1.639 12sys/dev/usb/usbdevs 1.639
13sys/dev/usb/usbdevs.h regen 13sys/dev/usb/usbdevs.h regen
14sys/dev/usb/usbdevs_data.h regen 14sys/dev/usb/usbdevs_data.h regen
@@ -1134,21 +1134,22 @@ sbin/fsck_ffs/inode.c 1.70 @@ -1134,21 +1134,22 @@ sbin/fsck_ffs/inode.c 1.70
1134sys/arch/xen/xen/evtchn.c 1.70 1134sys/arch/xen/xen/evtchn.c 1.70
1135 1135
1136 Remove the "evtchn_do_event: handler %p didn't lower ipl %d %d\n" 1136 Remove the "evtchn_do_event: handler %p didn't lower ipl %d %d\n"
1137 printf as analysis shows it actually isn't a bug in the handler, 1137 printf as analysis shows it actually isn't a bug in the handler,
1138 but related to spin mutexes. Fixes port-xen/46313. 1138 but related to spin mutexes. Fixes port-xen/46313.
1139 [bouyer, ticket #995] 1139 [bouyer, ticket #995]
1140 1140
1141lib/libc/net/getaddrinfo.c 1.106 1141lib/libc/net/getaddrinfo.c 1.106
1142lib/libc/net/gethnamaddr.c 1.78-1.81,1.83-1.85 1142lib/libc/net/gethnamaddr.c 1.78-1.81,1.83-1.85
1143lib/libc/net/getnameinfo.3 1.37-1.40 1143lib/libc/net/getnameinfo.3 1.37-1.40
1144lib/libc/net/getnameinfo.c 1.51, 1.52, 1.54 1144lib/libc/net/getnameinfo.c 1.51, 1.52, 1.54
1145lib/libc/net/hostent.h 1.1, 1.2 1145lib/libc/net/hostent.h 1.1, 1.2
1146lib/libc/net/sethostent.c 1.17-1.19 1146lib/libc/net/sethostent.c 1.17-1.19
 1147distrib/sparc/ramdisk/Makefile patch
1147 1148
1148 Make getnameinfo(3) re-entrant (ahem __ypdomain). 1149 Make getnameinfo(3) re-entrant (ahem __ypdomain).
1149 Add not advertised reentrant functions: {get,set,end}hostent_r, 1150 Add not advertised reentrant functions: {get,set,end}hostent_r,
1150 gethostbyname{,2}_r, gethostbyaddr_r. Make getnameinfo(3) use 1151 gethostbyname{,2}_r, gethostbyaddr_r. Make getnameinfo(3) use
1151 gethostbyaddr_r(3). 1152 gethostbyaddr_r(3).
1152 Implement no-check-names. 1153 Implement no-check-names.
1153 [bad, ticket #975] 1154 [bad, ticket #975]
1154 1155