Files
rtems/cpukit/libfs
Joel Sherrill 0ef748fb45 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-12-13 17:53:55 +00:00
..
2000-10-18 18:10:55 +00:00

#
#  $Id$
#

This directory contains for the "file system" library. All supported
file systems live under this tree.

Currently the only supported file systems in this library are the IMFS 
and miniIMFS.  The TFTP client filesystem is part of the libnetworking
library.

--Chris Johns and Joel Sherrill
18 October 2000