summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/open.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-05-20Update company nameSebastian Huber1-1/+1
2022-04-01cpukit/libcsupport/src/[g-r]*: Change license to BSD-2Joel Sherrill1-3/+22
2021-02-08libcsupport: Add no_regular_file_mknod as a mount option to the mount tableChris Johns1-5/+8
2020-04-16Canonicalize config.h includeSebastian Huber1-2/+2
2020-03-13libio: Robust file descriptor reference countingSebastian Huber1-5/+1
2018-10-22Support O_NOFOLLOW open() flagSebastian Huber1-1/+6
2018-10-18Support O_DIRECTORY open() flagSebastian Huber1-2/+13
2017-09-15libio: Add hold/drop iop referenceSebastian Huber1-1/+5
2017-09-15libio: Add rtems_libio_iop_flags_initialize()Sebastian Huber1-1/+4
2017-09-15libio: Add iop set/clear flagsSebastian Huber1-1/+1
2015-10-26basdefs.h: Add and use RTEMS_UNUSEDSebastian Huber1-1/+1
2015-02-04Filesystem: Use rtems_libio_iop_to_descriptor()Sebastian Huber1-1/+1
2015-01-22Filesystem: Delete node type operationSebastian Huber1-3/+2
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2012-12-11libcsupport: GCI Doxygen Task #7Alex Ivanov1-7/+14
2012-05-15Filesystem: Move operations to mount table entrySebastian Huber1-1/+1
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+0
2012-03-13Filesystem: Rename definesSebastian Huber1-5/+5
2012-03-13Filesystem: Reference counting for locationsSebastian Huber1-154/+107
2011-12-012011-12-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-2/+2
2010-08-232010-08-23 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-1/+0
2010-07-152010-07-16 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber1-3/+1
2010-07-072010-07-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-9/+8
2010-07-012010-07-01 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett1-5/+0
2010-02-162010-02-16 Chris Johns <chrisj@rtems.org>Chris Johns1-1/+1
2009-09-30Rework autoconf defines.Ralf Corsepius1-1/+1
2009-09-15Add __attribute__((unused)) to function arguments.Ralf Corsepius1-1/+1
2009-06-122009-06-12 Chris Johns <chrisj@rtems.org>Chris Johns1-2/+2
2008-10-142008-10-14 Wei Shen <cquark@gmail.com>Joel Sherrill1-1/+3
2008-09-01Convert using "bool".Ralf Corsepius1-2/+2
2005-07-13Pass along errno from failed ftruncate().Eric Norum1-0/+1
2004-04-18Remove stray white spaces.Ralf Corsepius1-6/+6
2003-09-042003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
2003-09-022003-09-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
2003-08-052003-08-05 Till Strauman <strauman@slac.stanford.edu>Jennifer Averett1-0/+6
2002-01-042002-01-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-1/+4
2001-10-192001-10-18 Till Straumann <strauman@SLAC.Stanford.EDU>Joel Sherrill1-2/+0
2001-10-172001-10-17 Till Straumann <strauman@SLAC.Stanford.EDU>Joel Sherrill1-0/+6
2001-04-242001-04-24 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+0
2001-01-082001-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+4
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-2/+2
1999-11-17Updated copyright notice.Joel Sherrill1-2/+1
1999-10-12Added rtems_filesystem_freenode() macro and added calls at appropriateJoel Sherrill1-3/+2
1999-10-12Added call to freenod to let each filesystem free its own internalJoel Sherrill1-7/+11
1999-02-10Set the read/write offset to 0 when the file is opened. The ACVC had a testJoel Sherrill1-0/+1
1999-02-05Corrected spacing and added some new error checks that were neededJoel Sherrill1-2/+2
1998-11-23Added base version of file system infrastructure. This includes a majorJoel Sherrill1-0/+202