Fri Jun 23 05:42:34 2023 UTC ()
Ticket #210.


(msaitoh)
diff -r1.1.2.72 -r1.1.2.73 src/doc/CHANGES-10.0

cvs diff -r1.1.2.72 -r1.1.2.73 src/doc/Attic/CHANGES-10.0 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-10.0 2023/06/22 08:16:37 1.1.2.72
+++ src/doc/Attic/CHANGES-10.0 2023/06/23 05:42:34 1.1.2.73
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-10.0,v 1.1.2.72 2023/06/22 08:16:37 martin Exp $ 1# $NetBSD: CHANGES-10.0,v 1.1.2.73 2023/06/23 05:42:34 msaitoh Exp $
2 2
3A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16 3A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16
4until the 10.0 release: 4until the 10.0 release:
5 5
6doc/CHANGES-10.0 created 6doc/CHANGES-10.0 created
7doc/LAST_MINUTE patched by hand 7doc/LAST_MINUTE patched by hand
8doc/README.files patched by hand 8doc/README.files patched by hand
9external/gpl2/groff/tmac/mdoc.local patched by hand 9external/gpl2/groff/tmac/mdoc.local patched by hand
10sys/sys/param.h patched by hand 10sys/sys/param.h patched by hand
11 11
12 Welcome to 10.0_BETA! 12 Welcome to 10.0_BETA!
13 13
14sys/arch/x86/pci/amdsmn.c 1.15 14sys/arch/x86/pci/amdsmn.c 1.15
@@ -2267,13 +2267,19 @@ sys/dev/pci/if_wmvar.h 1.49 @@ -2267,13 +2267,19 @@ sys/dev/pci/if_wmvar.h 1.49
2267 - Host Good Octets TX  2267 - Host Good Octets TX
2268 - Length Errors 2268 - Length Errors
2269 - SerDes/SGMII Code Violation Packet 2269 - SerDes/SGMII Code Violation Packet
2270 - Header Redirection Missed Packet 2270 - Header Redirection Missed Packet
2271 - EEE TX LPI 2271 - EEE TX LPI
2272 - EEE RX LPI 2272 - EEE RX LPI
2273 - Fix prc511's comment and description. 2273 - Fix prc511's comment and description.
2274 - Add SOICZIFDATA (ifconfig -z) support for evcnt(9). 2274 - Add SOICZIFDATA (ifconfig -z) support for evcnt(9).
2275 - Use WM_IS_ICHPCH(). No functional change. 2275 - Use WM_IS_ICHPCH(). No functional change.
2276 - Fix typo. s/ictxact/ictxatc/. No functional change. 2276 - Fix typo. s/ictxact/ictxatc/. No functional change.
2277 - Add comment. 2277 - Add comment.
2278 [msaitoh, ticket #213] 2278 [msaitoh, ticket #213]
2279 2279
 2280usr.sbin/sysinst/main.c 1.31
 2281
 2282 If the install medium does not come with any openssl trusted root
 2283 certs, tell ftp(1) not to verify trust chains when doing https
 2284 downloads.
 2285 [martin, ticket #212]