summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-10-10 16:03:38 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-10-10 16:03:38 +0000
commit171bbec50871de9b60ae87c460bbfceebc26f769 (patch)
tree7bd0ac9e75dd10f9f1196f504dd603c3212ebf8b /cpukit/ChangeLog
parent2009-10-10 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-171bbec50871de9b60ae87c460bbfceebc26f769.tar.bz2
2009-10-10 Joel Sherrill <joel.sherrill@oarcorp.com>
* posix/include/rtems/posix/threadsup.h, posix/src/cancel.c, posix/src/canceleval.c: Make psxcancel run again. _POSIX_Thread_Exit() can be called on running thread or another thread when it is cancelled.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index ab455e972a..724bf13de3 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,12 @@
2009-10-10 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * posix/include/rtems/posix/threadsup.h, posix/src/cancel.c,
+ posix/src/canceleval.c: Make psxcancel run again.
+ _POSIX_Thread_Exit() can be called on running thread or another
+ thread when it is cancelled.
+
+2009-10-10 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* posix/src/mqueuetimedreceive.c, posix/src/mqueuetimedsend.c,
posix/src/mutextimedlock.c, posix/src/prwlocktimedrdlock.c,
posix/src/prwlocktimedwrlock.c, posix/src/semtimedwait.c: Switch from