summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
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.