summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-19 15:18:19 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-19 15:18:19 +0000
commita1f0ca28c069bbe2a3205be45b38d88648855448 (patch)
tree7d905dbbb63d08825e5ca35ffbce6dc95fca8c55 /cpukit/ChangeLog
parent2009-08-19 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-a1f0ca28c069bbe2a3205be45b38d88648855448.tar.bz2
2009-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>
* posix/src/pthread.c: Address sporadic server edge cases. Do not change priority if thread is holding a priority ceiling or inheritance mutex. Do not change it if it looks like the thread has manually changed its priority. Style cleanup on file with new comments added.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 7abe148280..f91808f9e8 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,11 @@
+2009-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * posix/src/pthread.c: Address sporadic server edge cases. Do not
+ change priority if thread is holding a priority ceiling or
+ inheritance mutex. Do not change it if it looks like the thread has
+ manually changed its priority. Style cleanup on file with new
+ comments added.
+
2009-08-18 Joel Sherrill <joel.sherrill@oarcorp.com>
* score/src/heapallocatealigned.c: Remove unused label.