Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-8]: src/doc Tickets #1158, #1161 and #1162
details: https://anonhg.NetBSD.org/src/rev/77099a06c7e7
branches: netbsd-8
changeset: 447449:77099a06c7e7
user: martin <martin%NetBSD.org@localhost>
date: Fri Jan 11 15:56:48 2019 +0000
description:
Tickets #1158, #1161 and #1162
diffstat:
doc/CHANGES-8.1 | 19 ++++++++++++++++++-
1 files changed, 18 insertions(+), 1 deletions(-)
diffs (30 lines):
diff -r f0de80846afb -r 77099a06c7e7 doc/CHANGES-8.1
--- a/doc/CHANGES-8.1 Fri Jan 11 15:55:01 2019 +0000
+++ b/doc/CHANGES-8.1 Fri Jan 11 15:56:48 2019 +0000
@@ -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 @@
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]
+
Home |
Main Index |
Thread Index |
Old Index