summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/fcntl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* doxygen: Switch @brief and @ingroupSebastian Huber2020-04-281-1/+2
* Canonicalize config.h includeSebastian Huber2020-04-161-2/+2
* libio: Robust file descriptor reference countingSebastian Huber2020-03-131-2/+2
* libio: Add hold/drop iop referenceSebastian Huber2017-09-151-0/+2
* libio: LIBIO_GET_IOP() LIBIO_GET_IOP_WITH_ACCESS()Sebastian Huber2017-09-151-4/+5
* libio: Add rtems_libio_iop_flags()Sebastian Huber2017-09-151-5/+5
* libio: Add rtems_libio_iop_flags_initialize()Sebastian Huber2017-09-151-6/+9
* libio: Add iop set/clear flagsSebastian Huber2017-09-151-5/+6
* libio: Remove LIBIO_FLAGS_CREATESebastian Huber2017-09-141-2/+0
* 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
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
* PR2158: Add support for dup2.Chris Johns2013-12-101-6/+47
* libcsupport: Doxygen Enhancement Task #3Mathew Kallada2012-12-081-2/+7
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-2/+0
* Filesystem: Reference counting for locationsSebastian Huber2012-03-131-19/+41
* 2010-07-16 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-07-151-3/+1
* 2010-07-01 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2010-07-011-6/+4
* Rework autoconf defines.Ralf Corsepius2009-09-301-1/+1
* Add __attribute__((unused)) to function arguments.Ralf Corsepius2009-09-151-1/+1
* Remove stray white spaces.Ralf Corsepius2004-04-181-4/+4
* Remove stray white spaces.Ralf Corsepius2004-04-151-1/+0
* 2003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-041-1/+1
* 2003-02-05 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill2003-02-051-5/+39
* 2002-02-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-061-0/+1
* 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-10-18 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-10-181-4/+6
* 2000-09-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-09-281-2/+2
* 2000-08-11 Chris Johns <ccj@acm.org>Joel Sherrill2000-08-111-4/+10
* Updated copyright notice.Joel Sherrill1999-11-171-2/+1
* Fixed F_SETFL to properly convert between internalJoel Sherrill1999-11-021-2/+3
* Corrected return value.Jennifer Averett1999-03-311-1/+1
* Another cleanup patch for the previous rejected hunk.Joel Sherrill1999-03-191-0/+1
* A cleanup patch on fcntl.c from Eric Norum <eric@skatter.usask.ca> forJoel Sherrill1999-03-191-0/+2
* Patch from Eric Norum <eric@skatter.usask.ca> that adds externalJoel Sherrill1999-03-191-24/+36
* Added support for F_GETFL and F_SETFL.Joel Sherrill1999-03-081-2/+3
* Added F_GETFL support so the fdopen() implementation in newlib 1.8.1Joel Sherrill1999-03-061-2/+17
* Patch from Eric Norum <eric@skatter.usask.ca> to eliminate externalJoel Sherrill1999-03-011-7/+0
* More general fix based on bug report and patch from Ian Lance TaylorJoel Sherrill1999-01-201-0/+1
* Merged Eric Norum's select patch that was based on 4.0 and resolvedJoel Sherrill1998-12-101-4/+4
* Added source for F_DUPFD.Jennifer Averett1998-12-031-12/+18
* Added base version of file system infrastructure. This includes a majorJoel Sherrill1998-11-231-0/+111