summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2006-12-04 14:16:26 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2006-12-04 14:16:26 +0000
commit6bc7a5e1a38d6566fb404bcb736bf96926f4b1fe (patch)
treeb1391462c49d831b954c61d2712228fa7b87ddc0 /cpukit/ChangeLog
parent2006-12-04 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-6bc7a5e1a38d6566fb404bcb736bf96926f4b1fe.tar.bz2
2006-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* posix/src/prwlockunlock.c, rtems/Makefile.am, rtems/src/barrierrelease.c, rtems/src/barrierwait.c, score/src/corerwlockobtainread.c, score/src/corerwlockrelease.c: Complete implementation of barrier as the rest of the test code is now implemented. Also add blocking code to rwlock.
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 cfdd74dd45..aa47a2e91f 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,11 @@
+2006-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * posix/src/prwlockunlock.c, rtems/Makefile.am,
+ rtems/src/barrierrelease.c, rtems/src/barrierwait.c,
+ score/src/corerwlockobtainread.c, score/src/corerwlockrelease.c:
+ Complete implementation of barrier as the rest of the test code is
+ now implemented. Also add blocking code to rwlock.
+
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: New BUG-REPORT address.