Mon Mar 5 20:18:42 2012 UTC ()
Ticket #80


(sborrill)
diff -r1.1.2.38 -r1.1.2.39 src/doc/CHANGES-6.0

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

--- src/doc/Attic/CHANGES-6.0 2012/03/05 19:16:57 1.1.2.38
+++ src/doc/Attic/CHANGES-6.0 2012/03/05 20:18:42 1.1.2.39
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-6.0,v 1.1.2.38 2012/03/05 19:16:57 sborrill Exp $ 1# $NetBSD: CHANGES-6.0,v 1.1.2.39 2012/03/05 20:18:42 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]
@@ -876,13 +876,24 @@ libexec/httpd/dir-index-bozo.c 1.14 @@ -876,13 +876,24 @@ libexec/httpd/dir-index-bozo.c 1.14
876games/dab/algor.cc 1.5 876games/dab/algor.cc 1.5
877games/dab/board.h 1.4 877games/dab/board.h 1.4
878dist/pf/sbin/pflogd/pflogd.c 1.9 878dist/pf/sbin/pflogd/pflogd.c 1.9
879dist/pf/sbin/pflogd/pflogd.h 1.5 879dist/pf/sbin/pflogd/pflogd.h 1.5
880 880
881 Fix various format string mismatches 881 Fix various format string mismatches
882 [joerg, ticket #75] 882 [joerg, ticket #75]
883 883
884usr.sbin/makemandb/makemandb.c 1.7 884usr.sbin/makemandb/makemandb.c 1.7
885 885
886 Fix inverted condition when handling stale entries. 886 Fix inverted condition when handling stale entries.
887 [joerg, ticket #77] 887 [joerg, ticket #77]
888 888
 889sys/arch/xen/x86/x86_xpmap.c 1.42
 890sys/arch/x86/include/specialreg.h 1.56
 891sys/arch/amd64/amd64/machdep.c 1.179
 892sys/arch/i386/i386/locore.S 1.97
 893sys/arch/i386/i386/machdep.c 1.723 via patch
 894sys/arch/x86/include/cpu.h 1.49
 895
 896 Fix possible FPU registers corruption on context switches.
 897 Fix type of pointers passed to some hypercalls.
 898 [bouyer, ticket #80]
 899