summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-12-03 20:58:29 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-12-03 20:58:29 +0000
commit109ace3a1f0f6f26d974a1ed8e9595aa0eef0885 (patch)
tree39f88b77b8ac4bd91bfb3ac685be86e14ad9b1fb /cpukit/ChangeLog
parent2008-12-03 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-109ace3a1f0f6f26d974a1ed8e9595aa0eef0885.tar.bz2
2008-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1347/cpukit * rtems/include/rtems/rtems/timer.h, rtems/src/rtemstimer.c, rtems/src/timerreset.c, rtems/src/timerserver.c, rtems/src/timerserverfireafter.c, rtems/src/timerserverfirewhen.c, score/Makefile.am, score/include/rtems/score/watchdog.h: Rework Timer Server to ensure that the context allows for blocking, allocating memory, and acquiring semaphores and mutexes. * score/src/watchdogadjusttochain.c: New file.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index ecb3983f4f..d8cf203be9 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,16 @@
2008-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
+ PR 1347/cpukit
+ * rtems/include/rtems/rtems/timer.h, rtems/src/rtemstimer.c,
+ rtems/src/timerreset.c, rtems/src/timerserver.c,
+ rtems/src/timerserverfireafter.c, rtems/src/timerserverfirewhen.c,
+ score/Makefile.am, score/include/rtems/score/watchdog.h: Rework Timer
+ Server to ensure that the context allows for blocking, allocating
+ memory, and acquiring semaphores and mutexes.
+ * score/src/watchdogadjusttochain.c: New file.
+
+2008-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
+
PR 1346/cpukit
* rtems/include/rtems/rtems/ratemon.h: Sense of rate monotonic
statistics nanoseconds or ticks granularity conditional is backwards.