summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 3da302b705..d8431262b8 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,14 @@
2007-05-21 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * libmisc/Makefile.am, libmisc/cpuuse/README: Split remaining CPU Usage
+ functionality into multiple files to eliminate unnecessary cohesion.
+ Update README.
+ * libmisc/cpuuse/cpuusagereport.c, libmisc/cpuuse/cpuusagereset.c:
+ New files.
+ * libmisc/cpuuse/cpuuse.c: Removed.
+
+2007-05-21 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* rtems/src/ratemonperiod.c: Fix math ordering bug which resulted in a
negative value in some circumstances. Also cleaned up to share uptime
declaration.