Mon Jan 6 19:13:15 2014 UTC ()
tickets 1009 and 1010


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

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

--- src/doc/Attic/CHANGES-6.2 2014/01/06 18:56:52 1.1.2.73
+++ src/doc/Attic/CHANGES-6.2 2014/01/06 19:13:15 1.1.2.74
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-6.2,v 1.1.2.73 2014/01/06 18:56:52 bouyer Exp $ 1# $NetBSD: CHANGES-6.2,v 1.1.2.74 2014/01/06 19:13:15 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
@@ -1143,13 +1143,27 @@ lib/libc/net/gethnamaddr.c 1.78-1.81, @@ -1143,13 +1143,27 @@ lib/libc/net/gethnamaddr.c 1.78-1.81,
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 1147distrib/sparc/ramdisk/Makefile patch
1148 1148
1149 Make getnameinfo(3) re-entrant (ahem __ypdomain). 1149 Make getnameinfo(3) re-entrant (ahem __ypdomain).
1150 Add not advertised reentrant functions: {get,set,end}hostent_r, 1150 Add not advertised reentrant functions: {get,set,end}hostent_r,
1151 gethostbyname{,2}_r, gethostbyaddr_r. Make getnameinfo(3) use 1151 gethostbyname{,2}_r, gethostbyaddr_r. Make getnameinfo(3) use
1152 gethostbyaddr_r(3). 1152 gethostbyaddr_r(3).
1153 Implement no-check-names. 1153 Implement no-check-names.
1154 [bad, ticket #975] 1154 [bad, ticket #975]
1155 1155
 1156distrib/ews4800mips/Makefile 1.3
 1157
 1158 Add "cdroms" to the SUBDIR list for src/distrib/ews4800mips.
 1159 Should prevent the iso image from being created in the source tree
 1160 [apb, ticket #1009]
 1161
 1162etc/ntp.conf 1.16, 1.17, 1.18 via patch
 1163external/bsd/ntp/dist/ntpd/ntp_request.c patch
 1164
 1165 Patch from ntp 4.2.7p404 to prevent an amplifier and DoS attack.
 1166 Add several "restrict" lines to the default ntp.conf and
 1167 improve comments
 1168 [spz, ticket #1010]
 1169