Fri Jun 14 02:39:14 2013 UTC ()
Ticket 899.


(msaitoh)
diff -r1.1.2.5 -r1.1.2.6 src/doc/CHANGES-6.0.3

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

--- src/doc/Attic/CHANGES-6.0.3 2013/06/13 10:55:10 1.1.2.5
+++ src/doc/Attic/CHANGES-6.0.3 2013/06/14 02:39:14 1.1.2.6
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-6.0.3,v 1.1.2.5 2013/06/13 10:55:10 msaitoh Exp $ 1# $NetBSD: CHANGES-6.0.3,v 1.1.2.6 2013/06/14 02:39:14 msaitoh Exp $
2 2
3A complete list of changes from the NetBSD 6.0.2 release to the NetBSD 6.0.3 3A complete list of changes from the NetBSD 6.0.2 release to the NetBSD 6.0.3
4release: 4release:
5 5
6doc/README.files patched by hand 6doc/README.files patched by hand
7gnu/usr.bin/groff/tmac/mdoc.local patched by hand 7gnu/usr.bin/groff/tmac/mdoc.local patched by hand
8sys/sys/param.h patched by hand 8sys/sys/param.h patched by hand
9 9
10 Welcome to 6.0.2_PATCH. 10 Welcome to 6.0.2_PATCH.
11 [riz] 11 [riz]
12 12
13sys/arch/amiga/dev/if_ne_zbus.c 1.15 13sys/arch/amiga/dev/if_ne_zbus.c 1.15
14 14
@@ -79,13 +79,21 @@ external/mit/xorg/lib/libX11/Makefile.li @@ -79,13 +79,21 @@ external/mit/xorg/lib/libX11/Makefile.li
79 [mrg, ticket #901] 79 [mrg, ticket #901]
80 80
81external/mit/xorg/lib/libXi/Makefile 1.10 81external/mit/xorg/lib/libXi/Makefile 1.10
82 82
83 fix vax build issues - GCC 4.1 warns about always true comparisons 83 fix vax build issues - GCC 4.1 warns about always true comparisons
84 more than GCC 4.5 does. 84 more than GCC 4.5 does.
85 [mrg, ticket #902] 85 [mrg, ticket #902]
86 86
87sys/fs/nilfs/nilfs_vnops.c 1.22-1.23 87sys/fs/nilfs/nilfs_vnops.c 1.22-1.23
88 88
89 Fix serious file read problem due to not-so-clear VOP_BMAP description. 89 Fix serious file read problem due to not-so-clear VOP_BMAP description.
90 Should fix PR 45605. 90 Should fix PR 45605.
91 [reinoud, ticket #894] 91 [reinoud, ticket #894]
 92
 93lib/libm/arch/i387/fenv.c 1.5
 94lib/libm/arch/x86_64/fenv.c 1.3-1.4
 95
 96 Fix amd64 feraiseexcept so that it actually traps. The call to fwait
 97 got lost somewhere along the line; the i387 code has it.
 98 Fix sense of fegetexcept on x86.
 99 [riastradh, ticket #899]