Module Name: src Committed By: snj Date: Thu Apr 23 17:50:16 UTC 2009
Modified Files: src/doc [netbsd-5]: CHANGES-5.0 Log Message: Ticket 720. To generate a diff of this commit: cvs rdiff -u -r1.1.2.140 -r1.1.2.141 src/doc/CHANGES-5.0 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 diff -u src/doc/CHANGES-5.0:1.1.2.140 src/doc/CHANGES-5.0:1.1.2.141 --- src/doc/CHANGES-5.0:1.1.2.140 Thu Apr 23 02:36:10 2009 +++ src/doc/CHANGES-5.0 Thu Apr 23 17:50:16 2009 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-5.0,v 1.1.2.140 2009/04/23 02:36:10 snj Exp $ +# $NetBSD: CHANGES-5.0,v 1.1.2.141 2009/04/23 17:50:16 snj Exp $ A complete list of changes from the initial NetBSD 5.0 branch on October 2008 until the 5.0 release: @@ -6207,3 +6207,9 @@ Avoid information leaks by zeroing memory. [christos, ticket #719] +sys/kern/kern_synch.c 1.262 + + kpreempt: report a failure of cpu_kpreempt_enter. Otherwise x86 + trap() loops infinitely. Fixes PR 41202. + [yamt, ticket #720] +