Module Name: src
Committed By: matt
Date: Mon Jan 17 01:35:25 UTC 2011
Modified Files:
src/doc: CHANGES
Log Message:
Note secureplt support for powerpc.
To generate a diff of this commit:
cvs rdiff -u -r1.1489 -r1.1490 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.1489 src/doc/CHANGES:1.1490
--- src/doc/CHANGES:1.1489 Fri Jan 14 10:34:15 2011
+++ src/doc/CHANGES Mon Jan 17 01:35:24 2011
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1489 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1490 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -824,3 +824,6 @@
now possible. [jakllsch 20110106]
sigqueue(2): Implement sigqueue/sigqueueinfo [christos 20110109]
amiga: Add a driver for BlizzardPPC 603e+ SCSI [phx 20110114]
+ powerpc: Add support for using secure PLT (thereby allowing data
+ and bss of powerpc programs and shared library to be set
+ non-executable). [matt 20110115]