summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/imfs/imfs_creat.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-04imfs: Simplify IMFS_create_node()Sebastian Huber1-3/+4
2017-12-13IMFS: Include <rtems/imfs.h>Sebastian Huber1-1/+1
2015-03-05IMFS: Fix warningSebastian Huber1-1/+1
2015-02-15IMFS: Implement variable length node namesSebastian Huber1-2/+4
2015-02-12IMFS: Add root directory to FS infoSebastian Huber1-62/+10
2015-02-12IMFS: Introduce IMFS_mknod_controlSebastian Huber1-4/+4
2015-02-04IMFS: Simplify ino generationSebastian Huber1-1/+0
2015-01-28IMFS: Reduce IMFS node typesSebastian Huber1-1/+1
2015-01-27IMFS: Replace node union with individual structSebastian Huber1-5/+5
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2013-03-22libfs: Always use geteuid() and getegid()Sebastian Huber1-7/+2
2012-12-21IMFS: Fix resource leak in IMFS_allocate_node()Sebastian Huber1-1/+7
2012-12-18libfs: Doxygen Enhancement Task #2Alex Ivanov1-8/+6
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+0
2012-03-13IMFS: Add and use node controlSebastian Huber1-95/+43
2012-03-13IMFS: Reference counting for nodesSebastian Huber1-0/+1
2012-03-13IMFS: Use unprotected chain operationsSebastian Huber1-7/+10
2012-03-13IMFS: Do not check for unsupported typesSebastian Huber1-10/+0
2012-03-13Filesystem: Reference counting for locationsSebastian Huber1-18/+29
2010-08-182010-08-18 Chris Johns <chrisj@rtems.org>Chris Johns1-2/+1
2010-08-022010-08-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-32/+18
2010-07-302010-07-30 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-7/+1
2010-07-152010-07-16 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber1-1/+1
2010-06-242010-06-24 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill1-1/+1
2010-06-242010-06-24 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill1-3/+7
2010-06-082010-06-08 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber1-2/+10
2010-01-192010-01-19 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-47/+88
2008-10-142008-10-14 Wei Shen <cquark@gmail.com>Joel Sherrill1-0/+4
2008-07-032008-07-03 Chris Johns <chrisj@rtems.org>Chris Johns1-2/+2
2008-05-27Added const qualifier to various pointers and data tables toThomas Doerfler1-9/+6
2004-04-17Remove stray white spaces.Ralf Corsepius1-1/+1
2003-09-042003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
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/+4
2000-11-012000-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
2000-06-12Merged from 4.5.0-beta3aJoel Sherrill1-3/+3
1999-11-17Updated copyright notice.Joel Sherrill1-2/+1
1999-02-24Changed IMFS to use IMFS_NAME_MAX as the maximum length of a basenameJoel Sherrill1-1/+1
1998-11-23Added base version of file system infrastructure. This includes a majorJoel Sherrill1-0/+130