Module Name: src
Committed By: snj
Date: Sat Jan 2 06:47:51 UTC 2010
Modified Files:
src/doc [netbsd-5]: CHANGES-5.1
Log Message:
Ticket 1198.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.166 -r1.1.2.167 src/doc/CHANGES-5.1
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-5.1
diff -u src/doc/CHANGES-5.1:1.1.2.166 src/doc/CHANGES-5.1:1.1.2.167
--- src/doc/CHANGES-5.1:1.1.2.166 Thu Dec 24 04:57:14 2009
+++ src/doc/CHANGES-5.1 Sat Jan 2 06:47:51 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1,v 1.1.2.166 2009/12/24 04:57:14 snj Exp $
+# $NetBSD: CHANGES-5.1,v 1.1.2.167 2010/01/02 06:47:51 snj Exp $
A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1
release:
@@ -15713,3 +15713,14 @@
to hold disk sector numbers > 2^31 and also -1. Fixes PR/34807.
[dsl, ticket #1201]
+usr.sbin/makefs/cd9660.c 1.25 via patch
+usr.sbin/makefs/cd9660.h 1.13 via patch
+usr.sbin/makefs/cd9660/cd9660_write.c 1.10
+usr.sbin/makefs/cd9660/iso9660_rrip.c 1.5-1.8
+usr.sbin/makefs/cd9660/iso9660_rrip.h 1.5
+
+ Keep makefs(8) from creating invalid ISO format on rockridge support
+ which causes fatal errors in ARC BIOS firmware on MIPS Magnum R4000
+ while booting from arccd-5.0.1.iso as described in PR bin/42410.
+ [tsutsui, ticket #1198]
+