Sat Jan 31 21:27:25 2009 UTC ()
ticket 1989


(bouyer)
diff -r1.1.2.35 -r1.1.2.36 src/doc/CHANGES-3.1.2

cvs diff -r1.1.2.35 -r1.1.2.36 src/doc/Attic/CHANGES-3.1.2 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-3.1.2 2009/01/15 21:46:02 1.1.2.35
+++ src/doc/Attic/CHANGES-3.1.2 2009/01/31 21:27:25 1.1.2.36
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-3.1.2,v 1.1.2.35 2009/01/15 21:46:02 bouyer Exp $ 1# $NetBSD: CHANGES-3.1.2,v 1.1.2.36 2009/01/31 21:27:25 bouyer Exp $
2 2
3A complete list of changes from the NetBSD 3.1.1 release to the NetBSD 3.1.2 3A complete list of changes from the NetBSD 3.1.1 release to the NetBSD 3.1.2
4release: 4release:
5 5
6File Revision(s) 6File Revision(s)
7---- -------- 7---- --------
8doc/README.files patch 8doc/README.files patch
9gnu/usr.bin/groff/tmac/mdoc.local patch 9gnu/usr.bin/groff/tmac/mdoc.local patch
10sys/sys/param.h patch 10sys/sys/param.h patch
11 11
12 Welcome to NetBSD 3.1.1_PATCH. 12 Welcome to NetBSD 3.1.1_PATCH.
13 13
14sys/dev/ic/pcdisplay_subr.c 1.33 via patch 14sys/dev/ic/pcdisplay_subr.c 1.33 via patch
@@ -1130,13 +1130,22 @@ distrib/sets/lists/mi 1.778 @@ -1130,13 +1130,22 @@ distrib/sets/lists/mi 1.778
1130 1130
1131 update zoneinfo to tzdata2008i 1131 update zoneinfo to tzdata2008i
1132 [lukem, ticket #1977] 1132 [lukem, ticket #1977]
1133 1133
1134sys/arch/sparc/stand/bootblk/bootblk.fth 1.8 1134sys/arch/sparc/stand/bootblk/bootblk.fth 1.8
1135 1135
1136 Instead of bailing out with "Inode not directory", assume that the 1136 Instead of bailing out with "Inode not directory", assume that the
1137 disk is a RAIDframe mirror, apply the RAID boot offset, and try to 1137 disk is a RAIDframe mirror, apply the RAID boot offset, and try to
1138 boot again. 1138 boot again.
1139 Fixes the problem where disks would be unbootable if partitioned 1139 Fixes the problem where disks would be unbootable if partitioned
1140 normally and then converted to RAID 1 without being zeroed first. 1140 normally and then converted to RAID 1 without being zeroed first.
1141 [jdc, ticket #1986] 1141 [jdc, ticket #1986]
1142 1142
 1143sbin/raidctl/raidctl.c 1.40
 1144
 1145 Use correct format to print the "numBlocks" element in a RAIDframe
 1146 component label. raidctl(8) should now print the correct number of
 1147 blocks for RAID sets larger than 1TB.
 1148
 1149 Patch supplied by Bernhard Moellemann in PR bin/40479.
 1150 [tron, ticket #1989]
 1151