Module Name: src Committed By: martin Date: Wed Jul 25 15:29:03 UTC 2012
Modified Files: src/sys/lib/libsa [netbsd-6]: cd9660.c Log Message: Pull up following revision(s) (requested by mhitch in ticket #440): sys/lib/libsa/cd9660.c: revision 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. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.28.2.1 src/sys/lib/libsa/cd9660.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.