Module Name: src
Committed By: matt
Date: Sat Mar 12 08:04:17 UTC 2011
Modified Files:
src/doc: CHANGES
Log Message:
Note PPC TLS support.
To generate a diff of this commit:
cvs rdiff -u -r1.1519 -r1.1520 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.1519 src/doc/CHANGES:1.1520
--- src/doc/CHANGES:1.1519 Thu Mar 10 13:17:35 2011
+++ src/doc/CHANGES Sat Mar 12 08:04:17 2011
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1519 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1520 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -885,3 +885,4 @@
limits from QUOTA to QUOTA2.
[bouyer 20110306]
tmux(1): First import of tmux (version 1.4). [jmmv 20110310]
+ powerpc: add TLS (thread local storage) support. [matt 20110311]