Module Name: src
Committed By: msaitoh
Date: Fri Jun 14 02:44:57 UTC 2013
Modified Files:
src/doc [netbsd-6-1]: CHANGES-6.1.1
Log Message:
Ticket 899.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.5 -r1.1.2.6 src/doc/CHANGES-6.1.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-6.1.1
diff -u src/doc/CHANGES-6.1.1:1.1.2.5 src/doc/CHANGES-6.1.1:1.1.2.6
--- src/doc/CHANGES-6.1.1:1.1.2.5 Thu Jun 13 10:57:15 2013
+++ src/doc/CHANGES-6.1.1 Fri Jun 14 02:44:56 2013
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1.1,v 1.1.2.5 2013/06/13 10:57:15 msaitoh Exp $
+# $NetBSD: CHANGES-6.1.1,v 1.1.2.6 2013/06/14 02:44:56 msaitoh Exp $
A complete list of changes from the NetBSD 6.1 release to the NetBSD 6.1.1
release:
@@ -89,3 +89,11 @@ sys/fs/nilfs/nilfs_vnops.c 1.22-1.23
Fix serious file read problem due to not-so-clear VOP_BMAP description.
Should fix PR 45605.
[reinoud, ticket #894]
+
+lib/libm/arch/i387/fenv.c 1.5
+lib/libm/arch/x86_64/fenv.c 1.3-1.4
+
+ Fix amd64 feraiseexcept so that it actually traps. The call to fwait
+ got lost somewhere along the line; the i387 code has it.
+ Fix sense of fegetexcept on x86.
+ [riastradh, ticket #899]