summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorThomas Doerfler <Thomas.Doerfler@embedded-brains.de>2009-11-30 13:06:21 +0000
committerThomas Doerfler <Thomas.Doerfler@embedded-brains.de>2009-11-30 13:06:21 +0000
commit9224a751b12835d21b11760c32a4a89524bb6b3e (patch)
treeee87034914f92f7388a421bf4e7a1c3ea40ce5b1 /cpukit/ChangeLog
parentfixed some typos (diff)
downloadrtems-9224a751b12835d21b11760c32a4a89524bb6b3e.tar.bz2
Changed base implementation of protected heap allocations to use _Heap_Allocate_aligned_with_boundary().
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 12a0868031..181d2c523c 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,16 @@
2009-11-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
+ * score/include/rtems/score/protectedheap.h,
+ score/src/pheapallocate.c: Changed base implementation of protected
+ heap allocations to use _Heap_Allocate_aligned_with_boundary().
+ * libcsupport/include/rtems/malloc.h, libcsupport/src/rtems_malloc.c:
+ Check system state. Process deferred frees. Renamed rtems_malloc() in
+ rtems_heap_allocate_aligned_with_boundary().
+ * score/src/pheapallocatealigned.c: Removed file.
+ * score/Makefile.am: Update for removed file.
+
+2009-11-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
+
* libblock/include/rtems/bdbuf.h: Documentation.
* libblock/include/rtems/blkdev.h: Avoid designated initializers for
C++ compatibility.