summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-07 19:39:25 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-07 19:39:25 +0000
commit5ae327bcf7998573c437fafbc0c298c252c7eec1 (patch)
tree553bbfadcf4d4ac41e893ff29c2716a45f3cc591 /cpukit/ChangeLog
parent2007-09-07 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-5ae327bcf7998573c437fafbc0c298c252c7eec1.tar.bz2
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.
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: