Module Name: src
Committed By: martin
Date: Tue Jul 7 19:58:25 UTC 2020
Modified Files:
src/doc [netbsd-8]: CHANGES-8.3
Log Message:
Tickets #1565, #1566, #1567, and #1569
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.17 -r1.1.2.18 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.17 src/doc/CHANGES-8.3:1.1.2.18
--- src/doc/CHANGES-8.3:1.1.2.17 Tue Jun 30 18:50:55 2020
+++ src/doc/CHANGES-8.3 Tue Jul 7 19:58:25 2020
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.3,v 1.1.2.17 2020/06/30 18:50:55 martin Exp $
+# $NetBSD: CHANGES-8.3,v 1.1.2.18 2020/07/07 19:58:25 martin Exp $
A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
release:
@@ -233,3 +233,29 @@ usr.bin/w/w.c 1.85,1.86
Fix domain stripping in host field output.
[kim, ticket #1564]
+usr.bin/w/w.c 1.87
+
+ w(1): Fix host field output.
+ [kim, ticket #1565]
+
+sys/netinet/tcp_input.c 1.418 (via patch)
+
+ - always set both ip and ip6, otherwise a kernel assertion
+ can be triggered
+ - move alignment early so that we do less work
+ [christos, ticket #1566]
+
+lib/libcurses/ins_wch.c 1.15
+lib/libcurses/ins_wstr.c 1.15
+lib/libcurses/insch.c 1.26
+lib/libcurses/insstr.c 1.8
+
+ PR 55460: mvwins*(WINDOW *win, ...) functions - call wins* on win,
+ not stdscr.
+ [uwe, ticket #1567]
+
+external/bsd/nvi/dist/vi/v_txt.c 1.7
+
+ PR bin/55468: fix crash due to out-of-bounds access with Ctrl-W.
+ [rin, ticket #1569]
+