Module Name: src
Committed By: martin
Date: Thu Oct 27 16:15:58 UTC 2022
Modified Files:
src/doc [netbsd-9]: CHANGES-9.4
Log Message:
Tickets #1548 and #1549
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.27 -r1.1.2.28 src/doc/CHANGES-9.4
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-9.4
diff -u src/doc/CHANGES-9.4:1.1.2.27 src/doc/CHANGES-9.4:1.1.2.28
--- src/doc/CHANGES-9.4:1.1.2.27 Tue Oct 25 17:54:59 2022
+++ src/doc/CHANGES-9.4 Thu Oct 27 16:15:57 2022
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.4,v 1.1.2.27 2022/10/25 17:54:59 martin Exp $
+# $NetBSD: CHANGES-9.4,v 1.1.2.28 2022/10/27 16:15:57 martin Exp $
A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4
release:
@@ -422,3 +422,14 @@ usr.bin/progress/progress.c 1.24,1.25
PR 56303: progress(1): fix error handling.
[riastradh, ticket #1547]
+sys/netinet6/frag6.c 1.76
+
+ frag6: do not use a spin mutex for frag6_lock.
+ [ozaki-r, ticket #1548]
+
+bin/sh/miscbltin.c 1.51,1.52
+
+ PR 56972: fix escape ('\') handling in sh read builtin
+ and cosmetic improvements to error reporting.
+ [kre, ticket #1549]
+