summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-28 20:38:22 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-28 20:38:22 +0000
commitee2e3a1038660d634fb9cc9c30d96adf184389bc (patch)
tree4af0249efba6ea683cf4c7ad8a5f44e3e6d2164f /cpukit/ChangeLog
parent2009-05-21 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-ee2e3a1038660d634fb9cc9c30d96adf184389bc.tar.bz2
2009-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1415/cpukit * rtems/src/semcreate.c, rtems/src/semtranslatereturncode.c, score/include/rtems/score/coremutex.h, score/inline/rtems/score/coremutex.inl, score/src/coremutex.c: Address two paths where a task with a priority above the ceiling could obtain a priority ceiling mutex.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 7e18b8ce32..8e9126524c 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,12 @@
+2009-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ PR 1415/cpukit
+ * rtems/src/semcreate.c, rtems/src/semtranslatereturncode.c,
+ score/include/rtems/score/coremutex.h,
+ score/inline/rtems/score/coremutex.inl, score/src/coremutex.c:
+ Address two paths where a task with a priority above the ceiling
+ could obtain a priority ceiling mutex.
+
2009-05-21 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1413/cpukit