Module Name: src Committed By: msaitoh Date: Wed May 27 05:56:27 UTC 2015
Modified Files: src/doc [netbsd-6]: CHANGES-6.2 Log Message: Ticket 1299. To generate a diff of this commit: cvs rdiff -u -r1.1.2.218 -r1.1.2.219 src/doc/CHANGES-6.2 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.2 diff -u src/doc/CHANGES-6.2:1.1.2.218 src/doc/CHANGES-6.2:1.1.2.219 --- src/doc/CHANGES-6.2:1.1.2.218 Tue May 19 05:45:56 2015 +++ src/doc/CHANGES-6.2 Wed May 27 05:56:27 2015 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-6.2,v 1.1.2.218 2015/05/19 05:45:56 snj Exp $ +# $NetBSD: CHANGES-6.2,v 1.1.2.219 2015/05/27 05:56:27 msaitoh Exp $ A complete list of changes from the 6.1 release until the 6.2 release: @@ -11501,3 +11501,7 @@ sys/arch/vax/vax/ka660.c 1.11 Make VAX 4000/200 boot again. PR port-vax/49884 [ragge, ticket #1298] +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]