Module Name: src
Committed By: martin
Date: Mon Aug 29 16:22:05 UTC 2022
Modified Files:
src/doc [netbsd-9]: CHANGES-9.4
Log Message:
Tickets #1503 - #1510
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.5 -r1.1.2.6 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.5 src/doc/CHANGES-9.4:1.1.2.6
--- src/doc/CHANGES-9.4:1.1.2.5 Sun Aug 28 13:30:53 2022
+++ src/doc/CHANGES-9.4 Mon Aug 29 16:22:05 2022
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.4,v 1.1.2.5 2022/08/28 13:30:53 martin Exp $
+# $NetBSD: CHANGES-9.4,v 1.1.2.6 2022/08/29 16:22:05 martin Exp $
A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4
release:
@@ -46,3 +46,50 @@ libexec/telnetd/utility.c 1.34
telnetd(8): fix CVE-2020-10188.
[hgutch, ticket #1502]
+external/cddl/osnet/dist/lib/libzfs/common/libzfs_import.c 1.6,1.7
+
+ Enable zpool(8) to reliably find components on dk(4) wedges.
+ [riastradh, ticket #1503]
+
+sys/fs/ptyfs/ptyfs_vnops.c 1.69
+
+ ptyfs: fix buffer overrun.
+ [riastradh, ticket #1504]
+
+sys/dev/ic/tpm.c 1.20
+sys/dev/isa/tpm_isa.c 1.8
+
+ tpm(4): kernel attach messages cosmetics.
+ [riastradh, ticket #1505]
+
+sys/dev/raidframe/rf_netbsdkintf.c 1.409
+
+ raid(4): reject the RAIDFRAME_SET_LAST_UNIT and RAIDFRAME_SHUTDOWN
+ ioctls when RAIDframe is not initialized.
+ [oster, ticket #1506]
+
+bin/test/test.c 1.45
+
+ PR 56983: fix confusing message in test(1).
+ [dholland, ticket #1507]
+
+libexec/telnetd/telnetd.c 1.58 (patch)
+
+ telnetd(8): fix a crash accessing the slc table before initialization.
+ [dholland, ticket #1508]
+
+sys/dev/scsipi/sd.c 1.335
+sys/dev/scsipi/sdvar.h 1.40
+
+ sd(4): fix buffer over-read leading to garbage appended
+ to the device type string and possible information disclosure.
+ [mlelstv, ticket #1509]
+
+
+external/mit/xorg/bin/xdm/Makefile 1.18,1.19
+external/mit/xorg/bin/xdm/Makefile.xdm 1.11
+
+ PR 54851: xdm(8): fix the man page generation, and include
+ "sbin" directories (and games) in DEF_USER_PATH.
+ [nia, ticket #1510]
+