summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libc/imfs.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Changed st_atime, st_ctime, and st_mtime for IMFS nodes to beJoel Sherrill2000-06-121-8/+8
* Patch from Jennifer Averett <jennifer.averett@oarcorp.com> to makeJoel Sherrill2000-05-231-13/+13
* Renamed IMFS structure elements to avoid conflicts on Solaris host/target.Joel Sherrill2000-04-131-13/+13
* Increased block size to 128 and added comments based on feedback fromJoel Sherrill2000-02-111-1/+13
* Updated copyright notice.Joel Sherrill1999-11-171-2/+1
* Moved imfs set handlers prototype to the imfs.h file.Jennifer Averett1999-11-051-0/+4
* Unmount was failing as a side-effect of splitting the rmnod handlerJoel Sherrill1999-11-051-5/+6
* The object memfile.o was being included in the miniIMFS even though itJoel Sherrill1999-11-021-4/+31
* Added initial cut at miniIMFS which leaves out memfile and directoryJoel Sherrill1999-10-261-1/+15
* Split null handlers table to own file and renamed.Joel Sherrill1999-10-121-4/+3
* Corrected mistakes in the IMFS file handlers table and added the missingJoel Sherrill1999-10-121-0/+5
* Changed IMFS to use IMFS_NAME_MAX as the maximum length of a basenameJoel Sherrill1999-02-241-15/+21
* Added a imfs fdatasync routine that gets called for fdatasync and datasync.Jennifer Averett1998-12-031-0/+4
* Added base version of file system infrastructure. This includes a majorJoel Sherrill1998-11-231-0/+445