summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index f67ffece3c..bf9ae7ad19 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,10 @@
+2007-09-07 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * score/src/heap.c: Style.
+ * score/src/heapwalk.c: Add more information to prints.
+ * score/src/pheapwalk.c: Do not lock allocator mutex if dispatching
+ is disabled.
+
2007-09-06 Joel Sherrill <joel.sherrill@oarcorp.com>
* libcsupport/Makefile.am, libcsupport/src/printk.c: