summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added imfs_unixstub.c to satisfy linker problems on UNIX port.Joel Sherrill1999-11-091-0/+71
* Correctly set and called handlers table for the link.Jennifer Averett1999-11-051-1/+3
* Fixed commentJennifer Averett1999-11-051-1/+1
* Moved imfs set handlers prototype to the imfs.h file.Jennifer Averett1999-11-052-6/+4
* New file.Joel Sherrill1999-11-051-0/+38
* Unmount was failing as a side-effect of splitting the rmnod handlerJoel Sherrill1999-11-057-63/+102
* The object memfile.o was being included in the miniIMFS even though itJoel Sherrill1999-11-0210-128/+227
* Fixed typo where memfile_handlers set twice and directory_handlersJoel Sherrill1999-11-021-3/+3
* Properly initialize location variable.Joel Sherrill1999-11-021-0/+8
* Moved the rmnod callback from the operations table to the handler table.Jennifer Averett1999-10-294-4/+14
* New files created by split of old imfs_handlers.c.Joel Sherrill1999-10-263-0/+111
* Added initial cut at miniIMFS which leaves out memfile and directoryJoel Sherrill1999-10-268-251/+219
* Patch from Eric Valette <valette@crf.canon.fr> and Emmanuel RaguetJoel Sherrill1999-10-251-7/+8
* Changed leading spaces to periods to ease comparing test output.Joel Sherrill1999-10-251-1/+1
* Spacing.Joel Sherrill1999-10-121-0/+1
* Split null handlers table to own file and renamed.Joel Sherrill1999-10-124-10/+9
* Added rtems_filesystem_freenode() macro and added calls at appropriateJoel Sherrill1999-10-121-4/+2
* Corrected mistakes in the IMFS file handlers table and added the missingJoel Sherrill1999-10-122-0/+30
* Added call to freenod to let each filesystem free its own internalJoel Sherrill1999-10-121-4/+16
* Warning removal from D. V. Henkel-Wallace <gumby@zembu.com>.Joel Sherrill1999-06-141-6/+0
* Removed usage of printf.Joel Sherrill1999-05-271-1/+1
* Removed asserts that shouldn't be called and commented case where thisJennifer Averett1999-03-312-3/+2
* Corrected bug where pointer to doubly linked blocks was being incorrectlyJoel Sherrill1999-03-081-2/+34
* Changed IMFS to use IMFS_NAME_MAX as the maximum length of a basenameJoel Sherrill1999-02-247-23/+29
* Corrected multiple places the file size was not being properly updated.Joel Sherrill1999-02-101-2/+8
* Corrected spacing and added some new error checks that were neededJoel Sherrill1999-02-051-9/+9
* Added imfs_fdatasync routine that gets called from both fdatasync and datasync.Jennifer Averett1998-12-031-0/+26
* Added a imfs fdatasync routine that gets called for fdatasync and datasync.Jennifer Averett1998-12-031-0/+4
* Modifications for RTEMS_UNIX.Jennifer Averett1998-12-031-1/+10
* Added base version of file system infrastructure. This includes a majorJoel Sherrill1998-11-2326-0/+4268