summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src (unfollow)
Commit message (Expand)AuthorFilesLines
2017-10-05posix: Implement self-contained POSIX mutexSebastian Huber1-1/+0
2017-10-05posix: Implement self-contained POSIX condvarSebastian Huber1-2/+0
2017-10-05posix: Implement self-contained POSIX rwlocksSebastian Huber1-2/+0
2017-10-05posix: Implement self-contained POSIX barriersSebastian Huber1-1/+0
2017-10-05posix: Optimize pthread_once_tSebastian Huber1-1/+1
2017-09-19Add "\n" to "\r\n" translation to rtems_putc()Sebastian Huber1-1/+5
2017-09-15libio: Use FIFO for iop free listSebastian Huber3-12/+23
2017-09-15libio: Add hold/drop iop referenceSebastian Huber16-17/+83
2017-09-15libio: Unify readv() and writev()Sebastian Huber2-20/+34
2017-09-15libio: LIBIO_GET_IOP() LIBIO_GET_IOP_WITH_ACCESS()Sebastian Huber14-47/+18
2017-09-15libio: Add rtems_libio_iop_is_no_delay()Sebastian Huber1-1/+1
2017-09-15libio: Add rtems_libio_iop_flags()Sebastian Huber1-5/+5
2017-09-15libio: Add rtems_libio_iop_flags_initialize()Sebastian Huber3-8/+13
2017-09-15libio: Add iop set/clear flagsSebastian Huber3-7/+8
2017-09-15libio: rtems_libio_check_permissions_with_error()Sebastian Huber4-4/+4
2017-09-15libio: Remove rtems_libio_check_permissions()Sebastian Huber1-1/+1
2017-09-15libio: Do simple parameter checks earlySebastian Huber2-5/+7
2017-09-14libio: Simplify rtems_libio_iop()Sebastian Huber1-1/+1
2017-09-14libio: Remove LIBIO_FLAGS_CREATESebastian Huber2-7/+0
2017-09-14libio: Remove special-case reference countSebastian Huber1-30/+2
2017-09-12Simplify and unify BSP_output_charSebastian Huber1-2/+2
2017-09-07Implement clock()Sebastian Huber1-0/+33
2017-09-06Fix integer overflow problems in times()Sebastian Huber1-34/+16
2017-08-25Include missing <string.h>Sebastian Huber5-0/+5
2017-07-28Fix IO control request typeSebastian Huber1-1/+2
2017-07-14posix/mmap: Add support for file handler and MAP_ANONKevin Kirspel2-0/+2
2017-06-07Do not include <sys/ioctl.h> in kernel-spaceSebastian Huber1-0/+1
2017-06-07Move RTEMS-specific Termios API contentSebastian Huber1-2/+2
2017-06-07Do not use deprecated <sys/termios.h>Sebastian Huber1-1/+1
2017-05-05posix/mman: add mmap support for shm objectsGedare Bloom1-2/+30
2017-04-10Updating default termios initialization for dedicated input/output baud ratesKevin Kirspel1-1/+4
2017-03-27termios: Avoid invalid memory accessSebastian Huber1-1/+3
2017-03-22termios: Synchronize with latest FreeBSD headersKevin Kirspel17-69/+177
2017-03-16libio: Fix deadlock in location managementSebastian Huber6-12/+13
2017-03-02posix_devctl: Fix for pre C99Sebastian Huber1-5/+5
2017-02-28termios: Simplify some calculationsSebastian Huber1-4/+3
2017-02-28termios: Implement non-blocking writeSebastian Huber1-4/+6
2017-02-28termios: Make write POSIX compatibleSebastian Huber1-34/+81
2017-02-28termios: Introduce doTransmit()Sebastian Huber1-10/+15
2017-02-28termios: Simplify oproc()Sebastian Huber1-19/+36
2017-02-28termios: Fix infinite loop in receive pathSebastian Huber1-5/+9
2017-02-28termios: Change receive callback invocationSebastian Huber1-11/+47
2017-02-28termios: Change tty_rcvwakeup to boolSebastian Huber1-9/+9
2017-02-28termios: Ignore carriage return early if desiredSebastian Huber1-6/+19
2017-02-28termios: Protect raw input buffer with device lockSebastian Huber1-16/+36
2017-02-28termios: Simplify rtems_termios_read_tty()Sebastian Huber1-11/+4
2017-02-23termios: Add kqueue() and poll() supportSebastian Huber1-2/+2
2017-02-03termios: Fix static device initalizationSebastian Huber1-6/+6
2017-01-31score: Add _Thread_queue_Object_nameSebastian Huber1-1/+0
2017-01-13configure: Remove envlock supportSebastian Huber1-120/+0