summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 3d7d207a57..3c1e1e350d 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,10 @@
2009-10-11 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * posix/src/alarm.c: If 0 seconds do not insert timer.
+ * rtems/src/regionextend.c: Eliminate warning. Use default else.
+
+2009-10-11 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* score/inline/rtems/score/thread.inl, score/src/threaddispatch.c:
Correct conditionals so _Thread_Enable_dispatch() is always inlined
when intended.