Wed Sep 6 08:04:43 2023 UTC ()
Ticket #1895


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

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

--- src/doc/Attic/CHANGES-8.3 2023/09/04 18:00:03 1.1.2.195
+++ src/doc/Attic/CHANGES-8.3 2023/09/06 08:04:43 1.1.2.196
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1 $NetBSD: CHANGES-8.3,v 1.1.2.195 2023/09/04 18:00:03 martin Exp $ 1 $NetBSD: CHANGES-8.3,v 1.1.2.196 2023/09/06 08:04:43 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
@@ -3854,13 +3854,18 @@ usr.sbin/cpuctl/cpuctl.c 1.33 @@ -3854,13 +3854,18 @@ usr.sbin/cpuctl/cpuctl.c 1.33
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) 3859sys/dev/pci/if_wm.c 1.783,1.784 (patch)
3860sys/dev/pci/if_wmvar.h 1.50 3860sys/dev/pci/if_wmvar.h 1.50
3861 3861
3862 wm(4): delay sending LINK_STATE_UP to prevent dropping packets 3862 wm(4): delay sending LINK_STATE_UP to prevent dropping packets
3863 on I35[04] and I21[01]. 3863 on I35[04] and I21[01].
3864 Print debug message correctly when WM_DEBUG is set. 3864 Print debug message correctly when WM_DEBUG is set.
3865 [msaitoh, ticket #1894] 3865 [msaitoh, ticket #1894]
3866 3866
 3867crypto/external/bsd/openssl/dist/crypto/sparccpuid.S 1.11
 3868
 3869 openssl: PR 57594: fix SPARC v8/v9 detection code.
 3870 [mrg, ticket #1895]
 3871