summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/imfs/imfs_handlers_device.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* cpukit/libfs/src/imfs: Change license to BSD-2Joel Sherrill2022-03-221-3/+22
* doxygen: Switch @brief and @ingroupSebastian Huber2020-04-281-1/+2
* Canonicalize config.h includeSebastian Huber2020-04-161-2/+2
* IMFS: Include <rtems/imfs.h>Sebastian Huber2017-12-131-1/+1
* posix/mmap: Add support for file handler and MAP_ANONKevin Kirspel2017-07-141-0/+1
* IMFS: Introduce IMFS_mknod_controlSebastian Huber2015-02-121-6/+8
* IMFS: Replace node union with individual structSebastian Huber2015-01-271-7/+8
* 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
* 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/+20
* 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-07-01 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-07-011-4/+4
* Added S_IRWXU, S_IRWXG and S_IRWXO to file mode.Thomas Doerfler2008-07-101-1/+1
* Added const qualifier to various pointers and data tables toThomas Doerfler2008-05-271-1/+1
* 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
* Updated copyright notice.Joel Sherrill1999-11-171-2/+1
* Unmount was failing as a side-effect of splitting the rmnod handlerJoel Sherrill1999-11-051-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