summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/imfs/imfs_initsupp.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
2020-03-09imfs: Simplify code generationSebastian Huber1-11/+17
2020-03-09imfs: Remove unused handlersSebastian Huber1-6/+1
2020-03-09imfs: Constify imfs_memfile_bytes_per_blockSebastian Huber1-35/+0
2017-12-13IMFS: Include <rtems/imfs.h>Sebastian Huber1-1/+1
2016-09-19imfs: Untangle dependenciesSebastian Huber1-89/+0
2016-09-16imfs: Fix IMFS_stat_file()Sebastian Huber1-5/+0
2015-02-18IMFS: Silence warningSebastian Huber1-1/+1
2015-02-15IMFS: Implement variable length node namesSebastian Huber1-2/+6
2015-02-12IMFS: Allow static initialization of FS infoSebastian Huber1-42/+29
2015-02-12IMFS: Add root directory to FS infoSebastian Huber1-13/+56
2015-02-12IMFS: Introduce IMFS_mknod_controlSebastian Huber1-12/+14
2015-02-04IMFS: Use rtems_filesystem_make_dev_t_from_pointerSebastian Huber1-3/+0
2015-01-27IMFS: Replace node union with individual structSebastian Huber1-8/+6
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2013-12-11PR2160: imfs: Use ENOSYS for unsupported nodesSebastian Huber1-2/+13
2013-09-05IMFS: Resource leakGedare Bloom1-0/+1
2013-07-23Include missing <string.h>Sebastian Huber1-0/+1
2013-06-21IMFS: Fix reference count for debug enabledSebastian Huber1-3/+3
2012-12-18libfs: Doxygen Enhancement Task #2Alex Ivanov1-2/+7
2012-10-07Filesystem: Reject removal of root nodesSebastian Huber1-2/+1
2012-05-15Filesystem: Change pathconf_limits_and_optionsSebastian Huber1-1/+1
2012-05-15Filesystem: Move operations to mount table entrySebastian Huber1-1/+1
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+0
2012-03-13IMFS: Add and use node controlSebastian Huber1-59/+77
2012-03-13IMFS: Reference counting for nodesSebastian Huber1-0/+38
2012-03-13Filesystem: Reference counting for locationsSebastian Huber1-20/+9
2010-08-102010-08-09 Bharath Suri <bharath.s.jois@gmail.com>Joel Sherrill1-0/+3
2010-06-242010-06-24 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill1-2/+0
2010-06-082010-06-08 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber1-4/+3
2010-05-152010-05-15 Chris Johns <chrisj@rtems.org>Chris Johns1-0/+2
2010-01-192010-01-19 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-16/+5
2008-10-142008-10-14 Wei Shen <cquark@gmail.com>Joel Sherrill1-4/+7
2008-09-04Use "bool" instead of "rtems_boolean|boolean".Ralf Corsepius1-2/+2
2008-05-27Added const qualifier to various pointers and data tables toThomas Doerfler1-4/+4
2006-07-09applied patches for PR1117/1118/1119/1120Thomas Doerfler1-0/+38
2005-02-08Add copy-on-write semantics to rtems_tarfs_load().Eric Norum1-2/+0
2003-09-042003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
2003-07-242003-07-24 jennifer averett <jennifer.averett@OARcorp.com>Jennifer Averett1-1/+2
2001-05-252001-05-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+3
2001-01-222001-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+4
2000-12-132000-12-12 Jake Janovetz <janovetz@uiuc.edu>Joel Sherrill1-3/+5
2000-11-012000-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
2000-06-26Patch from Chris Johns <cjohns@cybertec.com.au> andJoel Sherrill1-1/+1
1999-11-17Updated copyright notice.Joel Sherrill1-2/+1
1999-11-02Fixed typo where memfile_handlers set twice and directory_handlersJoel Sherrill1-3/+3
1999-10-26Added initial cut at miniIMFS which leaves out memfile and directoryJoel Sherrill1-87/+10
1999-10-12Split null handlers table to own file and renamed.Joel Sherrill1-1/+1