summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormartin <martin@NetBSD.org>2022-02-02 14:27:21 +0000
committermartin <martin@NetBSD.org>2022-02-02 14:27:21 +0000
commit96f5cb117d1e8f6df0976cf0a267c8e7ebcf822e (patch)
treed835367adb9d472bcf51ae46a6ea44d09e6e1efd /doc
parent2946932ab0877bb186f78f269aaa698bb72202cc (diff)
Tickets #1423 and #1424
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGES-9.316
1 files changed, 15 insertions, 1 deletions
diff --git a/doc/CHANGES-9.3 b/doc/CHANGES-9.3
index 8ecbbf772ef..2272fb7c571 100644
--- a/doc/CHANGES-9.3
+++ b/doc/CHANGES-9.3
@@ -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]
+