summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2011-04-16 04:40:11 +0000
committerChris Johns <chrisj@rtems.org>2011-04-16 04:40:11 +0000
commite0bc5437972ad26028bdc83fffe2850bc755706b (patch)
tree8c55f56df842f118f6c5df53a82d25f2f71471f2 /cpukit/ChangeLog
parent2011-04-15 Sebastian Huber <Sebastian.Huber@embedded-brains.de> (diff)
downloadrtems-e0bc5437972ad26028bdc83fffe2850bc755706b.tar.bz2
2011-04-16 Chris Johns <chrisj@rtems.org>
PR 1774/filesystem * libfs/src/imfs/imfs_eval.c: Fix the IMFS eval and eval for make handlers to not inspect a mounted file sytems path.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index b5a4851f4d..cc4da8f384 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,10 @@
-2011-04-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
+2011-04-16 Chris Johns <chrisj@rtems.org>
+
+ PR 1774/filesystem
+ * libfs/src/imfs/imfs_eval.c: Fix the IMFS eval and eval for make
+ handlers to not inspect a mounted file sytems path.
+2011-04-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libcsupport/src/ioctl.c, libfs/src/pipe/fifo.c: Fixed integer type.
2011-04-11 Joel Sherrill <joel.sherrill@oarcorp.com>