Module Name:    src
Committed By:   martin
Date:           Fri Sep  4 15:09:00 UTC 2015

Modified Files:
        src/doc [netbsd-7]: CHANGES-7.0

Log Message:
Tickets #951, #953 and #963


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.372 -r1.1.2.373 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.372 src/doc/CHANGES-7.0:1.1.2.373
--- src/doc/CHANGES-7.0:1.1.2.372	Thu Sep  3 03:31:53 2015
+++ src/doc/CHANGES-7.0	Fri Sep  4 15:09:00 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.372 2015/09/03 03:31:53 riz Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.373 2015/09/04 15:09:00 martin Exp $
 
 A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
 until the 7.0 release:
@@ -33956,3 +33956,28 @@ usr.sbin/postinstall/postinstall		1.201 
 	Handle blacklistd properly in postinstall.
 	[snj, ticket #968]
 
+sys/arch/sparc64/dev/pckbc_ebus.c		1.2
+sys/arch/sparc64/sparc64/autoconf.c		1.204
+
+	Detect a boot device more precisely on QEMU by checking the device
+	name.
+	pckbc@ebus: match "kb_ps2" device to make keyboard and mouse work
+	on qemu-sparc64.
+	[nakayama, ticket #951]
+
+sys/arch/arm/arm32/cortex_pmc.c			1.4
+
+	Cortex delay() sometimes returned too early.
+	[skrll, ticket #953]
+
+xsrc/external/mit/MesaLib/dist/src/util/ralloc.c 1.2
+
+	Use __attribute__((__destructor__)), not atexit, in shared objects.
+
+sys/dev/pci/hdaudio/hdafg.c			1.26
+sys/dev/pci/hdaudio/hdaudio.c			1.25
+sys/dev/pci/hdaudio/hdaudiovar.h		1.10
+
+	Fix locking against myself problem.
+	[tsutsui, ticket #963]
+

Reply via email to