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