summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-29 18:18:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-29 18:18:14 +0000
commit422289e54424dee85744b4d00bea2d65355c87c6 (patch)
treef508c04347f45e7f2c55177d2a16ca15d58de774 /cpukit/rtems/ChangeLog
parent2001-01-24 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-422289e54424dee85744b4d00bea2d65355c87c6.tar.bz2
2001-01-29 Joel Sherrill <joel@OARcorp.com>
* Fixed bug where resetting a timer that was not at the head of one of the task timer chains resulted in the Timer Server task waking up too far in the future. * Added rtems_timer_get_information() directive to support testing. * src/timerserver.c, include/rtems/rtems/timer.h, * src/timergetinfo.c: New file. * src/Makefile.am: Modified to reflect above.
Diffstat (limited to '')
-rw-r--r--cpukit/rtems/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/cpukit/rtems/ChangeLog b/cpukit/rtems/ChangeLog
index d7c765775b..dc436ac762 100644
--- a/cpukit/rtems/ChangeLog
+++ b/cpukit/rtems/ChangeLog
@@ -1,3 +1,13 @@
+2001-01-29 Joel Sherrill <joel@OARcorp.com>
+
+ * Fixed bug where resetting a timer that was not at the head
+ of one of the task timer chains resulted in the Timer Server
+ task waking up too far in the future.
+ * Added rtems_timer_get_information() directive to support testing.
+ * src/timerserver.c, include/rtems/rtems/timer.h,
+ * src/timergetinfo.c: New file.
+ * src/Makefile.am: Modified to reflect above.
+
2001-01-22 Joel Sherrill <joel@OARcorp.com>
* include/rtems/rtems/timer.h, src/timerserver.c: Add priority