Module Name: src
Committed By: msaitoh
Date: Sun Dec 21 20:26:30 UTC 2014
Modified Files:
src/doc [netbsd-6]: CHANGES-6.2
Log Message:
Ticket 1214 and 1215.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.168 -r1.1.2.169 src/doc/CHANGES-6.2
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-6.2
diff -u src/doc/CHANGES-6.2:1.1.2.168 src/doc/CHANGES-6.2:1.1.2.169
--- src/doc/CHANGES-6.2:1.1.2.168 Sun Dec 21 19:13:57 2014
+++ src/doc/CHANGES-6.2 Sun Dec 21 20:26:30 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.168 2014/12/21 19:13:57 msaitoh Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.169 2014/12/21 20:26:30 msaitoh Exp $
A complete list of changes from the 6.1 release until the 6.2 release:
@@ -5603,3 +5603,15 @@ xsrc/external/mit/fontconfig/include/fcf
Update fontconfig to version 2.11.1.
[mrg, ticket #1178]
+
+sys/arch/arm/broadcom/bcm2835_tmr.c 1.4
+
+ Clear status of BCM2835_STIMER_M3 only as timer comparison reg 0 and 2
+ are used by the VideoCore on Raspberry Pi. This fixes audio playback.
+ Addresses PR 48805.
+ [nat, ticket #1214]
+
+usr.sbin/perfused/perfused.c 1.25
+
+ Survive if filesystem installs a signal handler.
+ [manu, ticket #1215]