summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2010-06-07 09:35:01 +0000
committerSebastian Huber <sebastian.huber@embedded-brains.de>2010-06-07 09:35:01 +0000
commitb2a0214d4395787eca8e74375d283bf26c9ca4a1 (patch)
treeeb91086d7da6342ea88ad774939bb90afcfd3e4f /cpukit/ChangeLog
parent2010-06-07 Sebastian Huber <sebastian.huber@embedded-brains.de> (diff)
downloadrtems-b2a0214d4395787eca8e74375d283bf26c9ca4a1.tar.bz2
2010-06-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
* score/include/rtems/score/heap.h: Declare _Heap_Get_first_and_last_block(). Removed Heap_Extend_status. Changed return type of _Heap_Extend() to bool. * score/inline/rtems/score/heap.inl: Define _Heap_Set_last_block_size(). * score/src/heap.c: Define and use _Heap_Get_first_and_last_block(). * score/src/heapgetinfo.c: Removed assert statements. Do not count the last block. This ensures that all size values are an integral multiple of the page size which is consistent with the other statistics. * score/src/heapextend.c: Implemented support for scattered heap areas. * score/src/heapwalk.c: Dump also last block. Changes for new first and last block values. * ./score/src/pheapextend.c, rtems/src/regionextend.c: Update for _Heap_Extend() changes.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index f466696f16..28e50cf04d 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,22 @@
+2010-06-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+ * score/include/rtems/score/heap.h: Declare
+ _Heap_Get_first_and_last_block(). Removed Heap_Extend_status.
+ Changed return type of _Heap_Extend() to bool.
+ * score/inline/rtems/score/heap.inl: Define
+ _Heap_Set_last_block_size().
+ * score/src/heap.c: Define and use _Heap_Get_first_and_last_block().
+ * score/src/heapgetinfo.c: Removed assert statements. Do not count
+ the last block. This ensures that all size values are an integral
+ multiple of the page size which is consistent with the other
+ statistics.
+ * score/src/heapextend.c: Implemented support for scattered heap
+ areas.
+ * score/src/heapwalk.c: Dump also last block. Changes for new first
+ and last block values.
+ * ./score/src/pheapextend.c, rtems/src/regionextend.c: Update for
+ _Heap_Extend() changes.
+
2010-06-03 Chris Johns <chrisj@rtems.org>
* sapi/include/confdefs.h: PR 1543. Make default file system when