Module Name: src
Committed By: jmcneill
Date: Thu Nov 24 00:56:47 UTC 2011
Modified Files:
src/doc: CHANGES
Log Message:
audio: Audio drivers are now MP-safe.
To generate a diff of this commit:
cvs rdiff -u -r1.1631 -r1.1632 src/doc/CHANGES
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
diff -u src/doc/CHANGES:1.1631 src/doc/CHANGES:1.1632
--- src/doc/CHANGES:1.1631 Thu Nov 24 00:40:31 2011
+++ src/doc/CHANGES Thu Nov 24 00:56:46 2011
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1631 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1632 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -1176,3 +1176,4 @@ Changes from NetBSD 5.0 to NetBSD 6.0:
arm: Add TLS (thread local storage) support. [joerg 20111118]
m68k: Add TLS (thread local storage) support. [joerg 20111122]
resolvconf(8): import openresolv-3.4.5 [roy 20111124]
+ audio: Audio drivers are now MP-safe. [jmcneill 20111123]