Sat May 19 17:08:10 2012 UTC ()
Ticket 1445.


(riz)
diff -r1.1.2.98 -r1.1.2.99 src/doc/CHANGES-4.0.2

cvs diff -r1.1.2.98 -r1.1.2.99 src/doc/Attic/CHANGES-4.0.2 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-4.0.2 2012/05/11 19:11:07 1.1.2.98
+++ src/doc/Attic/CHANGES-4.0.2 2012/05/19 17:08:10 1.1.2.99
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-4.0.2,v 1.1.2.98 2012/05/11 19:11:07 riz Exp $ 1# $NetBSD: CHANGES-4.0.2,v 1.1.2.99 2012/05/19 17:08:10 riz Exp $
2 2
3A complete list of changes from the NetBSD 4.0.1 release to the NetBSD 4.0.2 3A complete list of changes from the NetBSD 4.0.1 release to the NetBSD 4.0.2
4release: 4release:
5 5
6File Revision(s) 6File Revision(s)
7---- -------- 7---- --------
8gnu/usr.bin/groff/tmac/mdoc.local patch 8gnu/usr.bin/groff/tmac/mdoc.local patch
9sys/sys/param.h patch 9sys/sys/param.h patch
10 10
11 Welcome to 4.0.1_PATCH 11 Welcome to 4.0.1_PATCH
12 12
13sys/arch/cobalt/conf/INSTALL 1.32,1.35 13sys/arch/cobalt/conf/INSTALL 1.32,1.35
14 14
@@ -1354,13 +1354,19 @@ sys/arch/sparc64/sparc64/locore.s 1.340 @@ -1354,13 +1354,19 @@ sys/arch/sparc64/sparc64/locore.s 1.340
1354 1354
1355 Then it passes to pseg_get{,_real} through pmap_extract without the 1355 Then it passes to pseg_get{,_real} through pmap_extract without the
1356 zero clear of upper 32 bits in the optimization case. So the 1356 zero clear of upper 32 bits in the optimization case. So the
1357 result of pseg_get and pmap_extact sometimes gets screwed up. 1357 result of pseg_get and pmap_extact sometimes gets screwed up.
1358 [nakayama, ticket #1443] 1358 [nakayama, ticket #1443]
1359 1359
1360crypto/dist/openssl/crypto/mem.c patch 1360crypto/dist/openssl/crypto/mem.c patch
1361crypto/dist/openssl/crypto/asn1/a_d2i_fp.c patch 1361crypto/dist/openssl/crypto/asn1/a_d2i_fp.c patch
1362crypto/dist/openssl/crypto/buffer/buffer.c patch 1362crypto/dist/openssl/crypto/buffer/buffer.c patch
1363 1363
1364 Address CVE-2012-2110. 1364 Address CVE-2012-2110.
1365 [drochner, ticket #1444] 1365 [drochner, ticket #1444]
1366 1366
 1367sys/netsmb/subr_mchain.c 1.21
 1368
 1369 Fix an smbfs regression introduced in ticket #1398.
 1370 PR#44092.
 1371 [nakayama, ticket #1445]
 1372