summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-21 15:40:00 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-21 15:40:00 +0000
commitff6b3fe78119c36d31cfb69c4df02304fb602610 (patch)
treeb2871ecd946e1cb855381bc21a037bfdec8a04d6 /cpukit/ChangeLog
parent2009-05-18 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-ff6b3fe78119c36d31cfb69c4df02304fb602610.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 173a19c3c6..7e18b8ce32 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-18 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1412/cpukit