summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/imfs/imfs_creat.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* IMFS: Fix warningSebastian Huber2015-03-051-1/+1
* IMFS: Implement variable length node namesSebastian Huber2015-02-151-2/+4
* IMFS: Add root directory to FS infoSebastian Huber2015-02-121-62/+10
* IMFS: Introduce IMFS_mknod_controlSebastian Huber2015-02-121-4/+4
* IMFS: Simplify ino generationSebastian Huber2015-02-041-1/+0
* IMFS: Reduce IMFS node typesSebastian Huber2015-01-281-1/+1
* IMFS: Replace node union with individual structSebastian Huber2015-01-271-5/+5
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
* libfs: Always use geteuid() and getegid()Sebastian Huber2013-03-221-7/+2
* IMFS: Fix resource leak in IMFS_allocate_node()Sebastian Huber2012-12-211-1/+7
* libfs: Doxygen Enhancement Task #2Alex Ivanov2012-12-181-8/+6
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-2/+0
* IMFS: Add and use node controlSebastian Huber2012-03-131-95/+43
* IMFS: Reference counting for nodesSebastian Huber2012-03-131-0/+1
* IMFS: Use unprotected chain operationsSebastian Huber2012-03-131-7/+10
* IMFS: Do not check for unsupported typesSebastian Huber2012-03-131-10/+0
* Filesystem: Reference counting for locationsSebastian Huber2012-03-131-18/+29
* 2010-08-18 Chris Johns <chrisj@rtems.org>Chris Johns2010-08-181-2/+1
* 2010-08-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-08-021-32/+18
* 2010-07-30 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-07-301-7/+1
* 2010-07-16 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-07-151-1/+1
* 2010-06-24 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-06-241-1/+1
* 2010-06-24 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-06-241-3/+7
* 2010-06-08 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-06-081-2/+10
* 2010-01-19 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-01-191-47/+88
* 2008-10-14 Wei Shen <cquark@gmail.com>Joel Sherrill2008-10-141-0/+4
* 2008-07-03 Chris Johns <chrisj@rtems.org>Chris Johns2008-07-031-2/+2
* Added const qualifier to various pointers and data tables toThomas Doerfler2008-05-271-9/+6
* Remove stray white spaces.Ralf Corsepius2004-04-171-1/+1
* 2003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-041-1/+1
* 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-0/+4
* 2000-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-11-011-1/+1
* Merged from 4.5.0-beta3aJoel Sherrill2000-06-121-3/+3
* Updated copyright notice.Joel Sherrill1999-11-171-2/+1
* Changed IMFS to use IMFS_NAME_MAX as the maximum length of a basenameJoel Sherrill1999-02-241-1/+1
* Added base version of file system infrastructure. This includes a majorJoel Sherrill1998-11-231-0/+130