summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport (unfollow)
Commit message (Expand)AuthorFilesLines
2018-06-27console: Add missing return statusSebastian Huber1-0/+2
2018-06-05Add RTEMS_FATAL_SOURCE_INVALID_HEAP_FREESebastian Huber1-6/+1
2018-04-04build: Remove EXTRA_DISTSebastian Huber1-1/+0
2018-03-06Add a simple task console driverSebastian Huber5-25/+284
2018-02-22termios: Fix use of uninitialized variableSebastian Huber1-4/+4
2018-02-02termios: Use self-contained objectsSebastian Huber2-181/+77
2018-01-25Remove make preinstallChris Johns25-5758/+0
2017-12-07Remove obsolete network header filesSebastian Huber8-940/+0
2017-12-06libio: Use API mutexSebastian Huber2-47/+16
2017-11-22sapi: New implementation of rtems_panic()Sebastian Huber2-24/+1
2017-11-17cpukit: Add _arc4random_getentropy_fail.Christian Mauderer2-1/+23
2017-11-15libio: Add assert to rtems_libio_iop_drop()Sebastian Huber1-0/+23
2017-11-09score: Change _Timecounter_Time_uptime to int32_tSebastian Huber4-0/+60
2017-11-07termios: Fix canonical modeSebastian Huber1-2/+4
2017-11-06Add simple console driverSebastian Huber2-0/+98
2017-11-06score: Add _IO_Printf() and _IO_Vprintf()Sebastian Huber1-206/+14
2017-10-28rtems: Add rtems_print_printer_fprintf_putc()Sebastian Huber2-0/+68
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-12timecounter: Merge FreeBSD change r303382Konstantin Belousov1-1/+3
2017-10-05posix: Implement self-contained POSIX mutexSebastian Huber2-2/+0
2017-10-05posix: Implement self-contained POSIX condvarSebastian Huber2-3/+0
2017-10-05posix: Implement self-contained POSIX rwlocksSebastian Huber2-3/+0
2017-10-05posix: Implement self-contained POSIX barriersSebastian Huber2-2/+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: Remove rtems_libio_t::driverSebastian Huber1-1/+0
2017-09-15libio: Use FIFO for iop free listSebastian Huber4-13/+25
2017-09-15libio: Add hold/drop iop referenceSebastian Huber18-43/+140
2017-09-15libio: Unify readv() and writev()Sebastian Huber3-26/+50
2017-09-15libio: LIBIO_GET_IOP() LIBIO_GET_IOP_WITH_ACCESS()Sebastian Huber15-81/+62
2017-09-15libio: Add rtems_libio_iop_is_append()Sebastian Huber1-0/+10
2017-09-15libio: Add rtems_libio_iop_is_writeable()Sebastian Huber1-0/+10
2017-09-15libio: Add rtems_libio_iop_is_readable()Sebastian Huber1-0/+10
2017-09-15libio: Add rtems_libio_iop_is_no_delay()Sebastian Huber2-1/+11
2017-09-15libio: Add rtems_libio_iop_flags()Sebastian Huber2-5/+10
2017-09-15libio: Add rtems_libio_iop_flags_initialize()Sebastian Huber4-8/+31
2017-09-15libio: Add iop set/clear flagsSebastian Huber4-7/+48
2017-09-15libio: rtems_libio_check_permissions_with_error()Sebastian Huber5-7/+7
2017-09-15libio: Remove rtems_libio_check_permissions()Sebastian Huber2-11/+1
2017-09-15libio: Do simple parameter checks earlySebastian Huber3-12/+14
2017-09-14libio: Simplify rtems_libio_iop()Sebastian Huber2-8/+14
2017-09-14libio: Remove LIBIO_FLAGS_CREATESebastian Huber3-8/+0
2017-09-14libio: Remove special-case reference countSebastian Huber3-72/+2
2017-09-12Simplify and unify BSP_output_charSebastian Huber1-2/+2
2017-09-07Implement clock()Sebastian Huber2-0/+34
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 Kirspel4-0/+53