Mon Sep 4 17:56:39 2023 UTC ()
Ticket #1726


(martin)
diff -r1.1.2.95 -r1.1.2.96 src/doc/CHANGES-9.4

cvs diff -r1.1.2.95 -r1.1.2.96 src/doc/Attic/CHANGES-9.4 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-9.4 2023/08/23 18:24:11 1.1.2.95
+++ src/doc/Attic/CHANGES-9.4 2023/09/04 17:56:39 1.1.2.96
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-9.4,v 1.1.2.95 2023/08/23 18:24:11 martin Exp $ 1# $NetBSD: CHANGES-9.4,v 1.1.2.96 2023/09/04 17:56:39 martin Exp $
2 2
3A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 3A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4
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/README.files patched by hand 8doc/README.files patched by hand
9doc/CHANGES-9.4 added 9doc/CHANGES-9.4 added
10 10
11 Welcome to 9.3_STABLE. 11 Welcome to 9.3_STABLE.
12 [martin] 12 [martin]
13 13
14sys/netinet6/nd6.c (apply patch) 14sys/netinet6/nd6.c (apply patch)
@@ -2083,13 +2083,21 @@ sys/dev/pci/ismt.c 1.11 @@ -2083,13 +2083,21 @@ sys/dev/pci/ismt.c 1.11
2083 2083
2084usr.sbin/cpuctl/cpuctl.8 1.21 2084usr.sbin/cpuctl/cpuctl.8 1.21
2085usr.sbin/cpuctl/cpuctl.c 1.33 2085usr.sbin/cpuctl/cpuctl.c 1.33
2086 2086
2087 cpuctl(8): do not show error messages when the microcode to be 2087 cpuctl(8): do not show error messages when the microcode to be
2088 loaded is already available in the cpu. 2088 loaded is already available in the cpu.
2089 [msaitoh, ticket #1724] 2089 [msaitoh, ticket #1724]
2090 2090
2091sys/net/npf/npf_ruleset.c 1.52 2091sys/net/npf/npf_ruleset.c 1.52
2092 2092
2093 npf(7): PR 56990: fix handling of dynamic groups. 2093 npf(7): PR 56990: fix handling of dynamic groups.
2094 [kardel, ticket #1725] 2094 [kardel, ticket #1725]
2095 2095
 2096sys/dev/pci/if_wm.c 1.783,1.784 (patch)
 2097sys/dev/pci/if_wmvar.h 1.50
 2098
 2099 wm(4): delay sending LINK_STATE_UP to prevent dropping packets
 2100 on I35[04] and I21[01].
 2101 Print debug message correctly when WM_DEBUG is set.
 2102 [msaitoh, ticket #1726]
 2103