summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/open.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* libcsupport: Add no_regular_file_mknod as a mount option to the mount tableChris Johns2021-02-081-5/+8
* Canonicalize config.h includeSebastian Huber2020-04-161-2/+2
* libio: Robust file descriptor reference countingSebastian Huber2020-03-131-5/+1
* Support O_NOFOLLOW open() flagSebastian Huber2018-10-221-1/+6
* Support O_DIRECTORY open() flagSebastian Huber2018-10-181-2/+13
* libio: Add hold/drop iop referenceSebastian Huber2017-09-151-1/+5
* libio: Add rtems_libio_iop_flags_initialize()Sebastian Huber2017-09-151-1/+4
* libio: Add iop set/clear flagsSebastian Huber2017-09-151-1/+1
* basdefs.h: Add and use RTEMS_UNUSEDSebastian Huber2015-10-261-1/+1
* Filesystem: Use rtems_libio_iop_to_descriptor()Sebastian Huber2015-02-041-1/+1
* Filesystem: Delete node type operationSebastian Huber2015-01-221-3/+2
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
* libcsupport: GCI Doxygen Task #7Alex Ivanov2012-12-111-7/+14
* 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
* Filesystem: Rename definesSebastian Huber2012-03-131-5/+5
* Filesystem: Reference counting for locationsSebastian Huber2012-03-131-154/+107
* 2011-12-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-12-011-2/+2
* 2010-08-23 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-08-231-1/+0
* 2010-07-16 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-07-151-3/+1
* 2010-07-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-07-071-9/+8
* 2010-07-01 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2010-07-011-5/+0
* 2010-02-16 Chris Johns <chrisj@rtems.org>Chris Johns2010-02-161-1/+1
* Rework autoconf defines.Ralf Corsepius2009-09-301-1/+1
* Add __attribute__((unused)) to function arguments.Ralf Corsepius2009-09-151-1/+1
* 2009-06-12 Chris Johns <chrisj@rtems.org>Chris Johns2009-06-121-2/+2
* 2008-10-14 Wei Shen <cquark@gmail.com>Joel Sherrill2008-10-141-1/+3
* Convert using "bool".Ralf Corsepius2008-09-011-2/+2
* Pass along errno from failed ftruncate().Eric Norum2005-07-131-0/+1
* Remove stray white spaces.Ralf Corsepius2004-04-181-6/+6
* 2003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-041-1/+1
* 2003-09-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-021-1/+1
* 2003-08-05 Till Strauman <strauman@slac.stanford.edu>Jennifer Averett2003-08-051-0/+6
* 2002-01-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-041-1/+4
* 2001-10-18 Till Straumann <strauman@SLAC.Stanford.EDU>Joel Sherrill2001-10-191-2/+0
* 2001-10-17 Till Straumann <strauman@SLAC.Stanford.EDU>Joel Sherrill2001-10-171-0/+6
* 2001-04-24 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2001-04-241-1/+0
* 2001-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-01-081-0/+4
* 2000-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-11-011-1/+1
* 2000-09-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-09-281-2/+2
* Updated copyright notice.Joel Sherrill1999-11-171-2/+1
* Added rtems_filesystem_freenode() macro and added calls at appropriateJoel Sherrill1999-10-121-3/+2
* Added call to freenod to let each filesystem free its own internalJoel Sherrill1999-10-121-7/+11
* Set the read/write offset to 0 when the file is opened. The ACVC had a testJoel Sherrill1999-02-101-0/+1
* Corrected spacing and added some new error checks that were neededJoel Sherrill1999-02-051-2/+2
* Added base version of file system infrastructure. This includes a majorJoel Sherrill1998-11-231-0/+202