Mon Mar 5 20:32:53 2012 UTC ()
Ticket #83


(sborrill)
diff -r1.1.2.40 -r1.1.2.41 src/doc/CHANGES-6.0

cvs diff -r1.1.2.40 -r1.1.2.41 src/doc/Attic/CHANGES-6.0 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-6.0 2012/03/05 20:22:33 1.1.2.40
+++ src/doc/Attic/CHANGES-6.0 2012/03/05 20:32:53 1.1.2.41
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-6.0,v 1.1.2.40 2012/03/05 20:22:33 sborrill Exp $ 1# $NetBSD: CHANGES-6.0,v 1.1.2.41 2012/03/05 20:32:53 sborrill Exp $
2 2
3A complete list of changes from the initial NetBSD 6.0 branch on 15 Feb 2012 3A complete list of changes from the initial NetBSD 6.0 branch on 15 Feb 2012
4until the 6.0 release: 4until the 6.0 release:
5 5
6gnu/usr.bin/groff/tmac/mdoc.local patched by hand 6gnu/usr.bin/groff/tmac/mdoc.local patched by hand
7sys/sys/param.h patched by hand 7sys/sys/param.h patched by hand
8 8
9 Welcome to 6.0_BETA! 9 Welcome to 6.0_BETA!
10 10
11sys/conf/osrelease.sh 1.121 11sys/conf/osrelease.sh 1.121
12 12
13 Don't eat _BETA or other textual tags after the version. 13 Don't eat _BETA or other textual tags after the version.
14 [christos, ticket #3] 14 [christos, ticket #3]
@@ -892,13 +892,19 @@ sys/arch/amd64/amd64/machdep.c 1.179 @@ -892,13 +892,19 @@ sys/arch/amd64/amd64/machdep.c 1.179
892sys/arch/i386/i386/locore.S 1.97 892sys/arch/i386/i386/locore.S 1.97
893sys/arch/i386/i386/machdep.c 1.723 via patch 893sys/arch/i386/i386/machdep.c 1.723 via patch
894sys/arch/x86/include/cpu.h 1.49 894sys/arch/x86/include/cpu.h 1.49
895 895
896 Fix possible FPU registers corruption on context switches. 896 Fix possible FPU registers corruption on context switches.
897 Fix type of pointers passed to some hypercalls. 897 Fix type of pointers passed to some hypercalls.
898 [bouyer, ticket #80] 898 [bouyer, ticket #80]
899 899
900distrib/sets/lists/comp/ad.mips64el 1.73 900distrib/sets/lists/comp/ad.mips64el 1.73
901 901
902 Fix libexpat.so debug entry 902 Fix libexpat.so debug entry
903 [tron, ticket #81] 903 [tron, ticket #81]
904 904
 905sys/dev/ic/rtl8169.c 1.135
 906sys/dev/ic/rtl81x9reg.h 1.43
 907
 908 Add RTL8168E/8111E-VL support.
 909 [nonaka, ticket #83]
 910