Module Name: src
Committed By: joerg
Date: Tue Nov 22 15:30:17 UTC 2011
Modified Files:
src/doc: CHANGES
Log Message:
ARM and M68K TLS support
To generate a diff of this commit:
cvs rdiff -u -r1.1629 -r1.1630 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.1629 src/doc/CHANGES:1.1630
--- src/doc/CHANGES:1.1629 Mon Nov 21 14:39:47 2011
+++ src/doc/CHANGES Tue Nov 22 15:30:17 2011
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1629 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1630 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -1173,3 +1173,5 @@ Changes from NetBSD 5.0 to NetBSD 6.0:
x68k: Remove pow(4) and rtcalarm(8) [isaki 20111119]
news68k: Add preliminary PROM function based framebuffer text console
support. [tsutsui 20111120]
+ arm: Add TLS (thread local storage) support. [joerg 20111118]
+ m68k: Add TLS (thread local storage) support. [joerg 20111122]