Module Name:    src
Committed By:   snj
Date:           Mon Nov 26 17:29:36 UTC 2018

Modified Files:
        src/doc [netbsd-8]: CHANGES-8.1

Log Message:
tickets 1105-1108


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.61 -r1.1.2.62 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.61 src/doc/CHANGES-8.1:1.1.2.62
--- src/doc/CHANGES-8.1:1.1.2.61	Sat Nov 24 23:51:05 2018
+++ src/doc/CHANGES-8.1	Mon Nov 26 17:29:36 2018
@@ -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 @@ libexec/httpd/testsuite/test-simple     
 	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]
+

Reply via email to