From 422289e54424dee85744b4d00bea2d65355c87c6 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 29 Jan 2002 18:18:14 +0000 Subject: 2001-01-29 Joel Sherrill * 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. --- cpukit/rtems/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'cpukit/rtems/ChangeLog') 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 + + * 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 * include/rtems/rtems/timer.h, src/timerserver.c: Add priority -- cgit v1.2.3