summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-15 20:17:39 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-15 20:17:39 +0000
commit81ee9944881698f1fed1cb38188e4c50c5e8c601 (patch)
tree3397d59b35afcc6aac53ef4429d5459606454006 /testsuites/libtests/ChangeLog
parent2007-05-15 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-81ee9944881698f1fed1cb38188e4c50c5e8c601.tar.bz2
2007-05-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* rtmonuse/init.c, rtmonuse/task1.c: Integrate Rate Monotonic Statistics and Period Usage into Rate Monotonic Manager. Added the following directives: rtems_rate_monotonic_get_statistics, rtems_rate_monotonic_reset_statistics, rtems_rate_montonic_reset_all_statistics, rtems_rate_montonic_report_statistics, and rtems_object_get_name. Obsoleted the rtems/rtmonuse.h file as a public interface.
Diffstat (limited to 'testsuites/libtests/ChangeLog')
-rw-r--r--testsuites/libtests/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuites/libtests/ChangeLog b/testsuites/libtests/ChangeLog
index 7b60c2de64..22d3641771 100644
--- a/testsuites/libtests/ChangeLog
+++ b/testsuites/libtests/ChangeLog
@@ -1,3 +1,13 @@
+2007-05-15 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * rtmonuse/init.c, rtmonuse/task1.c: Integrate Rate Monotonic
+ Statistics and Period Usage into Rate Monotonic Manager. Added the
+ following directives: rtems_rate_monotonic_get_statistics,
+ rtems_rate_monotonic_reset_statistics,
+ rtems_rate_montonic_reset_all_statistics,
+ rtems_rate_montonic_report_statistics, and rtems_object_get_name.
+ Obsoleted the rtems/rtmonuse.h file as a public interface.
+
2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>
* cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am,