Module Name: src
Committed By: msaitoh
Date: Mon May 11 03:33:46 UTC 2015
Modified Files:
src/doc [netbsd-7]: CHANGES-7.0
Log Message:
Ticket 748.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.285 -r1.1.2.286 src/doc/CHANGES-7.0
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-7.0
diff -u src/doc/CHANGES-7.0:1.1.2.285 src/doc/CHANGES-7.0:1.1.2.286
--- src/doc/CHANGES-7.0:1.1.2.285 Sat May 9 13:56:41 2015
+++ src/doc/CHANGES-7.0 Mon May 11 03:33:46 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.285 2015/05/09 13:56:41 msaitoh Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.286 2015/05/11 03:33:46 msaitoh Exp $
A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
until the 7.0 release:
@@ -22916,3 +22916,8 @@ usr.sbin/sysinst/menus.mi 1.8
Fix a bug that a loop occured when we select "get the distribution".
Fixes PR#49440.
[martin, ticket #745]
+
+sys/dev/pci/hifn7751.c 1.60
+
+ Defer to a callout in hifn_rng_get. Fixes lock-against-self.
+ [riastradh, ticket #748]