Thu Nov 25 17:50:25 2021 UTC ()
Ticket #1376


(martin)
diff -r1.1.2.48 -r1.1.2.49 src/doc/CHANGES-9.3

cvs diff -r1.1.2.48 -r1.1.2.49 src/doc/Attic/CHANGES-9.3 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-9.3 2021/11/22 17:06:24 1.1.2.48
+++ src/doc/Attic/CHANGES-9.3 2021/11/25 17:50:25 1.1.2.49
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-9.3,v 1.1.2.48 2021/11/22 17:06:24 martin Exp $ 1# $NetBSD: CHANGES-9.3,v 1.1.2.49 2021/11/25 17:50:25 martin Exp $
2 2
3A complete list of changes from the NetBSD 9.2 release to the NetBSD 9.3 3A complete list of changes from the NetBSD 9.2 release to the NetBSD 9.3
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
8doc/CHANGES-9.3 added 8doc/CHANGES-9.3 added
9 9
10 Welcome to 9.2_STABLE. 10 Welcome to 9.2_STABLE.
11 [martin] 11 [martin]
12 12
13sys/fs/ntfs/ntfs_subr.c 1.64 13sys/fs/ntfs/ntfs_subr.c 1.64
14 14
@@ -960,13 +960,19 @@ sys/dev/pci/ixgbe/ixv.c 1.167-1.168 v @@ -960,13 +960,19 @@ sys/dev/pci/ixgbe/ixv.c 1.167-1.168 v
960sys/dev/pci/ixgbe/ix_txrx.c 1.94 960sys/dev/pci/ixgbe/ix_txrx.c 1.94
961 961
962 - Fix a bug that a near 64KB TSO segment can't send. 962 - Fix a bug that a near 64KB TSO segment can't send.
963 - Reduce bus_dmamap_sync() cost. 963 - Reduce bus_dmamap_sync() cost.
964 - Use macro. Fix typos in comment. 964 - Use macro. Fix typos in comment.
965 [msaitoh, ticket #1374] 965 [msaitoh, ticket #1374]
966 966
967sys/arch/x86/x86/cpu_topology.c 1.20 967sys/arch/x86/x86/cpu_topology.c 1.20
968usr.sbin/cpuctl/arch/i386.c 1.123 968usr.sbin/cpuctl/arch/i386.c 1.123
969 969
970 amd64: fix cpu topology detection for zen3 systems. 970 amd64: fix cpu topology detection for zen3 systems.
971 [mrg, ticket #1375] 971 [mrg, ticket #1375]
972 972
 973distrib/notes/common/main 1.566,1.567
 974
 975 Add a note to the install documentations for amd64
 976 explaining the legacy amd64-bios-install image.
 977 [gutteridge, ticket #1376]
 978