summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-21 15:39:51 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-21 15:39:51 +0000
commit43fe77c23bb2c4dbfe8708dc5147c00232dbde8f (patch)
tree8360d589a40d810d8129a5ccaa2429e368f9420b /cpukit/ChangeLog
parent2009-05-21 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-43fe77c23bb2c4dbfe8708dc5147c00232dbde8f.tar.bz2
2009-05-21 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1413/cpukit * rtems/src/timerserver.c: Fix bug where server based timers which reinitiated themselves did not get reinserted onto timer chain.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 4525913997..5c1824093a 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,9 @@
+2009-05-21 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ PR 1413/cpukit
+ * rtems/src/timerserver.c: Fix bug where server based timers which
+ reinitiated themselves did not get reinserted onto timer chain.
+
2009-05-20 Joel Sherrill <joel.sherrill@oarcorp.com>
* librpc/src/xdr/xdr_float.c: Change detection logic for h8300.