summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/imfs/imfs_linfile.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-25imfs: Add <rtems/imfsimpl.h>Sebastian Huber1-1/+1
2022-03-22cpukit/libfs/src/imfs: Change license to BSD-2Joel Sherrill1-3/+22
2020-04-16Canonicalize config.h includeSebastian Huber1-2/+2
2019-11-19imfs: Add IMFS_make_linfile()Sebastian Huber1-1/+17
2017-12-13IMFS: Include <rtems/imfs.h>Sebastian Huber1-1/+1
2017-09-15libio: Add rtems_libio_iop_is_writeable()Sebastian Huber1-1/+1
2017-08-25Include missing <string.h>Sebastian Huber1-0/+2
2017-07-14posix/mmap: Add support for file handler and MAP_ANONKevin Kirspel1-0/+1
2015-02-20IMFS: Fix copy on write for linfilesSebastian Huber1-0/+3
2015-02-12IMFS: Split linfile and memfile modulesSebastian Huber1-35/+45
2015-02-12IMFS: Introduce IMFS_mknod_controlSebastian Huber1-7/+8
2015-01-27IMFS: Replace node union with individual structSebastian Huber1-6/+24
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-15Filesystem: Use ioctl_command_tSebastian Huber1-1/+1
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/+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