summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/imfs/imfs_handlers_device.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-03-22cpukit/libfs/src/imfs: Change license to BSD-2Joel Sherrill1-3/+22
2020-04-28doxygen: Switch @brief and @ingroupSebastian Huber1-1/+2
2020-04-16Canonicalize config.h includeSebastian Huber1-2/+2
2017-12-13IMFS: Include <rtems/imfs.h>Sebastian Huber1-1/+1
2017-07-14posix/mmap: Add support for file handler and MAP_ANONKevin Kirspel1-0/+1
2015-02-12IMFS: Introduce IMFS_mknod_controlSebastian Huber1-6/+8
2015-01-27IMFS: Replace node union with individual structSebastian Huber1-7/+8
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-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+0
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/+20
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-4/+4
2008-07-10Added S_IRWXU, S_IRWXG and S_IRWXO to file mode.Thomas Doerfler1-1/+1
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
1999-11-17Updated copyright notice.Joel Sherrill1-2/+1
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