summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-10-30 17:54:29 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-10-30 17:54:29 +0000
commit94d9beecf41191e96554dd9d12ffdbabe9cc54df (patch)
tree1ce488f0745b16c27db112b2b2761486576ce8f3 /cpukit/ChangeLog
parent2009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-94d9beecf41191e96554dd9d12ffdbabe9cc54df.tar.bz2
2009-10-30 Glenn Humphrey <glenn.humphrey@oarcorp.com>
PR pr1462/cpukit * rtems/include/rtems/rtems/ratemon.h, rtems/src/ratemongetstatus.c, rtems/src/ratemonperiod.c, rtems/src/ratemontimeout.c, score/include/rtems/score/thread.h: Fix bugs in rate monotonic statistics.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 2b8cfee4a3..b80eddb59b 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,11 @@
+2009-10-30 Glenn Humphrey <glenn.humphrey@oarcorp.com>
+
+ PR pr1462/cpukit
+ * rtems/include/rtems/rtems/ratemon.h, rtems/src/ratemongetstatus.c,
+ rtems/src/ratemonperiod.c, rtems/src/ratemontimeout.c,
+ score/include/rtems/score/thread.h: Fix bugs in rate monotonic
+ statistics.
+
2009-10-30 Joel Sherrill <joel.sherrill@oarcorp.com>
* rtems/src/semcreate.c: Fix mismatched brace in multiprocessing code.