summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-01-29 17:18:43 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-01-29 17:18:43 +0000
commitedd17485248e75793ba04432fb7609f784c2f3fc (patch)
treeb824224cdaf8830df3619697ba1a85fd01aa1ed2 /cpukit/ChangeLog
parent2009-01-29 Gene Smith <gene.smith@siemens.com> (diff)
downloadrtems-edd17485248e75793ba04432fb7609f784c2f3fc.tar.bz2
2009-01-29 Nickolay Semyonov-Kolchin <nbkolchin@gmail.com>
PR 1359/cpukit * libcsupport/src/libio.c: rtems_libio_allocate: rtems_libio_iop_freelist incorrectly zeroed on semaphore error. Now checks error and does not modify anything until sure it has created semaphore.
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 c449bf5fb2..baf945943a 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,11 @@
+2009-01-29 Nickolay Semyonov-Kolchin <nbkolchin@gmail.com>
+
+ PR 1359/cpukit
+ * libcsupport/src/libio.c: rtems_libio_allocate:
+ rtems_libio_iop_freelist incorrectly zeroed on semaphore error. Now
+ checks error and does not modify anything until sure it has created
+ semaphore.
+
2009-01-29 Gene Smith <gene.smith@siemens.com>
PR 1363/filesystem