summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/imfs/imfs_handlers_memfile.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* IMFS: Split linfile and memfile modulesSebastian Huber2015-02-121-87/+0
* IMFS: Introduce IMFS_mknod_controlSebastian Huber2015-02-121-7/+8
* IMFS: Replace node union with individual structSebastian Huber2015-01-271-6/+24
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
* Filesystem: Use default kqfilter and poll handlerSebastian Huber2013-12-201-0/+2
* Filesystem: Add readv/writev handlersSebastian Huber2013-12-201-11/+13
* libfs: Doxygen Enhancement Task #1Alex Ivanov2012-12-201-2/+7
* Filesystem: Use ioctl_command_tSebastian Huber2012-05-151-1/+1
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-2/+0
* Filesystem: PR1398: Fix lseek() mechanicSebastian Huber2012-05-111-1/+1
* IMFS: Node specific stat handlersSebastian Huber2012-03-131-1/+14
* IMFS: Add and use node controlSebastian Huber2012-03-131-5/+17
* IMFS: Reference counting for nodesSebastian Huber2012-03-131-1/+1
* Filesystem: New defaults fsync_h and fdatasync_hSebastian Huber2012-03-131-2/+2
* Filesystem: Reference counting for locationsSebastian Huber2012-03-131-6/+2
* Removed fpathconf file system node handler.Sebastian Huber2012-02-021-1/+0
* 2010-08-25 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-08-251-1/+1
* 2010-07-01 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-07-011-1/+1
* 2010-06-08 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-06-081-1/+1
* Added const qualifier to various pointers and data tables toThomas Doerfler2008-05-271-1/+1
* Add copy-on-write semantics to rtems_tarfs_load().Eric Norum2005-02-081-17/+0
* 2003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-041-1/+1
* 2001-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-01-221-0/+4
* 2001-01-12 Jake Janovetz <janovetz@uiuc.edu>Joel Sherrill2001-01-121-4/+4
* 2000-12-12 Jake Janovetz <janovetz@uiuc.edu>Joel Sherrill2000-12-131-0/+17
* Updated copyright notice.Joel Sherrill1999-11-171-2/+1
* Added handler for fsync. For the memfile it is the same as the data sync.Jennifer Averett1999-11-161-1/+1
* The object memfile.o was being included in the miniIMFS even though itJoel Sherrill1999-11-021-1/+1
* Moved the rmnod callback from the operations table to the handler table.Jennifer Averett1999-10-291-1/+2
* New files created by split of old imfs_handlers.c.Joel Sherrill1999-10-261-0/+37