Module Name: src
Committed By: msaitoh
Date: Mon May 11 06:17:16 UTC 2015
Modified Files:
src/doc [netbsd-7]: CHANGES-7.0
Log Message:
Ticket 750.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.287 -r1.1.2.288 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.287 src/doc/CHANGES-7.0:1.1.2.288
--- src/doc/CHANGES-7.0:1.1.2.287 Mon May 11 05:43:52 2015
+++ src/doc/CHANGES-7.0 Mon May 11 06:17:16 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.287 2015/05/11 05:43:52 msaitoh Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.288 2015/05/11 06:17:16 msaitoh Exp $
A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
until the 7.0 release:
@@ -22929,3 +22929,9 @@ external/bsd/wpa/dist/src/wps/httpread.c
Fix buffer overflow, DoS attack and memory leak.
[christos, ticket #749]
+
+sys/dev/pci/hifn7751.c 1.59
+
+ Initialise sc_mtx slightly earlier, before it is used on systems with
+ rng.
+ [mrg, ticket #750]