Module Name: src
Committed By: mrg
Date: Sun Jun 12 01:45:00 UTC 2011
Modified Files:
src/doc: CHANGES
Log Message:
note that sparc MODULAR works and is enabled now.
To generate a diff of this commit:
cvs rdiff -u -r1.1554 -r1.1555 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.1554 src/doc/CHANGES:1.1555
--- src/doc/CHANGES:1.1554 Wed Jun 8 22:33:35 2011
+++ src/doc/CHANGES Sun Jun 12 01:45:00 2011
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1554 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1555 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -1020,3 +1020,4 @@
ktrace(1): Add a new trace point to list all open file descriptors
after exec(3). [alnsn 20110601]
alpha: Converted Alpha to use PCU to manage FPU. [matt 20110607]
+ sparc: enable options MODULAR in the GENERIC* kernels. [mrg 20110611]