Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-8]: src/doc 293



details:   https://anonhg.NetBSD.org/src/rev/d8f71d54ff1c
branches:  netbsd-8
changeset: 851046:d8f71d54ff1c
user:      snj <snj%NetBSD.org@localhost>
date:      Thu Sep 28 01:19:22 2017 +0000

description:
293

diffstat:

 doc/CHANGES-8.0 |  11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 52dd775b7ed2 -r d8f71d54ff1c doc/CHANGES-8.0
--- a/doc/CHANGES-8.0   Thu Sep 28 01:18:55 2017 +0000
+++ b/doc/CHANGES-8.0   Thu Sep 28 01:19:22 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.0,v 1.1.2.59 2017/09/23 18:27:21 snj Exp $
+# $NetBSD: CHANGES-8.0,v 1.1.2.60 2017/09/28 01:19:22 snj Exp $
 
 A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04
 until the 8.0 release:
@@ -6050,3 +6050,12 @@
        Make vs(4) work again.
        [isaki, ticket #172]
 
+sys/dev/usb/if_athn_usb.c                      1.23
+
+       PR/52553 Panic on "ifconfig athn0 up"
+
+       Don't race for a transfer in athn_usb_init on the free list
+       for beacons.  Instead pre-assign a transfer to beacons in
+       athn_usb_alloc_tx_list
+       [skrll, ticket #293]
+



Home | Main Index | Thread Index | Old Index