summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/pipe/fifo.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-28doxygen: Switch @brief and @ingroupSebastian Huber1-1/+2
2020-04-16Canonicalize config.h includeSebastian Huber1-1/+1
2020-01-03cpukit/libfs: remove more dead code from pipe/fifo.cGedare Bloom1-2/+0
2020-01-03cpukit/libfs: remove dead code from pipe/fifo.cGedare Bloom1-2/+0
2019-12-11pipe: Use condition variablesSebastian Huber1-49/+17
2019-03-25libfs/src/pipe/fifo.c: Fix warning.Joel Sherrill1-2/+0
2019-03-14fifo.c: Eliminate logically dead code (Coverity 1437635)Joel Sherrill1-8/+5
2018-11-22pipe/fifo.c: Remove dead code (CID 1437649)Joel Sherrill1-1/+0
2018-02-02pipe: Use self-contained mutexSebastian Huber1-87/+19
2017-12-13pipe: Include <rtems/pipe.h>Sebastian Huber1-2/+1
2017-09-15libio: Add rtems_libio_iop_is_no_delay()Sebastian Huber1-1/+1
2017-09-15libio: Add rtems_libio_iop_flags()Sebastian Huber1-1/+1
2017-09-15libio: Add iop set/clear flagsSebastian Huber1-1/+1
2017-06-07Do not include <sys/ioctl.h> in kernel-spaceSebastian Huber1-0/+1
2016-06-06pipe: Use proper semaphore attr for mutexSebastian Huber1-2/+2
2015-04-23score: Delete Thread_queue_Control::stateSebastian Huber1-25/+0
2014-11-21pipe/fifo.c: NULL dereference flagged by Coverity ID 1063889Joel Sherrill1-1/+2
2014-11-21Delete or rename MIN/MAX macros and definesSebastian Huber1-3/+1
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2013-12-10PR2159: Have the FIFO driver read follow POSIX standard.Chris Johns1-43/+41
2013-08-08PR766: Delete __RTEMS_VIOLATE_KERNEL_VISIBILITY__Sebastian Huber1-6/+0
2013-07-26score: Create states implementation headerSebastian Huber1-0/+1
2013-07-23Include missing <string.h>Sebastian Huber1-0/+1
2013-07-22rtems: Create barrier implementation headerSebastian Huber1-0/+1
2013-06-07score: Add and use _Objects_Put()Sebastian Huber1-8/+10
2012-12-18libfs: Doxygen Enhancement Task #2Alex Ivanov1-24/+7
2012-05-15Filesystem: Use ioctl_command_tSebastian Huber1-4/+4
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+0
2012-05-04Filesystem: Remove pipe_lseek()Sebastian Huber1-14/+0
2011-10-182011-10-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+4
2011-04-152011-04-15 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber1-1/+1
2010-08-102010-08-09 Bharath Suri <bharath.s.jois@gmail.com>Joel Sherrill1-5/+4
2010-08-022010-08-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-10/+11
2010-06-242010-06-24 Bharath Suri <bharath.s.jois@gmail.com>Joel Sherrill1-4/+8
2010-06-232010-06-23 Chris Johns <chrisj@rtems.org>Chris Johns1-2/+1
2010-06-142010-06-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-2/+2
2010-06-122010-06-12 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill1-2/+0
2010-06-082010-06-08 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber1-45/+64
2009-12-172009-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-1/+1
2008-12-052008-12-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-2/+12
2008-12-032008-12-03 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+4
2008-10-142008-10-14 Wei Shen <cquark@gmail.com>Joel Sherrill1-0/+551