Thu Jun 13 10:24:05 2013 UTC ()
Ticket 887, 893, 894, 896, 897, 898 and 899.


(msaitoh)
diff -r1.1.2.6 -r1.1.2.7 src/doc/CHANGES-6.2

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

--- src/doc/Attic/CHANGES-6.2 2013/06/12 04:43:49 1.1.2.6
+++ src/doc/Attic/CHANGES-6.2 2013/06/13 10:24:05 1.1.2.7
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-6.2,v 1.1.2.6 2013/06/12 04:43:49 msaitoh Exp $ 1# $NetBSD: CHANGES-6.2,v 1.1.2.7 2013/06/13 10:24:05 msaitoh 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
@@ -180,13 +180,91 @@ xsrc/external/mitxf86-video-openchrome/d @@ -180,13 +180,91 @@ xsrc/external/mitxf86-video-openchrome/d
180 Fix protocol handling issues in X client libraries. 180 Fix protocol handling issues in X client libraries.
181 [mrg, ticket #900] 181 [mrg, ticket #900]
182 182
183external/mit/xorg/lib/libX11/Makefile.libx11 1.11 via patch 183external/mit/xorg/lib/libX11/Makefile.libx11 1.11 via patch
184 184
185 hack for old gcc. 185 hack for old gcc.
186 [mrg, ticket #901] 186 [mrg, ticket #901]
187 187
188external/mit/xorg/lib/libXi/Makefile 1.10 188external/mit/xorg/lib/libXi/Makefile 1.10
189 189
190 fix vax build issues - GCC 4.1 warns about always true comparisons 190 fix vax build issues - GCC 4.1 warns about always true comparisons
191 more than GCC 4.5 does. 191 more than GCC 4.5 does.
192 [mrg, ticket #902] 192 [mrg, ticket #902]
 193
 194lib/libc/nameser/ns_samedomain.c 1.7-1.8
 195lib/libresolv/Makefile 1.12
 196lib/libresolv/dst_api.c 1.1-1.3
 197lib/libresolv/dst_internal.h 1.1-1.2
 198lib/libresolv/hmac_link.c 1.1-1.2
 199lib/libresolv/ns_date.c 1.1
 200lib/libresolv/ns_sign.c 1.1
 201lib/libresolv/ns_verify.c 1.1-1.2
 202lib/libresolv/res_findzonecut.c 1.1
 203lib/libresolv/res_mkupdate.c 1.1-1.2
 204lib/libresolv/res_mkupdate.h 1.1
 205lib/libresolv/res_private.h 1.1
 206lib/libresolv/res_sendsigned.c 1.1
 207lib/libresolv/res_update.c 1.1
 208lib/libresolv/support.c 1.1
 209lib/libresolv/shlib_version 1.7
 210include/res_update.h 1.8
 211distrib/sets/lists/base/ad.mips64eb 1.102
 212distrib/sets/lists/base/ad.mips64el 1.101
 213distrib/sets/lists/base/md.amd64 1.178
 214distrib/sets/lists/base/md.sparc64 1.167
 215distrib/sets/lists/base/shl.mi 1.639
 216distrib/sets/lists/comp/ad.mips64eb 1.91
 217distrib/sets/lists/comp/ad.mips64el 1.93
 218distrib/sets/lists/comp/md.amd64 1.181
 219distrib/sets/lists/comp/md.sparc64 1.159
 220distrib/sets/lists/comp/shl.mi 1.238
 221
 222 Bring libresolv to its latest version which restore missing bits such
 223 as DNS update.
 224 [manu, ticket #887]
 225
 226sys/arch/sparc64/dev/tda.c 1.7-1.8
 227share/man/man4/man4.sparc64/tda.4 1.1-1.3
 228share/man/man4/man4.sparc64/Makefile 1.7
 229distrib/sets/lists/man/mi 1.1419
 230
 231 Add sysmon support to display the CPU and Sytem fan speeds for the
 232 tda driver. Add a manual page for tda(4). Fix a bug which caused
 233 the system fan to always run at full speed.
 234 [jdc, ticket #893]
 235
 236sys/fs/nilfs/nilfs_vnops.c 1.22-1.23
 237
 238 Fix serious file read problem due to not-so-clear VOP_BMAP description.
 239 Should fix PR 45605.
 240 [reinoud, ticket #894]
 241
 242sys/dev/ic/iavc.c 1.10
 243sys/netisdn/i4b_capi.h 1.6
 244sys/netisdn/i4b_capi_llif.c 1.6
 245
 246 Fix signature of capi_ll_control. From Wolfgang Stukenbrock in PR
 247 kern/47863.
 248 [martin, ticket #896]
 249
 250usr.sbin/syslogd/syslogd.c 1.115
 251usr.sbin/syslogd/syslogd.h 1.4
 252usr.sbin/syslogd/tls.c 1.11
 253
 254 PR/47861: Fredrik Pettai: keep track of the address family for each
 255 socket opened and don't send the a message to the wrong family type.
 256 [pettai, ticket #897]
 257
 258sys/dev/pci/if_alc.c 1.7
 259
 260 Avoid illegal sleeps in the softint routine.
 261 XXX could probably do better by creating a watchdog thread.
 262 [mrg, ticket #898]
 263
 264lib/libm/arch/i387/fenv.c 1.5
 265lib/libm/arch/x86_64/fenv.c 1.3-1.4
 266
 267 Fix amd64 feraiseexcept so that it actually traps. The call to fwait
 268 got lost somewhere along the line; the i387 code has it.
 269 Fix sense of fegetexcept on x86.
 270 [riastradh, ticket #899]