summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-07-24 21:37:39 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-07-24 21:37:39 +0000
commit3462c3432604442c5535488dad080153322f7a18 (patch)
tree8c0e3c3f4aa7ebfcdf3677daa90e103ad41dbdb2 /cpukit/ChangeLog
parent2007-07-24 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-3462c3432604442c5535488dad080153322f7a18.tar.bz2
2007-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* libmisc/cpuuse/cpuusagereport.c, libmisc/cpuuse/cpuusagereset.c, score/src/timespecdivide.c: Fix various math and reporting bugs. Now the time appears to be reported correctly and add up to what is expected.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index d6910e4549..9fa534013c 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,10 @@
+2007-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * libmisc/cpuuse/cpuusagereport.c, libmisc/cpuuse/cpuusagereset.c,
+ score/src/timespecdivide.c: Fix various math and reporting bugs. Now
+ the time appears to be reported correctly and add up to what is
+ expected.
+
2007-07-24 Ralf Corsépius <ralf.corsepius@rtems.org>
* shttpd/Makefile.am: Prefix all non-public symbols with _shttp_.