summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/imfs/imfs_handlers_memfile.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-05-11Filesystem: PR1398: Fix lseek() mechanicSebastian Huber1-1/+1
2012-03-13IMFS: Node specific stat handlersSebastian Huber1-1/+14
2012-03-13IMFS: Add and use node controlSebastian Huber1-5/+17
2012-03-13IMFS: Reference counting for nodesSebastian Huber1-1/+1
2012-03-13Filesystem: New defaults fsync_h and fdatasync_hSebastian Huber1-2/+2
2012-03-13Filesystem: Reference counting for locationsSebastian Huber1-6/+2
2012-02-02Removed fpathconf file system node handler.Sebastian Huber1-1/+0
2010-08-252010-08-25 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber1-1/+1
2010-07-012010-07-01 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill1-1/+1
2010-06-082010-06-08 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber1-1/+1
2008-05-27Added const qualifier to various pointers and data tables toThomas Doerfler1-1/+1
2005-02-08Add copy-on-write semantics to rtems_tarfs_load().Eric Norum1-17/+0
2003-09-042003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
2001-01-222001-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+4
2001-01-122001-01-12 Jake Janovetz <janovetz@uiuc.edu>Joel Sherrill1-4/+4
2000-12-132000-12-12 Jake Janovetz <janovetz@uiuc.edu>Joel Sherrill1-0/+17
1999-11-17Updated copyright notice.Joel Sherrill1-2/+1
1999-11-16Added handler for fsync. For the memfile it is the same as the data sync.Jennifer Averett1-1/+1
1999-11-02The object memfile.o was being included in the miniIMFS even though itJoel Sherrill1-1/+1
1999-10-29Moved the rmnod callback from the operations table to the handler table.Jennifer Averett1-1/+2
1999-10-26New files created by split of old imfs_handlers.c.Joel Sherrill1-0/+37