From 0ef748fb45137bac811ded19dfad2034f924505a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 13 Dec 2000 17:53:55 +0000 Subject: 2000-12-12 Jake Janovetz * 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. --- cpukit/libfs/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'cpukit/libfs/ChangeLog') diff --git a/cpukit/libfs/ChangeLog b/cpukit/libfs/ChangeLog index d786838241..b275ae611d 100644 --- a/cpukit/libfs/ChangeLog +++ b/cpukit/libfs/ChangeLog @@ -1,3 +1,16 @@ +2000-12-12 Jake Janovetz + + * 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 * src/imfs/memfile.c: Bug report from Sturniolo Jose -- cgit v1.2.3