summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-11 20:10:37 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-11 20:10:37 +0000
commit404903b033a58e3724b718773d750009e26a8d26 (patch)
tree3968bb5bbf3ef6f58b7d26c036bbce9169a4a31d /cpukit/ChangeLog
parent2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-404903b033a58e3724b718773d750009e26a8d26.tar.bz2
2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>
* score/src/coremsgseize.c: A blocking sender's message size was pulled out of the wrong field in the Wait information structure. * score/src/objectallocate.c: With the new optional manager support, we only stub out the initialization. This makes it possible to attempt to create an object with the information structure only initialized with all zeros. This ensures we return an error cleanly in this case.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index aaeaf31de2..6fcda32692 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,14 @@
2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>
+ * score/src/coremsgseize.c: A blocking sender's message size was
+ pulled out of the wrong field in the Wait information structure.
+ * score/src/objectallocate.c: With the new optional manager support,
+ we only stub out the initialization. This makes it possible to attempt
+ to create an object with the information structure only initialized
+ with all zeros. This ensures we return an error cleanly in this case.
+
+2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>
+
* rtems/src/region.c, sapi/src/exinit.c: Now that the Region is
an optional manager, we cannot depend on it do initialize the
internal Allocator Mutex. This was always a questionable place to