summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libfs/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-05-25 13:47:47 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-05-25 13:47:47 +0000
commite807db0033c4c66470e12e87fa90d7a7b1d8be21 (patch)
tree32197baf7b588ba7b9c8396368a2236b532374d4 /c/src/exec/libfs/ChangeLog
parent2001-05-25 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-e807db0033c4c66470e12e87fa90d7a7b1d8be21.tar.bz2
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.
Diffstat (limited to 'c/src/exec/libfs/ChangeLog')
-rw-r--r--c/src/exec/libfs/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/c/src/exec/libfs/ChangeLog b/c/src/exec/libfs/ChangeLog
index c798d5efbe..eec53b4ddf 100644
--- a/c/src/exec/libfs/ChangeLog
+++ b/c/src/exec/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.