Module Name:    src
Committed By:   martin
Date:           Thu Feb 11 13:05:16 UTC 2021

Modified Files:
        src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Tickets #1652 - #1654


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.70 -r1.1.2.71 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.70 src/doc/CHANGES-8.3:1.1.2.71
--- src/doc/CHANGES-8.3:1.1.2.70	Wed Feb 10 16:57:42 2021
+++ src/doc/CHANGES-8.3	Thu Feb 11 13:05:16 2021
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.3,v 1.1.2.70 2021/02/10 16:57:42 martin Exp $
+# $NetBSD: CHANGES-8.3,v 1.1.2.71 2021/02/11 13:05:16 martin Exp $
 
 A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
 release:
@@ -1559,3 +1559,21 @@ usr.bin/nl/nl.c					1.13-1.15
 	minor cleanup.
 	[ginsbach, ticket #1651]
 
+sys/dev/scsipi/cd.c				1.350
+sys/dev/scsipi/sd.c				1.331
+
+	PR 55986: DK_BUSY must have mask as second argument.
+	[ryoon, ticket #1652]
+
+sys/fs/msdosfs/msdosfs_vfsops.c			1.136
+
+	PR 55985: do not insist on valid MSDOS bootloader signatures for
+	mounting an msdosfs.
+	[ryoon, ticket #1653]
+
+sys/arch/x68k/x68k/machdep.c			1.204
+
+	Restore fixes for PR 51663 lost in r1.195 (uvm_hotplug(9) merge),
+	fixing kernel crash dumps for x68k.
+	[tsutsui, ticket #1654]
+

Reply via email to