Mon Sep 4 18:00:03 2023 UTC ()
Ticket #1894


(martin)
diff -r1.1.2.194 -r1.1.2.195 src/doc/CHANGES-8.3

cvs diff -r1.1.2.194 -r1.1.2.195 src/doc/Attic/CHANGES-8.3 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-8.3 2023/08/23 18:26:40 1.1.2.194
+++ src/doc/Attic/CHANGES-8.3 2023/09/04 18:00:03 1.1.2.195
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1 $NetBSD: CHANGES-8.3,v 1.1.2.194 2023/08/23 18:26:40 martin Exp $ 1 $NetBSD: CHANGES-8.3,v 1.1.2.195 2023/09/04 18:00:03 martin Exp $
2 2
3A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 3A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.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
8 8
9 Welcome to 8.2_STABLE. 9 Welcome to 8.2_STABLE.
10 [martin] 10 [martin]
11 11
12sys/dev/ic/spdmem.c 1.31-1.35 12sys/dev/ic/spdmem.c 1.31-1.35
13sys/dev/ic/spdmemvar.h 1.15,1.16 13sys/dev/ic/spdmemvar.h 1.15,1.16
14 14
@@ -3846,13 +3846,21 @@ sys/dev/pci/ismt.c 1.11 @@ -3846,13 +3846,21 @@ sys/dev/pci/ismt.c 1.11
3846 3846
3847usr.sbin/cpuctl/cpuctl.8 1.21 3847usr.sbin/cpuctl/cpuctl.8 1.21
3848usr.sbin/cpuctl/cpuctl.c 1.33 3848usr.sbin/cpuctl/cpuctl.c 1.33
3849 3849
3850 cpuctl(8): do not show error messages when the microcode to be 3850 cpuctl(8): do not show error messages when the microcode to be
3851 loaded is already available in the cpu. 3851 loaded is already available in the cpu.
3852 [msaitoh, ticket #1892] 3852 [msaitoh, ticket #1892]
3853 3853
3854sys/net/npf/npf_ruleset.c 1.52 3854sys/net/npf/npf_ruleset.c 1.52
3855 3855
3856 npf(7): PR 56990: fix handling of dynamic groups. 3856 npf(7): PR 56990: fix handling of dynamic groups.
3857 [kardel, ticket #1893] 3857 [kardel, ticket #1893]
3858 3858
 3859sys/dev/pci/if_wm.c 1.783,1.784 (patch)
 3860sys/dev/pci/if_wmvar.h 1.50
 3861
 3862 wm(4): delay sending LINK_STATE_UP to prevent dropping packets
 3863 on I35[04] and I21[01].
 3864 Print debug message correctly when WM_DEBUG is set.
 3865 [msaitoh, ticket #1894]
 3866