summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-11-03 14:11:07 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-11-03 14:11:07 +0000
commit6167a5b572b3418f1bb819f8183a5eb62c80588b (patch)
treec381581efba2f8a4bdb9953f8011777a5c40f2e3 /cpukit/ChangeLog
parent2011-11-03 Chris Johns <chrisj@rtems.org> (diff)
downloadrtems-6167a5b572b3418f1bb819f8183a5eb62c80588b.tar.bz2
2011-11-03 Chris Johns <chrisj@rtems.org>
PR 1948/filesystem * libfs/src/rfs/rtems-rfs-file-system.c, libfs/src/rfs/rtems-rfs-file-system.h, libfs/src/rfs/rtems-rfs-format.c, libfs/src/rfs/rtems-rfs-rtems.c: Add support for mount passing an ASCIIZ string containing configuration options. Remove the hardcoded dir string and size. Fix comments. * libblock/src/bdbuf.c: Fix state labels in trace output.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 5afb539af7..a397d51073 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,14 @@
+2011-11-03 Chris Johns <chrisj@rtems.org>
+
+ PR 1948/filesystem
+ * libfs/src/rfs/rtems-rfs-file-system.c,
+ libfs/src/rfs/rtems-rfs-file-system.h,
+ libfs/src/rfs/rtems-rfs-format.c, libfs/src/rfs/rtems-rfs-rtems.c:
+ Add support for mount passing an ASCIIZ string containing
+ configuration options. Remove the hardcoded dir string and
+ size. Fix comments.
+ * libblock/src/bdbuf.c: Fix state labels in trace output.
+
2011-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* libcsupport/src/newlibc_exit.c: Don't undef __USE_INIT_FINI__.