Module Name: src
Committed By: sborrill
Date: Sat Mar 6 22:35:34 UTC 2010
Modified Files:
src/doc [netbsd-5]: CHANGES-5.1
Log Message:
Ticket 1328
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.207 -r1.1.2.208 src/doc/CHANGES-5.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-5.1
diff -u src/doc/CHANGES-5.1:1.1.2.207 src/doc/CHANGES-5.1:1.1.2.208
--- src/doc/CHANGES-5.1:1.1.2.207 Sat Mar 6 22:11:08 2010
+++ src/doc/CHANGES-5.1 Sat Mar 6 22:35:34 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1,v 1.1.2.207 2010/03/06 22:11:08 sborrill Exp $
+# $NetBSD: CHANGES-5.1,v 1.1.2.208 2010/03/06 22:35:34 sborrill Exp $
A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1
release:
@@ -16875,3 +16875,15 @@
crazy interrupts crashing the Xen hypervisor, etc.).
[bouyer, ticket #1317]
+usr.sbin/altq/libaltq/qop_hfsc.c 1.9
+dist/pf/sbin/pfctl/pfctl_altq.c 1.9
+gnu/dist/binutils/libiberty/floatformat.c patch
+gnu/dist/gcc4/libiberty/floatformat.c 1.2
+gnu/dist/gdb6/libiberty/floatformat.c 1.2
+
+ Fix standard-violating use of INFINITY in build of NetBSD/vax.
+ Use HUGE_VAL instead of INFINITY as positive infinity (or maximum
+ value) is good enough and the side effects of ISO C99 7.12 (4)
+ are not desired.
+ [joerg, ticket #1328]
+