summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* riscv: Fix global constructionSebastian Huber2018-06-291-1/+1
* console: Add missing return statusSebastian Huber2018-06-271-0/+2
* Add RTEMS_FATAL_SOURCE_INVALID_HEAP_FREESebastian Huber2018-06-051-6/+1
* Add a simple task console driverSebastian Huber2018-03-064-25/+282
* termios: Fix use of uninitialized variableSebastian Huber2018-02-221-4/+4
* termios: Use self-contained objectsSebastian Huber2018-02-022-181/+77
* libio: Use API mutexSebastian Huber2017-12-061-30/+14
* sapi: New implementation of rtems_panic()Sebastian Huber2017-11-221-15/+0
* cpukit: Add _arc4random_getentropy_fail.Christian Mauderer2017-11-171-0/+21
* termios: Fix canonical modeSebastian Huber2017-11-071-2/+4
* Add simple console driverSebastian Huber2017-11-061-0/+97
* score: Add _IO_Printf() and _IO_Vprintf()Sebastian Huber2017-11-061-206/+14
* rtems: Add rtems_print_printer_fprintf_putc()Sebastian Huber2017-10-281-0/+67
* tests: Move rtems_test_printer definitionSebastian Huber2017-10-281-2/+2
* Use right time format in _times()Sebastian Huber2017-10-121-9/+5
* 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