summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport (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
* build: Remove EXTRA_DISTSebastian Huber2018-04-041-1/+0
* Add a simple task console driverSebastian Huber2018-03-065-25/+284
* termios: Fix use of uninitialized variableSebastian Huber2018-02-221-4/+4
* termios: Use self-contained objectsSebastian Huber2018-02-022-181/+77
* Remove make preinstallChris Johns2018-01-2525-5758/+0
* Remove obsolete network header filesSebastian Huber2017-12-078-940/+0
* libio: Use API mutexSebastian Huber2017-12-062-47/+16
* sapi: New implementation of rtems_panic()Sebastian Huber2017-11-222-24/+1
* cpukit: Add _arc4random_getentropy_fail.Christian Mauderer2017-11-172-1/+23
* libio: Add assert to rtems_libio_iop_drop()Sebastian Huber2017-11-151-0/+23
* score: Change _Timecounter_Time_uptime to int32_tSebastian Huber2017-11-094-0/+60
* termios: Fix canonical modeSebastian Huber2017-11-071-2/+4
* Add simple console driverSebastian Huber2017-11-062-0/+98
* score: Add _IO_Printf() and _IO_Vprintf()Sebastian Huber2017-11-061-206/+14
* rtems: Add rtems_print_printer_fprintf_putc()Sebastian Huber2017-10-282-0/+68
* tests: Move rtems_test_printer definitionSebastian Huber2017-10-281-2/+2
* Use right time format in _times()Sebastian Huber2017-10-121-9/+5
* timecounter: Merge FreeBSD change r303382Konstantin Belousov2017-10-121-1/+3
* posix: Implement self-contained POSIX mutexSebastian Huber2017-10-052-2/+0
* posix: Implement self-contained POSIX condvarSebastian Huber2017-10-052-3/+0
* posix: Implement self-contained POSIX rwlocksSebastian Huber2017-10-052-3/+0
* posix: Implement self-contained POSIX barriersSebastian Huber2017-10-052-2/+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: Remove rtems_libio_t::driverSebastian Huber2017-09-151-1/+0
* libio: Use FIFO for iop free listSebastian Huber2017-09-154-13/+25
* libio: Add hold/drop iop referenceSebastian Huber2017-09-1518-43/+140
* libio: Unify readv() and writev()Sebastian Huber2017-09-153-26/+50
* libio: LIBIO_GET_IOP() LIBIO_GET_IOP_WITH_ACCESS()Sebastian Huber2017-09-1515-81/+62
* libio: Add rtems_libio_iop_is_append()Sebastian Huber2017-09-151-0/+10
* libio: Add rtems_libio_iop_is_writeable()Sebastian Huber2017-09-151-0/+10
* libio: Add rtems_libio_iop_is_readable()Sebastian Huber2017-09-151-0/+10
* libio: Add rtems_libio_iop_is_no_delay()Sebastian Huber2017-09-152-1/+11
* libio: Add rtems_libio_iop_flags()Sebastian Huber2017-09-152-5/+10
* libio: Add rtems_libio_iop_flags_initialize()Sebastian Huber2017-09-154-8/+31
* libio: Add iop set/clear flagsSebastian Huber2017-09-154-7/+48
* libio: rtems_libio_check_permissions_with_error()Sebastian Huber2017-09-155-7/+7
* libio: Remove rtems_libio_check_permissions()Sebastian Huber2017-09-152-11/+1
* libio: Do simple parameter checks earlySebastian Huber2017-09-153-12/+14
* libio: Simplify rtems_libio_iop()Sebastian Huber2017-09-142-8/+14
* libio: Remove LIBIO_FLAGS_CREATESebastian Huber2017-09-143-8/+0
* libio: Remove special-case reference countSebastian Huber2017-09-143-72/+2
* Simplify and unify BSP_output_charSebastian Huber2017-09-121-2/+2
* Implement clock()Sebastian Huber2017-09-072-0/+34
* 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