summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/imfs/imfs_initsupp.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: Simplify code generationSebastian Huber2020-03-091-11/+17
* imfs: Remove unused handlersSebastian Huber2020-03-091-6/+1
* imfs: Constify imfs_memfile_bytes_per_blockSebastian Huber2020-03-091-35/+0
* IMFS: Include <rtems/imfs.h>Sebastian Huber2017-12-131-1/+1
* imfs: Untangle dependenciesSebastian Huber2016-09-191-89/+0
* imfs: Fix IMFS_stat_file()Sebastian Huber2016-09-161-5/+0
* IMFS: Silence warningSebastian Huber2015-02-181-1/+1
* IMFS: Implement variable length node namesSebastian Huber2015-02-151-2/+6
* IMFS: Allow static initialization of FS infoSebastian Huber2015-02-121-42/+29
* IMFS: Add root directory to FS infoSebastian Huber2015-02-121-13/+56
* IMFS: Introduce IMFS_mknod_controlSebastian Huber2015-02-121-12/+14
* IMFS: Use rtems_filesystem_make_dev_t_from_pointerSebastian Huber2015-02-041-3/+0
* IMFS: Replace node union with individual structSebastian Huber2015-01-271-8/+6
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
* PR2160: imfs: Use ENOSYS for unsupported nodesSebastian Huber2013-12-111-2/+13
* IMFS: Resource leakGedare Bloom2013-09-051-0/+1
* Include missing <string.h>Sebastian Huber2013-07-231-0/+1
* IMFS: Fix reference count for debug enabledSebastian Huber2013-06-211-3/+3
* libfs: Doxygen Enhancement Task #2Alex Ivanov2012-12-181-2/+7
* Filesystem: Reject removal of root nodesSebastian Huber2012-10-071-2/+1
* Filesystem: Change pathconf_limits_and_optionsSebastian Huber2012-05-151-1/+1
* Filesystem: Move operations to mount table entrySebastian Huber2012-05-151-1/+1
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-2/+0
* IMFS: Add and use node controlSebastian Huber2012-03-131-59/+77
* IMFS: Reference counting for nodesSebastian Huber2012-03-131-0/+38
* Filesystem: Reference counting for locationsSebastian Huber2012-03-131-20/+9
* 2010-08-09 Bharath Suri <bharath.s.jois@gmail.com>Joel Sherrill2010-08-101-0/+3
* 2010-06-24 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-06-241-2/+0
* 2010-06-08 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-06-081-4/+3
* 2010-05-15 Chris Johns <chrisj@rtems.org>Chris Johns2010-05-151-0/+2
* 2010-01-19 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-01-191-16/+5
* 2008-10-14 Wei Shen <cquark@gmail.com>Joel Sherrill2008-10-141-4/+7
* Use "bool" instead of "rtems_boolean|boolean".Ralf Corsepius2008-09-041-2/+2
* Added const qualifier to various pointers and data tables toThomas Doerfler2008-05-271-4/+4
* applied patches for PR1117/1118/1119/1120Thomas Doerfler2006-07-091-0/+38
* Add copy-on-write semantics to rtems_tarfs_load().Eric Norum2005-02-081-2/+0
* 2003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-041-1/+1
* 2003-07-24 jennifer averett <jennifer.averett@OARcorp.com>Jennifer Averett2003-07-241-1/+2
* 2001-05-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2001-05-251-1/+3
* 2001-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-01-221-0/+4
* 2000-12-12 Jake Janovetz <janovetz@uiuc.edu>Joel Sherrill2000-12-131-3/+5
* 2000-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-11-011-1/+1
* Patch from Chris Johns <cjohns@cybertec.com.au> andJoel Sherrill2000-06-261-1/+1
* Updated copyright notice.Joel Sherrill1999-11-171-2/+1
* Fixed typo where memfile_handlers set twice and directory_handlersJoel Sherrill1999-11-021-3/+3
* Added initial cut at miniIMFS which leaves out memfile and directoryJoel Sherrill1999-10-261-87/+10
* Split null handlers table to own file and renamed.Joel Sherrill1999-10-121-1/+1