summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/imfs/imfs_eval.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-05-20Update company nameSebastian Huber1-1/+1
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
2017-12-13IMFS: Include <rtems/imfs.h>Sebastian Huber1-1/+1
2015-02-15IMFS: Implement variable length node namesSebastian Huber1-2/+2
2015-01-27IMFS: Replace node union with individual structSebastian Huber1-19/+24
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2014-01-21IMFS: Improved support for generic nodesSebastian Huber1-0/+2
2013-07-23Include missing <string.h>Sebastian Huber1-0/+2
2012-12-18libfs: Doxygen Enhancement Task #2Alex Ivanov1-2/+7
2012-03-13IMFS: Add and use node controlSebastian Huber1-32/+0
2012-03-13IMFS: New support functionsSebastian Huber1-8/+10
2012-03-13IMFS: Reference counting for nodesSebastian Huber1-0/+2
2012-03-13Filesystem: Rename definesSebastian Huber1-4/+4
2012-03-13Filesystem: Reference counting for locationsSebastian Huber1-613/+118
2011-12-022011-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-3/+3
2011-11-06Remove stray whitespaces.Ralf Corsepius1-1/+1
2011-07-212011-07-21 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber1-3/+2
2011-05-112011-05-11 Chris Johns <chrisj@rtems.org>Chris Johns1-79/+100
2011-04-162011-04-16 Chris Johns <chrisj@rtems.org>Chris Johns1-60/+64
2010-08-272010-08-27 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill1-3/+2
2010-08-132010-08-13 Chris Johns <chrisj@rtems.org>Chris Johns1-2/+2
2010-08-022010-08-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-25/+13
2010-06-242010-06-24 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill1-3/+0
2010-06-082010-06-08 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber1-1/+1
2010-05-312010-05-31 Chris Johns <chrisj@rtems.org>Chris Johns1-37/+37
2010-05-272010-05-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+1
2009-11-29Whitespace removal.Ralf Corsepius1-2/+2
2009-06-122009-06-12 Chris Johns <chrisj@rtems.org>Chris Johns1-7/+22
2009-01-05Add braces to suppress gcc warning on empty 'else' block.Ralf Corsepius1-2/+3
2008-10-142008-10-14 Wei Shen <cquark@gmail.com>Joel Sherrill1-0/+3
2008-09-04Change "done" to bool.Ralf Corsepius1-2/+2
2005-02-08Add copy-on-write semantics to rtems_tarfs_load().Eric Norum1-1/+1
2004-04-17Remove stray white spaces.Ralf Corsepius1-33/+33
2003-09-042003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
2002-01-042002-01-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-23/+24
2001-08-092001-08-09 Fernando-Ruiz Casas <correo@fernando-ruiz.com>Joel Sherrill1-3/+16
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-0/+3
2000-11-172000-11-17 Jennifer Averret <jennifer@OARcorp.com>Jennifer Averett1-16/+16
2000-11-012000-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
2000-09-282000-09-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-4/+4
1999-11-17Updated copyright notice.Joel Sherrill1-2/+1
1999-11-05Unmount was failing as a side-effect of splitting the rmnod handlerJoel Sherrill1-1/+1
1999-10-26Added initial cut at miniIMFS which leaves out memfile and directoryJoel Sherrill1-3/+5
1999-10-12Split null handlers table to own file and renamed.Joel Sherrill1-4/+4
1999-02-24Changed IMFS to use IMFS_NAME_MAX as the maximum length of a basenameJoel Sherrill1-2/+2
1999-02-05Corrected spacing and added some new error checks that were neededJoel Sherrill1-9/+9
1998-11-23Added base version of file system infrastructure. This includes a majorJoel Sherrill1-0/+638