summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/libio.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Canonicalize config.h includeSebastian Huber2020-04-161-1/+1
* libio: Robust file descriptor reference countingSebastian Huber2020-03-131-1/+14
* libio: Use FIFO for iop free listSebastian Huber2017-09-151-8/+15
* libio: Add hold/drop iop referenceSebastian Huber2017-09-151-5/+5
* libio: Add rtems_libio_iop_flags_initialize()Sebastian Huber2017-09-151-1/+0
* libio: Remove LIBIO_FLAGS_CREATESebastian Huber2017-09-141-5/+0
* libio: Remove special-case reference countSebastian Huber2017-09-141-30/+2
* posix/mman: add mmap support for shm objectsGedare Bloom2017-05-051-2/+30
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
* Filesystem: Zero flags in rtems_libio_free()Sebastian Huber2013-10-311-1/+1
* libcsupport: Doxygen Enhancement Task #8Alex Ivanov2012-12-151-30/+7
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-2/+0
* Filesystem: Remove per file descriptor semaphoreSebastian Huber2012-05-041-24/+4
* Filesystem: Reference counting for locationsSebastian Huber2012-03-131-101/+13
* 2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-04-301-32/+17
* Whitespace removal.Ralf Corsepius2009-11-291-3/+3
* Reflect rtems_libio_number_iops being uint32_t.Ralf Corsepius2009-09-151-2/+2
* 2009-01-29 Nickolay Semyonov-Kolchin <nbkolchin@gmail.com>Joel Sherrill2009-01-291-6/+8
* Added const qualifier to various pointers and data tables toThomas Doerfler2008-05-271-2/+2
* 2007-03-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-261-51/+4
* 2006-03-07 Till Strauman <strauman@slac.stanford.edu>Joel Sherrill2006-03-071-11/+16
* Remove stray white spaces.Ralf Corsepius2004-04-181-20/+20
* Remove stray white spaces.Ralf Corsepius2004-04-151-2/+0
* 2004-03-23 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-231-8/+8
* 2003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-041-1/+1
* 2001-10-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2001-10-261-16/+5
* 2001-10-25 Jennifer Averett <jennifer@OARcorp.com>Joel Sherrill2001-10-251-4/+14
* 2001-04-24 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2001-04-241-0/+2
* 2001-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-01-081-0/+4
* 2000-11-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-11-101-0/+2
* 2000-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-11-011-1/+1
* 2000-09-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-09-051-0/+1
* Merged from 4.5.0-beta3aJoel Sherrill2000-06-121-2/+2
* Removed duplicate definition of rtems_filesystem_umask.Joel Sherrill1999-11-301-6/+0
* Updated copyright notice.Joel Sherrill1999-11-171-2/+1
* Removed an uninitialized variable.Jennifer Averett1999-03-291-4/+5
* Use proper include for libio.h.Joel Sherrill1999-03-161-1/+1
* Added code to translate internal libio flags to POSIX style flags.Joel Sherrill1999-03-081-3/+20
* Added F_GETFL support so the fdopen() implementation in newlib 1.8.1Joel Sherrill1999-03-061-0/+18
* Patch from Eric Norum <eric@skatter.usask.ca> to eliminate externalJoel Sherrill1999-03-011-32/+0
* Merged Eric Norum's select patch that was based on 4.0 and resolvedJoel Sherrill1998-12-101-61/+96
* Added base version of file system infrastructure. This includes a majorJoel Sherrill1998-11-231-446/+217
* rtems_libio_number_iops is now defined in confdefs.h so the maximumJoel Sherrill1998-04-181-1/+1
* Numerous changes which in total greatly reduced the amount of sourceJoel Sherrill1998-04-151-18/+0
* Patch from Eric Norum <eric@skatter.usask.ca>:Joel Sherrill1998-02-171-2/+5
* Bug fix from Eric Norum:Joel Sherrill1997-09-191-1/+0
* Added RTEMS_IO_ERROR status code.Joel Sherrill1997-08-281-0/+1
* Added error numbers and changed default error code from 0 to -1 forJoel Sherrill1997-08-271-7/+9
* Fixed iop/memory leak bug reported by Dan Dickey.Joel Sherrill1997-08-221-1/+6
* Added ka9q tcpip stack and network driver for the gen68360. This effortJoel Sherrill1997-04-091-14/+92