summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-12 20:13:54 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-12 20:13:54 +0000
commit7073b0e9bd5561033d1022929b6ff6de04fef704 (patch)
treede2849527b03a88a5833488a181e7bcf8ab78e4f /cpukit/ChangeLog
parent2007-09-04 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-7073b0e9bd5561033d1022929b6ff6de04fef704.tar.bz2
2007-09-11 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am, include/bsp.h: Do not include networking drivers if networking is disabled.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 78d035b0ae..574f164f33 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,13 @@
+2007-09-12 Sergei Organov <osv@javad.com>
+
+ PR 1258/rtems
+ * score/src/heapallocatealigned.c (block_allocate): New routine.
+ * score/src/heapallocatealigned.c (_Heap_Allocate_aligned):
+ Use block_allocate() instead of _Heap_Block_allocate(). Replace
+ _Heap_Head(the_heap)->next with equivalent _Heap_First(the_heap).
+ * score/src/heap.c (_Heap_Allocate): fix comments according
+ to changed block split strategy in _Heap_Allocate_aligned().
+
2007-08-28 Joel Sherrill <joel.sherrill@OARcorp.com>
* ChangeLog, sapi/src/io.c: Revert change accidentally committed to