summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libc/imfs_fsunmount.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Updated copyright notice.Joel Sherrill1999-11-171-2/+1
|
* Moved imfs set handlers prototype to the imfs.h file.Jennifer Averett1999-11-051-6/+0
|
* Unmount was failing as a side-effect of splitting the rmnod handlerJoel Sherrill1999-11-051-1/+6
| | | | and not handling every case properly.
* Properly initialize location variable.Joel Sherrill1999-11-021-0/+8
|
* Added initial cut at miniIMFS which leaves out memfile and directoryJoel Sherrill1999-10-261-0/+90
readdir support. The next step is to add a mount table and configure either the miniIMFS or the full IMFS at the application level.