summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libc/imfs_fsunmount.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2000-10-18 Chris Johns <ccj@acm.org>Joel Sherrill2000-10-181-96/+0
| | | | | | | | | | | | | | | | | * libfs created. * libc/deviceio.c, libc/imfs_getchild.c, libc/imfs_readlink.c, libc/imfs.h, libc/imfs_gtkn.c, libc/imfs_rmnod.c, libc/imfs_chown.c, libc/imfs_handlers_device.c, libc/imfs_stat.c, libc/imfs_creat.c, libc/imfs_handlers_directory.c, libc/imfs_symlink.c, libc/imfs_debug.c, libc/imfs_handlers_link.c, libc/imfs_unixstub.c, libc/imfs_directory.c, libc/imfs_handlers_memfile.c, libc/imfs_unlink.c, libc/imfs_eval.c, libc/imfs_init.c, libc/imfs_unmount.c, libc/imfs_fchmod.c, libc/imfs_initsupp.c, libc/imfs_utime.c, libc/imfs_fcntl.c, libc/imfs_link.c, libc/memfile.c, libc/imfs_fdatasync.c, libc/imfs_mknod.c, libc/miniimfs_init.c, libc/imfs_free.c, libc/imfs_mount.c, libc/imfs_fsunmount.c, libc/imfs_ntype.c: Moved to libfs/src/imfs. * Makefile.am: Modified to reflect above.
* 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.