From 6167a5b572b3418f1bb819f8183a5eb62c80588b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 3 Nov 2011 14:11:07 +0000 Subject: [PATCH] 2011-11-03 Chris Johns 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. --- cpukit/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 + + 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 * libcsupport/src/newlibc_exit.c: Don't undef __USE_INIT_FINI__.