summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-01-09 21:24:30 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-01-09 21:24:30 +0000
commit7fbe6805671c0272311da886b6b4dfc1b537b605 (patch)
tree5f95454209a419d60f6b67156f64b4d14ab01e0c /cpukit/ChangeLog
parent2008-01-09 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-7fbe6805671c0272311da886b6b4dfc1b537b605.tar.bz2
2008-01-09 Joel Sherrill <joel.sherrill@oarcorp.com>
* libcsupport/Makefile.am: Add src/malloc_dirtier.c. * libcsupport/include/rtems/malloc.h: Add malloc dirty support. * libcsupport/src/malloc_p.h: Correct prototype.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 937c1228a5..0aabcaa4d3 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,11 @@
2008-01-09 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * libcsupport/Makefile.am: Add src/malloc_dirtier.c.
+ * libcsupport/include/rtems/malloc.h: Add malloc dirty support.
+ * libcsupport/src/malloc_p.h: Correct prototype.
+
+2008-01-09 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* score/include/rtems/score/coremutex.h,
score/src/coremutexseizeintr.c: Fix conditional code for inlining
_CORE_mutex_Seize_interrupt_trylock() and add comments.