Module Name: src
Committed By: martin
Date: Fri Jan 11 15:56:48 UTC 2019
Modified Files:
src/doc [netbsd-8]: CHANGES-8.1
Log Message:
Tickets #1158, #1161 and #1162
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.87 -r1.1.2.88 src/doc/CHANGES-8.1
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.1
diff -u src/doc/CHANGES-8.1:1.1.2.87 src/doc/CHANGES-8.1:1.1.2.88
--- src/doc/CHANGES-8.1:1.1.2.87 Mon Jan 7 13:50:37 2019
+++ src/doc/CHANGES-8.1 Fri Jan 11 15:56:48 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.1,v 1.1.2.87 2019/01/07 13:50:37 martin Exp $
+# $NetBSD: CHANGES-8.1,v 1.1.2.88 2019/01/11 15:56:48 martin Exp $
A complete list of changes from the NetBSD 8.0 release to the NetBSD 8.1
release:
@@ -2211,3 +2211,20 @@ sys/dev/pci/mpii.c 1.19
Fix LUN handling (byte order issue).
[kardel, ticket #1157]
+distrib/common/cgdroot.rc 1.2-1.4
+
+ Add support cgd root on ld0 (not just wd0).
+ [sevan, ticket #1158]
+
+sys/dev/usb/usbdi.c 1.181
+
+ Avoid use after free when closing interrupt pipe transfer by calling
+ upm_close before destroying the interupt pipe xfer.
+ [skrll, ticket #1161]
+
+sys/net/if_ppp.c 1.162,1.163
+
+ Fix missing mutex_exit in ppp_create().
+ Fix missing splx in ppp_inproc().
+ [knakahara, ticket #1162]
+