Tue Oct 14 07:38:44 2014 UTC ()
Ticket #140


(martin)
diff -r1.1.2.51 -r1.1.2.52 src/doc/CHANGES-7.0

cvs diff -r1.1.2.51 -r1.1.2.52 src/doc/Attic/CHANGES-7.0 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-7.0 2014/10/13 20:07:11 1.1.2.51
+++ src/doc/Attic/CHANGES-7.0 2014/10/14 07:38:44 1.1.2.52
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-7.0,v 1.1.2.51 2014/10/13 20:07:11 martin Exp $ 1# $NetBSD: CHANGES-7.0,v 1.1.2.52 2014/10/14 07:38:44 martin Exp $
2 2
3A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014 3A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
4until the 7.0 release: 4until the 7.0 release:
5 5
6doc/CHANGES-7.0 patched by hand 6doc/CHANGES-7.0 patched by hand
7doc/LAST_MINUTE patched by hand 7doc/LAST_MINUTE patched by hand
8doc/README.files patched by hand 8doc/README.files patched by hand
9gnu/usr.bin/groff/tmac/mdoc.local patched by hand 9gnu/usr.bin/groff/tmac/mdoc.local patched by hand
10sys/sys/param.h patched by hand 10sys/sys/param.h patched by hand
11 11
12 Welcome to 7.0_BETA! 12 Welcome to 7.0_BETA!
13 13
14sys/dev/usb/xhci.c 1.24 14sys/dev/usb/xhci.c 1.24
@@ -1187,13 +1187,20 @@ distrib/sets/lists/base/shl.mi 1.717 @@ -1187,13 +1187,20 @@ distrib/sets/lists/base/shl.mi 1.717
1187distrib/sets/lists/comp/mi 1.1915 1187distrib/sets/lists/comp/mi 1.1915
1188distrib/sets/lists/comp/mi 1.1916 1188distrib/sets/lists/comp/mi 1.1916
1189distrib/sets/lists/debug/ad.aarch64 1.7 1189distrib/sets/lists/debug/ad.aarch64 1.7
1190distrib/sets/lists/debug/ad.arm 1.46 1190distrib/sets/lists/debug/ad.arm 1.46
1191distrib/sets/lists/debug/ad.mips 1.42 1191distrib/sets/lists/debug/ad.mips 1.42
1192distrib/sets/lists/debug/ad.powerpc 1.22 1192distrib/sets/lists/debug/ad.powerpc 1.22
1193distrib/sets/lists/debug/md.amd64 1.66 1193distrib/sets/lists/debug/md.amd64 1.66
1194distrib/sets/lists/debug/md.sparc64 1.65 1194distrib/sets/lists/debug/md.sparc64 1.65
1195distrib/sets/lists/debug/shl.mi 1.76 1195distrib/sets/lists/debug/shl.mi 1.76
1196 1196
1197 Import the missing complex support functions from FreeBSD, so 1197 Import the missing complex support functions from FreeBSD, so
1198 we can enable C++ 2011 mode for libstc++. 1198 we can enable C++ 2011 mode for libstc++.
1199 [christos, #138] 1199 [christos, #138]
 1200
 1201sys/arch/x86/x86/pmap.c 1.184
 1202
 1203 Add a missing || defined(XEN) which cause Xen non-DIAGNOSTIC kernels
 1204 to panic at boot.
 1205 [bouyer, ticket #140]
 1206