Module Name: src
Committed By: snj
Date: Wed Apr 15 21:05:53 UTC 2009
Modified Files:
src/doc [netbsd-4-0]: CHANGES-4.0.2
Log Message:
Ticket 1304.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.24 -r1.1.2.25 src/doc/CHANGES-4.0.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-4.0.2
diff -u src/doc/CHANGES-4.0.2:1.1.2.24 src/doc/CHANGES-4.0.2:1.1.2.25
--- src/doc/CHANGES-4.0.2:1.1.2.24 Wed Apr 15 20:44:32 2009
+++ src/doc/CHANGES-4.0.2 Wed Apr 15 21:05:53 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-4.0.2,v 1.1.2.24 2009/04/15 20:44:32 snj Exp $
+# $NetBSD: CHANGES-4.0.2,v 1.1.2.25 2009/04/15 21:05:53 snj Exp $
A complete list of changes from the NetBSD 4.0.1 release to the NetBSD 4.0.2
release:
@@ -200,3 +200,14 @@
Fix http://www.securityfocus.com/archive/1/502634.
[christos, ticket #1305]
+sys/arch/mvme68k/stand/Makefile.booters 1.18
+sys/arch/mvme68k/stand/bootst/dev_tape.c 1.11
+sys/arch/mvme68k/stand/bootst/version 1.5
+
+ Fix for install/40961: The RAMDISK kernel has grown significantly
+ since bootst was written. Grab 3MB of the kernel image from tape
+ in hackprom_diskrd() instead of 2MB.
+ Bump bootst version on account of the above fix.
+ While here, use -Os instead of -O2 to compile mvme68k stand code.
+ [scw, ticket #1304]
+