Module Name: src
Committed By: martin
Date: Thu Mar 23 12:12:08 UTC 2023
Modified Files:
src/doc [netbsd-10]: CHANGES-10.0
Log Message:
Tickets #125 and #126
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.47 -r1.1.2.48 src/doc/CHANGES-10.0
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-10.0
diff -u src/doc/CHANGES-10.0:1.1.2.47 src/doc/CHANGES-10.0:1.1.2.48
--- src/doc/CHANGES-10.0:1.1.2.47 Wed Mar 22 19:01:56 2023
+++ src/doc/CHANGES-10.0 Thu Mar 23 12:12:08 2023
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.0,v 1.1.2.47 2023/03/22 19:01:56 martin Exp $
+# $NetBSD: CHANGES-10.0,v 1.1.2.48 2023/03/23 12:12:08 martin Exp $
A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16
until the 10.0 release:
@@ -1511,3 +1511,15 @@ tests/lib/libc/sys/t_ptrace_syscall_wait
EJUSTRETURN to return to the next instruction.
[hannken, ticket #124]
+sys/netinet6/ip6_output.c 1.233
+sys/netinet6/raw_ip6.c 1.183
+
+ in6: fix IPV6_CHECKSUM handling.
+ [ozaki-r, ticket #125]
+
+sys/dev/fss.c 1.114
+
+ fss(4): pass B_PHYS when reading from device. Xbd(4) at least checks
+ this flag and may trigger an assertion.
+ [hannken, ticket #126]
+