Module Name: src
Committed By: msaitoh
Date: Mon May 11 07:27:07 UTC 2015
Modified Files:
src/doc [netbsd-7]: CHANGES-7.0
Log Message:
Ticket 746.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.288 -r1.1.2.289 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.288 src/doc/CHANGES-7.0:1.1.2.289
--- src/doc/CHANGES-7.0:1.1.2.288 Mon May 11 06:17:16 2015
+++ src/doc/CHANGES-7.0 Mon May 11 07:27:07 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.288 2015/05/11 06:17:16 msaitoh Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.289 2015/05/11 07:27:07 msaitoh Exp $
A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
until the 7.0 release:
@@ -22935,3 +22935,8 @@ sys/dev/pci/hifn7751.c 1.59
Initialise sc_mtx slightly earlier, before it is used on systems with
rng.
[mrg, ticket #750]
+
+usr.sbin/sysinst/Makefile.inc 1.6-1.7
+
+ Make gcc generate better debug info when building with DEBUG set.
+ [martin, ticket #746]