summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/imfs/imfs_handlers_link.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-28IMFS: Aggregate link support in dedicated modulesSebastian Huber1-137/+0
2015-01-27IMFS: Replace node union with individual structSebastian Huber1-13/+23
2014-11-26imfs/imfs_handlers_link.c: Add _Assert for NULL pointerJosh Oguin1-0/+2
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2013-12-20Filesystem: Use default kqfilter and poll handlerSebastian Huber1-0/+2
2013-12-20Filesystem: Add readv/writev handlersSebastian Huber1-11/+13
2012-12-20libfs: Doxygen Enhancement Task #1Alex Ivanov1-2/+7
2012-10-07Filesystem: Reject removal of root nodesSebastian Huber1-3/+2
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+0
2012-03-13IMFS: Node specific stat handlersSebastian Huber1-1/+23
2012-03-13IMFS: Add and use node controlSebastian Huber1-4/+65
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-07-012010-07-01 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill1-12/+12
2008-05-27Added const qualifier to various pointers and data tables toThomas Doerfler1-1/+1
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
2000-06-30Patch from Chris Johns <cjohns@cybertec.com.au> to add support forJoel Sherrill1-13/+13
1999-11-17Updated copyright notice.Joel Sherrill1-2/+1
1999-11-05New file.Joel Sherrill1-10/+10
1999-11-05Unmount was failing as a side-effect of splitting the rmnod handlerJoel Sherrill1-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