summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index a30f4d5436..8f346130d2 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,17 @@
+2009-11-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+ * rtems/include/rtems/rtems/timer.h: Added timer server control block
+ Timer_server_Control. Removed _Timer_Server thread pointer. Added
+ _Timer_server pointer to the default timer server control block.
+ * rtems/src/rtemstimer.c, rtems/src/timerreset.c,
+ rtems/src/timerserverfireafter.c, rtems/src/timerserverfirewhen.c:
+ Update for changes above.
+ * rtems/src/timerserver.c: Rework of the timer server implementation.
+ It is now possible to insert timers without the help of the timer
+ server thread. This reduces the need for a thread dispatch. The
+ timer server can now block on any resource type. Timer callbacks can
+ even wait for time.
+
2009-11-23 Joel Sherrill <joel.sherrill@oarcorp.com>
* libmisc/shell/shell.c: Always duplicate the environment passed to us