Module Name: src
Committed By: bouyer
Date: Sat Jun 18 16:43:44 UTC 2011
Modified Files:
src/doc [netbsd-5-1]: CHANGES-5.1.1
Log Message:
tickets 1626, ,1629 1630, 1632
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.27 -r1.1.2.28 src/doc/CHANGES-5.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-5.1.1
diff -u src/doc/CHANGES-5.1.1:1.1.2.27 src/doc/CHANGES-5.1.1:1.1.2.28
--- src/doc/CHANGES-5.1.1:1.1.2.27 Sat Jun 18 11:30:29 2011
+++ src/doc/CHANGES-5.1.1 Sat Jun 18 16:43:44 2011
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1.1,v 1.1.2.27 2011/06/18 11:30:29 bouyer Exp $
+# $NetBSD: CHANGES-5.1.1,v 1.1.2.28 2011/06/18 16:43:44 bouyer Exp $
A complete list of changes from the NetBSD 5.1 release to the NetBSD 5.1.1
release:
@@ -2441,3 +2441,30 @@
Update bind to 9.7.3-P1, fixing CVE-2011-1910 and CVE-2011-0414
[spz, ticket #1634]
+sys/arch/m68k/fpe/fpu_emulate.c 1.31
+
+ Fix botch in rev 1.28 that causes wrong results of fcmp and ftst
+ in FPE. fpu_upd_fpsr() should be called even in discard_result
+ case if an emulated instruction gets proper result without signal.
+ Fixes weird behavior of awk(1) seen on /etc/rc.d/postfix on XM6i and
+ TME emulating sun3 without 68881.
+ [tsutsui, ticket #1626]
+
+sys/kern/kern_fork.c 1.181
+
+ Inherit proc_t::p_mqueue_cnt on fork().
+ [rmind, ticket #1629]
+
+sys/arch/xen/xen/xbdback_xenbus.c 1.37
+
+ In xbdback(4), move the code that copies segments after the bound checks
+ of the ``nr_segments'' variable. Fix a possible DoS against xbdback(4)
+ [jym, ticket #1630]
+
+sys/dev/ic/gem.c 1.97
+
+ Fix corrupted packet problem on 100Mb/s half duplex links.
+ We need to set "echo disable" on the internal phy too, not just on the
+ external phy.
+ [jdc, ticket #1632]
+