summaryrefslogtreecommitdiffstats
path: root/c/src/tests/sptests/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-29 18:20:59 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-29 18:20:59 +0000
commitef70d9b652e75326f534d7e66bb3e0bcc55b3b58 (patch)
treeb924708ca07655b2f7e8da8e740314c121b723eb /c/src/tests/sptests/ChangeLog
parent2002-01-29 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-ef70d9b652e75326f534d7e66bb3e0bcc55b3b58.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. * sp31/init.c, sp31/system.h, sp31/task1.c: Modified to test for above condition.
Diffstat (limited to 'c/src/tests/sptests/ChangeLog')
-rw-r--r--c/src/tests/sptests/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/c/src/tests/sptests/ChangeLog b/c/src/tests/sptests/ChangeLog
index f897d74e8b..8611d8a020 100644
--- a/c/src/tests/sptests/ChangeLog
+++ b/c/src/tests/sptests/ChangeLog
@@ -1,3 +1,12 @@
+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.
+ * sp31/init.c, sp31/system.h, sp31/task1.c: Modified to test for
+ above condition.
+
2001-01-22 Joel Sherrill <joel@OARcorp.com>
* sp09/screen14.c, sp09/sp09.scn, sp30/init.c, sp31/init.c: Modified