Thu Jan 15 21:44:26 2009 UTC ()
ticket 1986


(bouyer)
diff -r1.1.2.155 -r1.1.2.156 src/doc/CHANGES-3.2

cvs diff -r1.1.2.155 -r1.1.2.156 src/doc/Attic/CHANGES-3.2 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-3.2 2008/12/13 20:50:14 1.1.2.155
+++ src/doc/Attic/CHANGES-3.2 2009/01/15 21:44:25 1.1.2.156
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-3.2,v 1.1.2.155 2008/12/13 20:50:14 bouyer Exp $ 1# $NetBSD: CHANGES-3.2,v 1.1.2.156 2009/01/15 21:44:25 bouyer Exp $
2 2
3A complete list of changes from the NetBSD 3.1 release to the NetBSD 3.2 3A complete list of changes from the NetBSD 3.1 release to the NetBSD 3.2
4release: 4release:
5 5
6File Revision(s) 6File Revision(s)
7---- -------- 7---- --------
8gnu/usr.bin/groff/tmac/mdoc.local patch 8gnu/usr.bin/groff/tmac/mdoc.local patch
9sys/sys/param.h patch 9sys/sys/param.h patch
10 10
11 Welcome to 3.1_STABLE 11 Welcome to 3.1_STABLE
12 12
13include/stddef.h 1.11-1.15 13include/stddef.h 1.11-1.15
14 14
@@ -5110,13 +5110,22 @@ usr.bin/fsplit/fsplit.c 1.26 via patc @@ -5110,13 +5110,22 @@ usr.bin/fsplit/fsplit.c 1.26 via patc
5110 Two robustness fixes: 5110 Two robustness fixes:
5111 (1) make ridiculously small filename buffer larger; 5111 (1) make ridiculously small filename buffer larger;
5112 (2) don't accidentally try to generate files with names 5112 (2) don't accidentally try to generate files with names
5113 containing '/'. 5113 containing '/'.
5114 [dholland, ticket #1982] 5114 [dholland, ticket #1982]
5115 5115
5116sys/dev/pci/if_wm.c 1.163 5116sys/dev/pci/if_wm.c 1.163
5117 5117
5118 Fixes nasty EEPROM-trashing bug on ich8 and ich9 chipsets as 5118 Fixes nasty EEPROM-trashing bug on ich8 and ich9 chipsets as
5119 described in 5119 described in
5120 http://mail-index.netbsd.org/current-users/2008/12/02/msg006435.html 5120 http://mail-index.netbsd.org/current-users/2008/12/02/msg006435.html
5121 [sketch, ticket #1983] 5121 [sketch, ticket #1983]
5122 5122
 5123sys/arch/sparc/stand/bootblk/bootblk.fth 1.8
 5124
 5125 Instead of bailing out with "Inode not directory", assume that the
 5126 disk is a RAIDframe mirror, apply the RAID boot offset, and try to
 5127 boot again.
 5128 Fixes the problem where disks would be unbootable if partitioned
 5129 normally and then converted to RAID 1 without being zeroed first.
 5130 [jdc, ticket #1986]
 5131