summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index df69247259..db28f5ac47 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,16 @@
+2008-06-06 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * libcsupport/src/__times.c, libmisc/cpuuse/cpuusagereport.c,
+ libmisc/cpuuse/cpuusagereset.c, libmisc/monitor/mon-task.c,
+ rtems/include/rtems/rtems/ratemon.h, rtems/src/ratemongetstatus.c,
+ rtems/src/ratemonperiod.c, score/include/rtems/score/thread.h,
+ score/src/threaddispatch.c, score/src/threadinitialize.c,
+ score/src/threadtickletimeslice.c: Add typedefs for cpu usage and
+ period timing statistics. Also renamed related variables and
+ structure members so they are the same whether you are using
+ nanosecond (e.g. struct timespec) or ticks (e.g. uint32_t)
+ granularity. This lays the groundwork for future cleanup.
+
2008-06-05 Joel Sherrill <joel.sherrill@OARcorp.com>
* sapi/include/confdefs.h: Rework to be more accurate on allocation. In