Sat Feb 14 19:49:17 2009 UTC ()
Ticket 1278.


(snj)
diff -r1.1.2.17 -r1.1.2.18 src/doc/CHANGES-4.0.2

cvs diff -r1.1.2.17 -r1.1.2.18 src/doc/Attic/CHANGES-4.0.2 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-4.0.2 2009/01/31 21:56:46 1.1.2.17
+++ src/doc/Attic/CHANGES-4.0.2 2009/02/14 19:49:17 1.1.2.18
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-4.0.2,v 1.1.2.17 2009/01/31 21:56:46 bouyer Exp $ 1# $NetBSD: CHANGES-4.0.2,v 1.1.2.18 2009/02/14 19:49:17 snj Exp $
2 2
3A complete list of changes from the NetBSD 4.0.1 release to the NetBSD 4.0.2 3A complete list of changes from the NetBSD 4.0.1 release to the NetBSD 4.0.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 4.0.1_PATCH 11 Welcome to 4.0.1_PATCH
12 12
13sys/arch/cobalt/conf/INSTALL 1.32,1.35 13sys/arch/cobalt/conf/INSTALL 1.32,1.35
14 14
@@ -141,13 +141,21 @@ usr.bin/locale/locale.c 1.7 @@ -141,13 +141,21 @@ usr.bin/locale/locale.c 1.7
141 141
142 Fix off-by-one in malloc(). 142 Fix off-by-one in malloc().
143 [tnozaki, ticket #1269] 143 [tnozaki, ticket #1269]
144 144
145sbin/raidctl/raidctl.c 1.40 145sbin/raidctl/raidctl.c 1.40
146 146
147 Use correct format to print the "numBlocks" element in a RAIDframe 147 Use correct format to print the "numBlocks" element in a RAIDframe
148 component label. raidctl(8) should now print the correct number of 148 component label. raidctl(8) should now print the correct number of
149 blocks for RAID sets larger than 1TB. 149 blocks for RAID sets larger than 1TB.
150 150
151 Patch supplied by Bernhard Moellemann in PR bin/40479. 151 Patch supplied by Bernhard Moellemann in PR bin/40479.
152 [tron, ticket #1270] 152 [tron, ticket #1270]
153 153
 154tools/compat/compat_defs.h
 155tools/compat/configure
 156tools/compat/configure.ac
 157tools/compat/nbtool_config.h.in
 158
 159 Fix build on netbsd-5 amd64 hosts.
 160 [adrianp, ticket #1278]
 161