Module Name: src
Committed By: msaitoh
Date: Wed May 27 05:57:00 UTC 2015
Modified Files:
src/doc [netbsd-6-1]: CHANGES-6.1.6
Log Message:
Ticket 1299.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.41 -r1.1.2.42 src/doc/CHANGES-6.1.6
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-6.1.6
diff -u src/doc/CHANGES-6.1.6:1.1.2.41 src/doc/CHANGES-6.1.6:1.1.2.42
--- src/doc/CHANGES-6.1.6:1.1.2.41 Sat May 2 17:08:07 2015
+++ src/doc/CHANGES-6.1.6 Wed May 27 05:57:00 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1.6,v 1.1.2.41 2015/05/02 17:08:07 martin Exp $
+# $NetBSD: CHANGES-6.1.6,v 1.1.2.42 2015/05/27 05:57:00 msaitoh Exp $
A complete list of changes from the NetBSD 6.1.5 release to the NetBSD 6.1.6
release:
@@ -5714,3 +5714,7 @@ distrib/sparc64/liveimage/emuimage/Makef
Don't forget to put /ofwboot into the image otherwise boot fails.
[tsutsui, ticket #1297]
+sys/arch/xen/xen/xenevt.c 1.42
+
+ Fix off by one error, pointed out by Wei Liu in port-xen/49919.
+ [bouyer, ticket #1299]