summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/imfs/imfs_handlers_link.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2001-01-222001-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-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.
2000-06-30Patch from Chris Johns <cjohns@cybertec.com.au> to add support forJoel Sherrill1-13/+13
stat()'ing a symbolic link. This is needed to support the port of the BSD commands like ls to RTEMS.
1999-11-17Updated copyright notice.Joel Sherrill1-2/+1
1999-11-05New file.Joel Sherrill1-10/+10
1999-11-05Unmount was failing as a side-effect of splitting the rmnod handlerJoel Sherrill1-1/+1
and not handling every case properly.
1999-11-02The object memfile.o was being included in the miniIMFS even though itJoel Sherrill1-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.
1999-10-29Moved the rmnod callback from the operations table to the handler table.Jennifer Averett1-1/+2
1999-10-26New files created by split of old imfs_handlers.c.Joel Sherrill1-0/+37