summaryrefslogtreecommitdiffstats
path: root/c/src/libfs/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/libfs/ChangeLog')
-rw-r--r--c/src/libfs/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/c/src/libfs/ChangeLog b/c/src/libfs/ChangeLog
index c798d5efbe..eec53b4ddf 100644
--- a/c/src/libfs/ChangeLog
+++ b/c/src/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.