summaryrefslogtreecommitdiff
path: root/cpukit/libcsupport/src (follow)
AgeCommit message (Expand)Author
2017-11-06Add simple console driverSebastian Huber
2017-11-06score: Add _IO_Printf() and _IO_Vprintf()Sebastian Huber
2017-10-28rtems: Add rtems_print_printer_fprintf_putc()Sebastian Huber
2017-10-28tests: Move rtems_test_printer definitionSebastian Huber
2017-10-12Use right time format in _times()Sebastian Huber
2017-10-05posix: Implement self-contained POSIX mutexSebastian Huber
2017-10-05posix: Implement self-contained POSIX condvarSebastian Huber
2017-10-05posix: Implement self-contained POSIX rwlocksSebastian Huber
2017-10-05posix: Implement self-contained POSIX barriersSebastian Huber
2017-10-05posix: Optimize pthread_once_tSebastian Huber
2017-09-19Add "\n" to "\r\n" translation to rtems_putc()Sebastian Huber
2017-09-15libio: Use FIFO for iop free listSebastian Huber
2017-09-15libio: Add hold/drop iop referenceSebastian Huber
2017-09-15libio: Unify readv() and writev()Sebastian Huber
2017-09-15libio: LIBIO_GET_IOP() LIBIO_GET_IOP_WITH_ACCESS()Sebastian Huber
2017-09-15libio: Add rtems_libio_iop_is_no_delay()Sebastian Huber
2017-09-15libio: Add rtems_libio_iop_flags()Sebastian Huber
2017-09-15libio: Add rtems_libio_iop_flags_initialize()Sebastian Huber
2017-09-15libio: Add iop set/clear flagsSebastian Huber
2017-09-15libio: rtems_libio_check_permissions_with_error()Sebastian Huber
2017-09-15libio: Remove rtems_libio_check_permissions()Sebastian Huber
2017-09-15libio: Do simple parameter checks earlySebastian Huber
2017-09-14libio: Simplify rtems_libio_iop()Sebastian Huber
2017-09-14libio: Remove LIBIO_FLAGS_CREATESebastian Huber
2017-09-14libio: Remove special-case reference countSebastian Huber
2017-09-12Simplify and unify BSP_output_charSebastian Huber
2017-09-07Implement clock()Sebastian Huber
2017-09-06Fix integer overflow problems in times()Sebastian Huber
2017-08-25Include missing <string.h>Sebastian Huber
2017-07-28Fix IO control request typeSebastian Huber
2017-07-14posix/mmap: Add support for file handler and MAP_ANONKevin Kirspel
2017-06-07Do not include <sys/ioctl.h> in kernel-spaceSebastian Huber
2017-06-07Move RTEMS-specific Termios API contentSebastian Huber
2017-06-07Do not use deprecated <sys/termios.h>Sebastian Huber
2017-05-05posix/mman: add mmap support for shm objectsGedare Bloom
2017-04-10Updating default termios initialization for dedicated input/output baud ratesKevin Kirspel
2017-03-27termios: Avoid invalid memory accessSebastian Huber
2017-03-22termios: Synchronize with latest FreeBSD headersKevin Kirspel
2017-03-16libio: Fix deadlock in location managementSebastian Huber
2017-03-02posix_devctl: Fix for pre C99Sebastian Huber
2017-02-28termios: Simplify some calculationsSebastian Huber
2017-02-28termios: Implement non-blocking writeSebastian Huber
2017-02-28termios: Make write POSIX compatibleSebastian Huber
2017-02-28termios: Introduce doTransmit()Sebastian Huber
2017-02-28termios: Simplify oproc()Sebastian Huber
2017-02-28termios: Fix infinite loop in receive pathSebastian Huber
2017-02-28termios: Change receive callback invocationSebastian Huber
2017-02-28termios: Change tty_rcvwakeup to boolSebastian Huber
2017-02-28termios: Ignore carriage return early if desiredSebastian Huber
2017-02-28termios: Protect raw input buffer with device lockSebastian Huber