Module Name: src Committed By: martin Date: Tue Oct 14 07:38:44 UTC 2014
Modified Files: src/doc [netbsd-7]: CHANGES-7.0 Log Message: Ticket #140 To generate a diff of this commit: cvs rdiff -u -r1.1.2.51 -r1.1.2.52 src/doc/CHANGES-7.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-7.0 diff -u src/doc/CHANGES-7.0:1.1.2.51 src/doc/CHANGES-7.0:1.1.2.52 --- src/doc/CHANGES-7.0:1.1.2.51 Mon Oct 13 20:07:11 2014 +++ src/doc/CHANGES-7.0 Tue Oct 14 07:38:44 2014 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-7.0,v 1.1.2.51 2014/10/13 20:07:11 martin Exp $ +# $NetBSD: CHANGES-7.0,v 1.1.2.52 2014/10/14 07:38:44 martin Exp $ A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014 until the 7.0 release: @@ -1197,3 +1197,10 @@ distrib/sets/lists/debug/shl.mi 1.76 Import the missing complex support functions from FreeBSD, so we can enable C++ 2011 mode for libstc++. [christos, #138] + +sys/arch/x86/x86/pmap.c 1.184 + + Add a missing || defined(XEN) which cause Xen non-DIAGNOSTIC kernels + to panic at boot. + [bouyer, ticket #140] +