summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/imfs/imfs_handlers_device.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2001-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-01-221-0/+4
| | | | | | | * configure.in: Add src/imfs/config.h * src/imfs/Makefile.am: Add INCLUDES += -I. to pickup config.h * src/imfs/.cvsignore: Add config.h and stamp-h * src/imfs/*.c: Add config.h support.
* Updated copyright notice.Joel Sherrill1999-11-171-2/+1
|
* Unmount was failing as a side-effect of splitting the rmnod handlerJoel Sherrill1999-11-051-1/+1
| | | | and not handling every case properly.
* The object memfile.o was being included in the miniIMFS even though itJoel Sherrill1999-11-021-1/+1
| | | | | | | should not have been. This required that IMFS_rmnod be split into three separate (per file type) routines to avoid dependencies. In the end, a miniIMFS application is 6K smaller than one using the full IMFS.
* Moved the rmnod callback from the operations table to the handler table.Jennifer Averett1999-10-291-1/+2
|
* New files created by split of old imfs_handlers.c.Joel Sherrill1999-10-261-0/+37