summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libfs/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-12-13 17:53:55 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-12-13 17:53:55 +0000
commit0ef748fb45137bac811ded19dfad2034f924505a (patch)
tree781c137a2c5303c3ad851c5982c2641fedc45bbf /c/src/exec/libfs/ChangeLog
parent2000-12-13 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-0ef748fb45137bac811ded19dfad2034f924505a.tar.bz2
2000-12-12 Jake Janovetz <janovetz@uiuc.edu>
* src/imfs/linearfile.c, src/imfs/imfs_load_tar.c: New files. * src/imfs/Makefile.am, src/imfs/imfs.h, src/imfs/imfs_creat.c, src/imfs/imfs_debug.c, src/imfs/imfs_eval.c, src/imfs/imfs_handlers_memfile.c, src/imfs/imfs_init.c, src/imfs/imfs_initsupp.c, src/imfs/imfs_stat.c, src/imfs/miniimfs_init.c: Added "tarfs". This is not really a tar filesystem. It is a way to load a tar image into the IMFS but actually leave bulky file contents in the original tar image. It essentially adds the linear file type and associated support and a loader routine.
Diffstat (limited to 'c/src/exec/libfs/ChangeLog')
-rw-r--r--c/src/exec/libfs/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/c/src/exec/libfs/ChangeLog b/c/src/exec/libfs/ChangeLog
index d786838241..b275ae611d 100644
--- a/c/src/exec/libfs/ChangeLog
+++ b/c/src/exec/libfs/ChangeLog
@@ -1,3 +1,16 @@
+2000-12-12 Jake Janovetz <janovetz@uiuc.edu>
+
+ * src/imfs/linearfile.c, src/imfs/imfs_load_tar.c: New files.
+ * src/imfs/Makefile.am, src/imfs/imfs.h,
+ src/imfs/imfs_creat.c, src/imfs/imfs_debug.c,
+ src/imfs/imfs_eval.c, src/imfs/imfs_handlers_memfile.c,
+ src/imfs/imfs_init.c, src/imfs/imfs_initsupp.c,
+ src/imfs/imfs_stat.c, src/imfs/miniimfs_init.c: Added "tarfs".
+ This is not really a tar filesystem. It is a way to load a tar
+ image into the IMFS but actually leave bulky file contents in the
+ original tar image. It essentially adds the linear file type and
+ associated support and a loader routine.
+
2000-11-28 Joel Sherrill <joel@OARcorp.com>
* src/imfs/memfile.c: Bug report from Sturniolo Jose