Module Name: src
Committed By: martin
Date: Wed Feb 2 14:27:21 UTC 2022
Modified Files:
src/doc [netbsd-9]: CHANGES-9.3
Log Message:
Tickets #1423 and #1424
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.72 -r1.1.2.73 src/doc/CHANGES-9.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-9.3
diff -u src/doc/CHANGES-9.3:1.1.2.72 src/doc/CHANGES-9.3:1.1.2.73
--- src/doc/CHANGES-9.3:1.1.2.72 Wed Feb 2 04:26:39 2022
+++ src/doc/CHANGES-9.3 Wed Feb 2 14:27:21 2022
@@ -1,4 +1,4 @@
-29~# $NetBSD: CHANGES-9.3,v 1.1.2.72 2022/02/02 04:26:39 msaitoh Exp $
+29~# $NetBSD: CHANGES-9.3,v 1.1.2.73 2022/02/02 14:27:21 martin Exp $
A complete list of changes from the NetBSD 9.2 release to the NetBSD 9.3
release:
@@ -1453,3 +1453,17 @@ usr.sbin/sysinst/util.c 1.64
Clean up temporary wedges used during extraction/installation.
[martin, ticket #1422]
+build.sh 1.345
+
+ Add "distsets" alias for "distribution sets".
+ [mrg, ticket #1423]
+
+sys/dev/pci/ixgbe/ix_txrx.c 1.95
+sys/dev/pci/ixgbe/ixgbe.c 1.305 via patch
+sys/dev/pci/ixgbe/ixgbe_mbx.c 1.19
+sys/dev/pci/ixgbe/ixgbe_netbsd.h 1.15-1.16
+sys/dev/pci/ixgbe/ixv.c 1.178 via patch
+
+ Use atomic_{load,store}_relaxed() for event counters.
+ [msaitoh, ticket #1424]
+