Wed Apr 15 14:16:27 2020 UTC ()
Ticket #835


(martin)
diff -r1.1.2.35 -r1.1.2.36 src/doc/CHANGES-9.1

cvs diff -r1.1.2.35 -r1.1.2.36 src/doc/Attic/CHANGES-9.1 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-9.1 2020/04/14 17:30:43 1.1.2.35
+++ src/doc/Attic/CHANGES-9.1 2020/04/15 14:16:27 1.1.2.36
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-9.1,v 1.1.2.35 2020/04/14 17:30:43 martin Exp $ 1# $NetBSD: CHANGES-9.1,v 1.1.2.36 2020/04/15 14:16:27 martin Exp $
2 2
3A complete list of changes from the NetBSD 9.0 release to the NetBSD 9.1 3A complete list of changes from the NetBSD 9.0 release to the NetBSD 9.1
4release: 4release:
5 5
6external/gpl2/groff/tmac/mdoc.local patched by hand 6external/gpl2/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 9.0_STABLE. 9 Welcome to 9.0_STABLE.
10 [martin] 10 [martin]
11 11
12external/cddl/osnet/dist/uts/common/fs/zfs/zfs_vnops.c 1.57 12external/cddl/osnet/dist/uts/common/fs/zfs/zfs_vnops.c 1.57
13 13
14 zfs_netbsd_setattr: ignore size changes on device nodes. 14 zfs_netbsd_setattr: ignore size changes on device nodes.
@@ -929,13 +929,18 @@ usr.sbin/cpuctl/arch/i386.c 1.109,1.11 @@ -929,13 +929,18 @@ usr.sbin/cpuctl/arch/i386.c 1.109,1.11
929 TSXLDTRK. 929 TSXLDTRK.
930 - Rename CPUID Fn8000_0007 %edx bit 8 from "TSC" to "ITSC" 930 - Rename CPUID Fn8000_0007 %edx bit 8 from "TSC" to "ITSC"
931 (Invariant TSC) to avoid confusion. 931 (Invariant TSC) to avoid confusion.
932 - Print CPUID 0x80000007 %edx on both Intel and AMD. 932 - Print CPUID 0x80000007 %edx on both Intel and AMD.
933 - Remove ci_max_ext_cpuid from usr.sbin/cpuctl/arch/i386.c because it's 933 - Remove ci_max_ext_cpuid from usr.sbin/cpuctl/arch/i386.c because it's
934 the same as ci_cpuid_extlevel. 934 the same as ci_cpuid_extlevel.
935 [msaitoh, ticket #833] 935 [msaitoh, ticket #833]
936 936
937sys/netinet6/nd6_rtr.c 1.148 937sys/netinet6/nd6_rtr.c 1.148
938 938
939 PR kern/55091, PR bin/54997: fix default route selection. 939 PR kern/55091, PR bin/54997: fix default route selection.
940 [kim, ticket #834] 940 [kim, ticket #834]
941 941
 942sys/dev/wsfb/genfb.c 1.72
 943
 944 Get genfb's address offset correctly when the value >= 4G.
 945 [msaitoh, ticket #835]
 946