Source-Changes-HG archive

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

[src/netbsd-8]: src/doc tickets 1105-1108



details:   https://anonhg.NetBSD.org/src/rev/dd0ffb44f34f
branches:  netbsd-8
changeset: 852135:dd0ffb44f34f
user:      snj <snj%NetBSD.org@localhost>
date:      Mon Nov 26 17:29:36 2018 +0000

description:
tickets 1105-1108

diffstat:

 doc/CHANGES-8.1 |  25 ++++++++++++++++++++++++-
 1 files changed, 24 insertions(+), 1 deletions(-)

diffs (36 lines):

diff -r c0248413f903 -r dd0ffb44f34f doc/CHANGES-8.1
--- a/doc/CHANGES-8.1   Mon Nov 26 17:24:51 2018 +0000
+++ b/doc/CHANGES-8.1   Mon Nov 26 17:29:36 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.1,v 1.1.2.61 2018/11/24 23:51:05 martin Exp $
+# $NetBSD: CHANGES-8.1,v 1.1.2.62 2018/11/26 17:29:36 snj Exp $
 
 A complete list of changes from the NetBSD 8.0 release to the NetBSD 8.1
 release:
@@ -1795,3 +1795,26 @@
        Fix access checks for special files.
        [mrg, #1104]
 
+sys/dev/dksubr.c                               1.104
+
+       rnd_add_uint32() doens't support concurent calls for the same
+       rnd_source, call it with dksc->sc_iolock held.
+       [bouyer, ticket #1105]
+
+sys/kern/subr_evcnt.c                          1.13 via patch
+
+       Fix kernel information leak.
+       [maxv, ticket #1106]
+
+sys/dev/pci/if_bge.c                           1.316
+
+       bge(4): Fix TSO4 for 5717 and newer.
+       [bouyer, ticket #1107]
+
+sys/dev/pci/if_wm.c                            1.599
+
+       wm(4):
+       - Fix a bug that i82578 PHY can't detect correctly.
+       - Print PHY OUI and model number if a PHY's can't be identified.
+       [msaitoh, ticket #1108]
+



Home | Main Index | Thread Index | Old Index