Module Name: src
Committed By: maya
Date: Mon Nov 21 08:40:30 UTC 2016
Modified Files:
src/doc: CHANGES
Log Message:
Note scsipi and umass MP safety changes
ok skrll
To generate a diff of this commit:
cvs rdiff -u -r1.2209 -r1.2210 src/doc/CHANGES
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
diff -u src/doc/CHANGES:1.2209 src/doc/CHANGES:1.2210
--- src/doc/CHANGES:1.2209 Fri Nov 11 21:11:03 2016
+++ src/doc/CHANGES Mon Nov 21 08:40:30 2016
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2209 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2210 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -394,3 +394,5 @@ Changes from NetBSD 7.0 to NetBSD 8.0:
zoneinfo: Import tzdata2016i. [kre 20161103]
libc: Update to tzcode2016i. [christos 20161104]
acpi(4): Updated ACPICA to 20160930. [christos 20161111]
+ scsipi(9): Make scsipi framework MPSAFE. [mlelstv 20161120]
+ umass(4): mark MPSAFE. [skrll 20161121]