summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
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 e9f358ea80..225e3c07dc 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,11 @@
+2009-07-29 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * posix/src/killinfo.c: Add _Thread_Enable_dispatch() on EAGAIN
+ error case. Add debug print on loop processing threads waiting
+ for signal.
+ * posix/src/psignal.c: When the sigwait() Thread Queue processing loop
+ was changed to FIFO, I forgot to change the initialization to match.
+
2009-07-29 Roxana Leontie <roxana.leontie@gmail.com>
* libmisc/mw-fb/mw_fb.h: Cleaned code and added some more structures.