summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 2002-01-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-082-1/+8
* 2002-01-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-0416-64/+82
* 2001-11-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-11-261-16/+3
* 2001-11-07 Jennifer Averett <jennifer@OARcorp.com>Joel Sherrill2001-11-081-10/+2
* 2001-10-26 Victor V. Vengerov <vvv@oktet.ru>Joel Sherrill2001-10-261-1/+3
* 2001-10-16 Chris Johns <ccj@acm.org>Joel Sherrill2001-10-161-48/+48
* 2001-10-10 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2001-10-111-1/+1
* 2001-09-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-09-281-1/+1
* 2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-09-241-1/+1
* 2001-08-09 Fernando-Ruiz Casas <correo@fernando-ruiz.com>Joel Sherrill2001-08-091-3/+16
* 2001-07-06 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>Joel Sherrill2001-07-061-7/+42
* 2001-05-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2001-05-251-1/+3
* 2001-04-24 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2001-04-241-0/+1
* 2001-04-20 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2001-04-201-0/+5
* 2001-03-23 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2001-03-231-0/+2
* 2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-02-051-3/+3
* 2001-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-01-2239-1/+157
* 2001-01-12 Jake Janovetz <janovetz@uiuc.edu>Joel Sherrill2001-01-125-28/+108
* 2000-12-12 Jake Janovetz <janovetz@uiuc.edu>Joel Sherrill2000-12-1312-7/+390
* 2000-11-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-11-281-0/+2
* 2000-11-17 Jennifer Averret <jennifer@OARcorp.com>Jennifer Averett2000-11-171-16/+16
* 2000-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-11-0128-28/+28
* 2000-10-24 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-10-252-8/+41
* 2000-10-19 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-10-192-0/+4
* 2000-10-18 Chris Johns <ccj@acm.org>Joel Sherrill2000-10-182-0/+88
* 2000-09-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-09-283-9/+9
* 2000-08-25 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2000-08-252-73/+75
* 2000-08-11 Chris Johns <ccj@acm.org>Joel Sherrill2000-08-112-1/+8
* Fixed stat_ino should be st_ino.Joel Sherrill2000-07-021-1/+1
* Patch from Chris Johns <cjohns@cybertec.com.au> so the directoryJoel Sherrill2000-06-301-1/+1
* Patch from Chris Johns <cjohns@cybertec.com.au> to add support forJoel Sherrill2000-06-302-13/+17
* Patch from Chris Johns <cjohns@cybertec.com.au> andJoel Sherrill2000-06-261-0/+3
* Patch from Chris Johns <cjohns@cybertec.com.au> andJoel Sherrill2000-06-261-1/+1
* Merged from 4.5.0-beta3aJoel Sherrill2000-06-125-22/+22
* Increased block size to 128 and added comments based on feedback fromJoel Sherrill2000-02-111-1/+13
* Spacing corrected.Joel Sherrill2000-01-051-1/+1
* Updated copyright notice.Joel Sherrill1999-11-1735-70/+35
* Added handler for fsync. For the memfile it is the same as the data sync.Jennifer Averett1999-11-161-1/+1
* 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