Module Name:    src
Committed By:   martin
Date:           Wed Jul 25 15:31:02 UTC 2012

Modified Files:
        src/doc [netbsd-6]: CHANGES-6.0

Log Message:
Note pullup of ticket #440


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.160 -r1.1.2.161 src/doc/CHANGES-6.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-6.0
diff -u src/doc/CHANGES-6.0:1.1.2.160 src/doc/CHANGES-6.0:1.1.2.161
--- src/doc/CHANGES-6.0:1.1.2.160	Wed Jul 25 15:12:37 2012
+++ src/doc/CHANGES-6.0	Wed Jul 25 15:31:02 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0,v 1.1.2.160 2012/07/25 15:12:37 martin Exp $
+# $NetBSD: CHANGES-6.0,v 1.1.2.161 2012/07/25 15:31:02 martin Exp $
 
 A complete list of changes from the initial NetBSD 6.0 branch on 15 Feb 2012
 until the 6.0 release:
@@ -6489,3 +6489,17 @@ sys/arch/vax/conf/INSTALL			1.59
 
 	[abs, ticket #446]
 
+sys/lib/libsa/cd9660.c				1.29
+
+	Fix cd9660_read() to not read past the end of the
+	file.  This would result in incorrect resid values,
+	and causes the read of /boot.cfg to ignore the file. 
+	If the requested transfer extends past the end of the
+	file, force the internal buffer to be used, and when
+	transferring data from the internal buffer, limit the
+	transfer to what's left in the file.  CDROM boot will
+	now process the /boot.cfg file.
+
+	[mhitch, ticket #440]
+
+

Reply via email to