Module Name: src
Committed By: martin
Date: Thu Oct 27 16:19:25 UTC 2022
Modified Files:
src/doc [netbsd-8]: CHANGES-8.3
Log Message:
Tickets #1778 and #1779
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.157 -r1.1.2.158 src/doc/CHANGES-8.3
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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.157 src/doc/CHANGES-8.3:1.1.2.158
--- src/doc/CHANGES-8.3:1.1.2.157 Wed Oct 26 18:19:42 2022
+++ src/doc/CHANGES-8.3 Thu Oct 27 16:19:25 2022
@@ -1,4 +1,4 @@
- $NetBSD: CHANGES-8.3,v 1.1.2.157 2022/10/26 18:19:42 martin Exp $
+ $NetBSD: CHANGES-8.3,v 1.1.2.158 2022/10/27 16:19:25 martin Exp $
A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
release:
@@ -2973,3 +2973,14 @@ doc/3RDPARTY (apply patch)
Updata tzdata to 2022e.
[kre, ticket #1777]
+sys/netinet6/frag6.c 1.76
+
+ frag6: do not use a spin mutex for frag6_lock.
+ [ozaki-r, ticket #1778]
+
+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 #1779]
+