summaryrefslogtreecommitdiffstats
path: root/c/src/libfs (unfollow)
Commit message (Expand)AuthorFilesLines
2000-12-132000-12-12 Jake Janovetz <janovetz@uiuc.edu>Joel Sherrill13-7/+403
2000-11-282000-11-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-0/+7
2000-11-172000-11-17 Jennifer Averret <jennifer@OARcorp.com>Jennifer Averett2-16/+20
2000-11-092000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2-1/+5
2000-11-022000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2-1/+5
2000-11-012000-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill29-28/+45
2000-10-252000-10-24 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-8/+48
2000-10-242000-10-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill3-2/+10
2000-10-192000-10-19 Joel Sherrill <joel@OARcorp.com>Joel Sherrill5-0/+35
2000-10-182000-10-18 Chris Johns <ccj@acm.org>Joel Sherrill7-0/+211
2000-09-282000-09-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-9/+9
2000-08-252000-08-25 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-73/+75
2000-08-112000-08-11 Chris Johns <ccj@acm.org>Joel Sherrill2-1/+8
2000-07-02Fixed stat_ino should be st_ino.Joel Sherrill1-1/+1
2000-06-30Patch from Chris Johns <cjohns@cybertec.com.au> so the directoryJoel Sherrill1-1/+1
2000-06-30Patch from Chris Johns <cjohns@cybertec.com.au> to add support forJoel Sherrill2-13/+17
2000-06-26Patch from Chris Johns <cjohns@cybertec.com.au> andJoel Sherrill1-0/+3
2000-06-26Patch from Chris Johns <cjohns@cybertec.com.au> andJoel Sherrill1-1/+1
2000-06-12Merged from 4.5.0-beta3aJoel Sherrill5-22/+22
2000-02-11Increased block size to 128 and added comments based on feedback fromJoel Sherrill1-1/+13
2000-01-05Spacing corrected.Joel Sherrill1-1/+1
1999-11-17Updated copyright notice.Joel Sherrill35-70/+35
1999-11-16Added handler for fsync. For the memfile it is the same as the data sync.Jennifer Averett1-1/+1
1999-11-09Added imfs_unixstub.c to satisfy linker problems on UNIX port.Joel Sherrill1-0/+71
1999-11-05Correctly set and called handlers table for the link.Jennifer Averett1-1/+3
1999-11-05Fixed commentJennifer Averett1-1/+1
1999-11-05Moved imfs set handlers prototype to the imfs.h file.Jennifer Averett2-6/+4
1999-11-05New file.Joel Sherrill1-0/+38
1999-11-05Unmount was failing as a side-effect of splitting the rmnod handlerJoel Sherrill7-63/+102
1999-11-02The object memfile.o was being included in the miniIMFS even though itJoel Sherrill10-128/+227
1999-11-02Fixed typo where memfile_handlers set twice and directory_handlersJoel Sherrill1-3/+3
1999-11-02Properly initialize location variable.Joel Sherrill1-0/+8
1999-10-29Moved the rmnod callback from the operations table to the handler table.Jennifer Averett4-4/+14
1999-10-26New files created by split of old imfs_handlers.c.Joel Sherrill3-0/+111
1999-10-26Added initial cut at miniIMFS which leaves out memfile and directoryJoel Sherrill8-251/+219
1999-10-25Patch from Eric Valette <valette@crf.canon.fr> and Emmanuel RaguetJoel Sherrill1-7/+8
1999-10-25Changed leading spaces to periods to ease comparing test output.Joel Sherrill1-1/+1
1999-10-12Spacing.Joel Sherrill1-0/+1
1999-10-12Split null handlers table to own file and renamed.Joel Sherrill4-10/+9
1999-10-12Added rtems_filesystem_freenode() macro and added calls at appropriateJoel Sherrill1-4/+2
1999-10-12Corrected mistakes in the IMFS file handlers table and added the missingJoel Sherrill2-0/+30
1999-10-12Added call to freenod to let each filesystem free its own internalJoel Sherrill1-4/+16
1999-06-14Warning removal from D. V. Henkel-Wallace <gumby@zembu.com>.Joel Sherrill1-6/+0
1999-05-27Removed usage of printf.Joel Sherrill1-1/+1
1999-03-31Removed asserts that shouldn't be called and commented case where thisJennifer Averett2-3/+2
1999-03-08Corrected bug where pointer to doubly linked blocks was being incorrectlyJoel Sherrill1-2/+34
1999-02-24Changed IMFS to use IMFS_NAME_MAX as the maximum length of a basenameJoel Sherrill7-23/+29
1999-02-10Corrected multiple places the file size was not being properly updated.Joel Sherrill1-2/+8
1999-02-05Corrected spacing and added some new error checks that were neededJoel Sherrill1-9/+9
1998-12-03Added imfs_fdatasync routine that gets called from both fdatasync and datasync.Jennifer Averett1-0/+26