summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/imfs (unfollow)
Commit message (Expand)AuthorFilesLines
2016-01-05Filesystem: Remove superfluous permission checksSebastian Huber1-15/+1
2015-11-23untar: do not exit with error when created directory already exists.Pavel Pisa1-1/+17
2015-03-24imfs.h: Add cast to remove warning for pointer/integer size mismatchJoel Sherrill1-1/+1
2015-03-17IMFS: NUL-terminate name returned by readdir()Sebastian Huber1-2/+5
2015-03-16IMFS: don't strlen() an unterminated string in IMFS_dir_read().Jamie Iles1-1/+1
2015-03-05IMFS: Fix warningSebastian Huber1-1/+1
2015-03-05IMFS: Include missing header fileSebastian Huber1-0/+1
2015-03-05IMFS: Fix warningSebastian Huber1-1/+1
2015-02-20IMFS: Fix copy on write for linfilesSebastian Huber1-0/+3
2015-02-18IMFS: Silence warningSebastian Huber1-1/+1
2015-02-15IMFS: Implement variable length node namesSebastian Huber5-25/+46
2015-02-14IMFS: Add CONFIGURE_IMFS_DISABLE_READDIRSebastian Huber6-138/+168
2015-02-12IMFS: Add fine grained configurationSebastian Huber6-183/+7
2015-02-12IMFS: Allow static initialization of FS infoSebastian Huber6-100/+118
2015-02-12IMFS: Fix resource leakSebastian Huber1-1/+9
2015-02-12IMFS: Add root directory to FS infoSebastian Huber4-88/+69
2015-02-12IMFS: Simplify IMFS_symlink()Sebastian Huber1-26/+7
2015-02-12IMFS: Split linfile and memfile modulesSebastian Huber4-165/+133
2015-02-12IMFS: Introduce IMFS_mknod_controlSebastian Huber16-76/+94
2015-02-09Filesystem: Delete unused fsmountme_h handlerSebastian Huber3-3/+0
2015-02-04IMFS: Simplify ino generationSebastian Huber4-5/+7
2015-02-04IMFS: Use rtems_filesystem_make_dev_t_from_pointerSebastian Huber3-29/+3
2015-01-28IMFS: Reduce IMFS node typesSebastian Huber10-48/+21
2015-01-28IMFS: Aggregate link support in dedicated modulesSebastian Huber4-175/+150
2015-01-27IMFS: Replace node union with individual structSebastian Huber22-595/+511
2015-01-22Filesystem: Delete node type operationSebastian Huber5-65/+5
2014-12-11Teach rtems_tarfs_load() about symlinksNick Withers1-0/+17
2014-11-26imfs/imfs_handlers_link.c: Add _Assert for NULL pointerJosh Oguin1-0/+2
2014-11-21Delete or rename MIN/MAX macros and definesSebastian Huber1-2/+1
2014-10-20cpukit/libfs/src/imfs/ioman.c: Fix typoJoel Sherrill1-1/+1
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns34-34/+34
2014-01-21IMFS: Improved support for generic nodesSebastian Huber2-3/+3
2014-01-21IMFS: Allow sockets as generic nodesSebastian Huber1-1/+2
2013-12-20Filesystem: Use default kqfilter and poll handlerSebastian Huber5-0/+10
2013-12-20Filesystem: Add readv/writev handlersSebastian Huber5-55/+65
2013-12-11PR2160: imfs: Use ENOSYS for unsupported nodesSebastian Huber4-7/+18
2013-12-10libfs/imfs: Set the FIFO control block.Chris Johns1-1/+1
2013-10-27IMFS: Use IMFS_mtime_ctime_update()Sebastian Huber2-4/+2
2013-09-13IMFS: Fix truncate according to POSIXSebastian Huber1-3/+2
2013-09-13IMFS: Use inline functions instead of macrosSebastian Huber1-28/+36
2013-09-12Filesystem: Add and use rtems_filesystem_chmod()Sebastian Huber1-19/+1
2013-09-05imfs: use safe string functionsGedare Bloom1-3/+5
2013-09-05imfs: check return value from mkdirGedare Bloom1-1/+1
2013-09-05IMFS: Resource leakGedare Bloom1-0/+1
2013-07-23Include missing <string.h>Sebastian Huber5-0/+8
2013-06-21IMFS: Fix reference count for debug enabledSebastian Huber1-3/+3
2013-03-22libfs: Always use geteuid() and getegid()Sebastian Huber1-7/+2
2013-03-18IMFS: Fix NULL pointer accessSebastian Huber1-9/+10
2013-02-27IMFS: PR2093: Fix warningSebastian Huber1-3/+2
2013-01-10cpukit: Doxygen group fixes and many warnings addressedJoel Sherrill1-52/+48