summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2005-09-01 16:32:06 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2005-09-01 16:32:06 +0000
commit2bbe78a24927567bfe6bfbde292ce500486fcfc8 (patch)
tree9043e4854cc3f41bffd33df63b61b67721e59e76 /cpukit/ChangeLog
parent2005-09-01 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-2bbe78a24927567bfe6bfbde292ce500486fcfc8.tar.bz2
2005-09-01 Joel Sherrill <joel@OARcorp.com>
PR 820/rtems * score/inline/rtems/score/coremsg.inl, score/macros/rtems/score/coremsg.inl, score/src/coremsginsert.c: Increment of pending message count should be atomic with insertion on the pending message chain. Determination of the need to call the notification handler should also be in this atomic section of code.
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 19818f96c4..a6ddc692a0 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,14 @@
2005-09-01 Joel Sherrill <joel@OARcorp.com>
+ PR 820/rtems
+ * score/inline/rtems/score/coremsg.inl,
+ score/macros/rtems/score/coremsg.inl, score/src/coremsginsert.c:
+ Increment of pending message count should be atomic with insertion on
+ the pending message chain. Determination of the need to call the
+ notification handler should also be in this atomic section of code.
+
+2005-09-01 Joel Sherrill <joel@OARcorp.com>
+
PR 796/rtems
* posix/src/semtimedwait.c: sem_timedwait is supposed to use absolute
time for timeout specification. This patch is a modified version of