summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 55ecd92014..a4f054223a 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,11 @@
+2008-09-05 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * libcsupport/include/clockdrv.h: The Shared Memory Driver no longer
+ requires the special IOCTL in Clock_control. This was a hack which
+ has existed since before the Classic API Timer Manager was
+ implemented. All implementations of and references to Clock_control
+ were removed.
+
2008-09-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* score/src/corebarrier.c, score/src/corebarrierrelease.c,