Module Name:    src
Committed By:   bouyer
Date:           Sat Jun 18 16:44:07 UTC 2011

Modified Files:
        src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
tickets 1626, 1629, 1632


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.42 -r1.1.2.43 src/doc/CHANGES-5.0.3

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.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.42 src/doc/CHANGES-5.0.3:1.1.2.43
--- src/doc/CHANGES-5.0.3:1.1.2.42	Sat Jun 18 11:46:32 2011
+++ src/doc/CHANGES-5.0.3	Sat Jun 18 16:44:07 2011
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.42 2011/06/18 11:46:32 bouyer Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.43 2011/06/18 16:44:07 bouyer Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -2758,3 +2758,24 @@
 	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/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]
+

Reply via email to