summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2004-10-15 20:06:35 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2004-10-15 20:06:35 +0000
commit8d55b1f03c22a2b53f90682736d808f1397c02fd (patch)
treed333155a279d418af71cd88f4abe9771c621ebd0 /cpukit/rtems/ChangeLog
parent2004-10-15 Gene Smith <gene.smith@seimens.com> (diff)
downloadrtems-8d55b1f03c22a2b53f90682736d808f1397c02fd.tar.bz2
2004-10-15 Joel Sherrill <joel@OARcorp.com>
PR 692/rtems * src/regiongetsegment.c, src/regionreturnsegment.c: The Region Manager did not follow the proper protocol when blocking and unblocking tasks waiting on buffers. This was a bug introduced with the transition to an Allocation Mutex.
Diffstat (limited to 'cpukit/rtems/ChangeLog')
-rw-r--r--cpukit/rtems/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/rtems/ChangeLog b/cpukit/rtems/ChangeLog
index 2f84ccdee6..a241137d8b 100644
--- a/cpukit/rtems/ChangeLog
+++ b/cpukit/rtems/ChangeLog
@@ -1,3 +1,11 @@
+2004-10-15 Joel Sherrill <joel@OARcorp.com>
+
+ PR 692/rtems
+ * src/regiongetsegment.c, src/regionreturnsegment.c: The Region Manager
+ did not follow the proper protocol when blocking and unblocking tasks
+ waiting on buffers. This was a bug introduced with the transition to
+ an Allocation Mutex.
+
2004-07-24 Mick Davis <mickd@microsol.iinet.net.au>
PR 641/rtems