summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
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 312d8cc3b4..3d5c86ed0e 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,11 @@
+2009-09-04 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
+
+ * rtems/src/taskmode.c, sapi/src/exshutdown.c,
+ score/include/rtems/score/sysstate.h,
+ score/inline/rtems/score/sysstate.inl: Added
+ _System_state_Is_shutdown(). Removed direct uses of
+ _System_state_Current. Documentation.
+
2009-08-28 Joel Sherrill <joel.sherrill@OARcorp.com>
* libcsupport/src/malloc_initialize.c, sapi/src/exinit.c,