summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src (unfollow)
Commit message (Expand)AuthorFilesLines
2018-03-06Add a simple task console driverSebastian Huber4-25/+282
2018-02-22termios: Fix use of uninitialized variableSebastian Huber1-4/+4
2018-02-02termios: Use self-contained objectsSebastian Huber2-181/+77
2017-12-06libio: Use API mutexSebastian Huber1-30/+14
2017-11-22sapi: New implementation of rtems_panic()Sebastian Huber1-15/+0
2017-11-17cpukit: Add _arc4random_getentropy_fail.Christian Mauderer1-0/+21
2017-11-07termios: Fix canonical modeSebastian Huber1-2/+4
2017-11-06Add simple console driverSebastian Huber1-0/+97
2017-11-06score: Add _IO_Printf() and _IO_Vprintf()Sebastian Huber1-206/+14
2017-10-28rtems: Add rtems_print_printer_fprintf_putc()Sebastian Huber1-0/+67
2017-10-28tests: Move rtems_test_printer definitionSebastian Huber1-2/+2
2017-10-12Use right time format in _times()Sebastian Huber1-9/+5
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