summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index b279565318..6e7687dc0e 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,16 @@
+2011-04-21 Jennifer Averett <Jennifer.Averett@OARcorp.com
+
+ PR 1777/cpukit
+ * libcsupport/src/malloc_deferred.c, libcsupport/src/realloc.c,
+ score/Makefile.am, score/cpu/lm32/irq.c, score/cpu/nios2/irq.c,
+ score/include/rtems/score/coremutex.h,
+ score/include/rtems/score/thread.h,
+ score/inline/rtems/score/thread.inl, score/src/heapfree.c,
+ score/src/pheapwalk.c, score/src/smp.c, score/src/threaddispatch.c:
+ Consolidated access to _Thread_Dispatch_disable_level.
+ * score/src/threaddisabledispatch.c, score/src/threadenabledispatch.c:
+ New files.
+
2011-04-18 Joel Sherrill <joel.sherrilL@OARcorp.com>
* posix/src/mqueuegetattr.c,