summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-08-25 20:01:47 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-08-25 20:01:47 +0000
commit4b556660f1d4ef76a937a5f2a4a0dc4edb973013 (patch)
tree6e30cf41fe281db84611522bb5c1af0b141dfafa /cpukit/ChangeLog
parent2010-08-25 Sebastian Huber <sebastian.huber@embedded-brains.de> (diff)
downloadrtems-4b556660f1d4ef76a937a5f2a4a0dc4edb973013.tar.bz2
2010-08-25 Joel Sherrill <joel.sherrill@oarcorp.com>
Coverity Id 164/UNINIT Coverity Id 165/UNINIT * posix/src/prwlockinit.c, posix/src/pspininit.c, score/include/rtems/score/corespinlock.h, score/inline/rtems/score/corerwlock.inl, score/inline/rtems/score/corespinlock.inl: Add initialization helpers for score rwlock and spinlock. Use them from POSIX.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 2d2ec2068e..4489bc258e 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,13 @@
+2010-08-25 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ Coverity Id 164/UNINIT
+ Coverity Id 165/UNINIT
+ * posix/src/prwlockinit.c, posix/src/pspininit.c,
+ score/include/rtems/score/corespinlock.h,
+ score/inline/rtems/score/corerwlock.inl,
+ score/inline/rtems/score/corespinlock.inl: Add initialization helpers
+ for score rwlock and spinlock. Use them from POSIX.
+
2010-08-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libcsupport/src/free.c, libcsupport/src/malloc.c,