summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-12-03 21:01:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-12-03 21:01:09 +0000
commit37ac61f03aac6abc820b86c77032af2efcbde92f (patch)
tree373f701def93a07483b39baeedb74034deb90714 /cpukit/ChangeLog
parent2008-12-03 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-37ac61f03aac6abc820b86c77032af2efcbde92f.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 e46cddb0b4..360e19046c 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.