Module Name: src
Committed By: martin
Date: Mon Jul 13 14:37:41 UTC 2020
Modified Files:
src/doc [netbsd-8]: CHANGES-8.3
Log Message:
Tickets #1570 - #1573
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.18 -r1.1.2.19 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.18 src/doc/CHANGES-8.3:1.1.2.19
--- src/doc/CHANGES-8.3:1.1.2.18 Tue Jul 7 19:58:25 2020
+++ src/doc/CHANGES-8.3 Mon Jul 13 14:37:41 2020
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.3,v 1.1.2.18 2020/07/07 19:58:25 martin Exp $
+# $NetBSD: CHANGES-8.3,v 1.1.2.19 2020/07/13 14:37:41 martin Exp $
A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
release:
@@ -259,3 +259,24 @@ 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]
+external/bsd/dhcpcd/dist/hooks/01-test (apply patch)
+
+ Fix dhcpcd test not to require /usr.
+ [roy, ticket #1570]
+
+sys/dev/scsipi/scsiconf.c 1.288
+
+ Continue scanning a SCSI bus when a LUN is reported not present.
+ [kim, ticket #1571]
+
+sys/dev/pci/vioscsi.c 1.22
+
+ Fix off-by-one SCSI target reporting.
+ [kim, ticket #1572]
+
+sys/dev/usb/ualea.c 1.12
+
+ Set up the USB xfer for every transfer, not just once in the attach
+ function.
+ [simonb, ticket #1573]
+