summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libfs/ChangeLog')
-rw-r--r--cpukit/libfs/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/libfs/ChangeLog b/cpukit/libfs/ChangeLog
index c798d5efbe..eec53b4ddf 100644
--- a/cpukit/libfs/ChangeLog
+++ b/cpukit/libfs/ChangeLog
@@ -1,3 +1,10 @@
+2001-05-25 Joel Sherrill <joel@OARcorp.com>
+
+ * src/imfs/imfs_initsupp.c: Create the root node with the
+ desired permissions. Nodes should be created with the right
+ permissions because chmod() is not supported by the miniIMFS
+ so changing after creation is not possible.
+
2001-04-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.