summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2011-12-09 07:21:02 +0000
committerChris Johns <chrisj@rtems.org>2011-12-09 07:21:02 +0000
commit8504f12471ba9d514056edca902eeae26354e739 (patch)
tree7be735a95b79ecafb1c4688fa98472ab57d5a0a1 /cpukit/ChangeLog
parent2011-12-09 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-8504f12471ba9d514056edca902eeae26354e739.tar.bz2
2011-12-09 Chris Johns <chrisj@rtems.org>
PR 1968/filesystem * libfs/src/rfs/rtems-rfs-file.c: Fix to the seek bug where a seek to 0 after reading the end of the file did not point to the correct block. * libfs/src/rfs/rtems-rfs-rtems.h, libfs/src/rfs/rtems-rfs-trace.c: Fix the trace flags. Used to fix the bug.
Diffstat (limited to '')
-rw-r--r--cpukit/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index ace035f837..5935621a86 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,14 @@
+2011-12-09 Chris Johns <chrisj@rtems.org>
+
+ PR 1968/filesystem
+ * libfs/src/rfs/rtems-rfs-file.c: Fix to the seek bug where a seek
+ to 0 after reading the end of the file did not point to the
+ correct block.
+ * libfs/src/rfs/rtems-rfs-rtems.h,
+ libfs/src/rfs/rtems-rfs-trace.c: Fix the trace flags. Used to fix
+ the bug.
+
+
2011-12-08 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems/src/rtemsobjectgetname.c: