summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/fcntl.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-01cpukit/libcsupport/src/[a-f]*: 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-13libio: Robust file descriptor reference countingSebastian Huber1-2/+2
2017-09-15libio: Add hold/drop iop referenceSebastian Huber1-0/+2
2017-09-15libio: LIBIO_GET_IOP() LIBIO_GET_IOP_WITH_ACCESS()Sebastian Huber1-4/+5
2017-09-15libio: Add rtems_libio_iop_flags()Sebastian Huber1-5/+5
2017-09-15libio: Add rtems_libio_iop_flags_initialize()Sebastian Huber1-6/+9
2017-09-15libio: Add iop set/clear flagsSebastian Huber1-5/+6
2017-09-14libio: Remove LIBIO_FLAGS_CREATESebastian Huber1-2/+0
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
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2013-12-10PR2158: Add support for dup2.Chris Johns1-6/+47
2012-12-08libcsupport: Doxygen Enhancement Task #3Mathew Kallada1-2/+7
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+0
2012-03-13Filesystem: Reference counting for locationsSebastian Huber1-19/+41
2010-07-152010-07-16 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber1-3/+1
2010-07-012010-07-01 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett1-6/+4
2009-09-30Rework autoconf defines.Ralf Corsepius1-1/+1
2009-09-15Add __attribute__((unused)) to function arguments.Ralf Corsepius1-1/+1
2004-04-18Remove stray white spaces.Ralf Corsepius1-4/+4
2004-04-15Remove stray white spaces.Ralf Corsepius1-1/+0
2003-09-042003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
2003-02-052003-02-05 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill1-5/+39
2002-01-062002-02-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+1
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-10-182000-10-18 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-4/+6
2000-09-282000-09-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-2/+2
2000-08-112000-08-11 Chris Johns <ccj@acm.org>Joel Sherrill1-4/+10
1999-11-17Updated copyright notice.Joel Sherrill1-2/+1
1999-11-02Fixed F_SETFL to properly convert between internalJoel Sherrill1-2/+3
1999-03-31Corrected return value.Jennifer Averett1-1/+1
1999-03-19Another cleanup patch for the previous rejected hunk.Joel Sherrill1-0/+1
1999-03-19A cleanup patch on fcntl.c from Eric Norum <eric@skatter.usask.ca> forJoel Sherrill1-0/+2
1999-03-19Patch from Eric Norum <eric@skatter.usask.ca> that adds externalJoel Sherrill1-24/+36
1999-03-08Added support for F_GETFL and F_SETFL.Joel Sherrill1-2/+3
1999-03-06Added F_GETFL support so the fdopen() implementation in newlib 1.8.1Joel Sherrill1-2/+17
1999-03-01Patch from Eric Norum <eric@skatter.usask.ca> to eliminate externalJoel Sherrill1-7/+0
1999-01-20More general fix based on bug report and patch from Ian Lance TaylorJoel Sherrill1-0/+1
1998-12-10Merged Eric Norum's select patch that was based on 4.0 and resolvedJoel Sherrill1-4/+4
1998-12-03Added source for F_DUPFD.Jennifer Averett1-12/+18
1998-11-23Added base version of file system infrastructure. This includes a majorJoel Sherrill1-0/+111