summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport (follow)
Commit message (Expand)AuthorAgeFilesLines
* or1k: Support GCC 9Sebastian Huber2018-11-141-1/+2
* Add rtems_malloc() and rtems_calloc()Sebastian Huber2018-11-121-0/+25
* libcsupport: Add missing includeSebastian Huber2018-11-081-0/+1
* config: Include <rtems.h> for RTEMS_NEWLIBSebastian Huber2018-11-071-0/+2
* termios: Move default lock functionsSebastian Huber2018-11-072-18/+18
* config: Fix CONFIGURE_DISABLE_NEWLIB_REENTRANCYSebastian Huber2018-11-071-0/+26
* posix: Provide threads by defaultSebastian Huber2018-10-291-26/+4
* Remove checks for flockfile(), etc. declarationsSebastian Huber2018-10-223-3/+3
* Remove getcwd()Sebastian Huber2018-10-221-296/+0
* Remove optional getrusage() declarationSebastian Huber2018-10-221-4/+0
* Remove ttyname()Sebastian Huber2018-10-221-121/+0
* Remove __assert()Sebastian Huber2018-10-221-15/+0
* Remove isatty()Sebastian Huber2018-10-221-40/+0
* Remove strlcat(), strlcpy(), strsep(), readdir_r()Sebastian Huber2018-10-223-131/+0
* Support O_NOFOLLOW open() flagSebastian Huber2018-10-221-1/+6
* Support O_DIRECTORY open() flagSebastian Huber2018-10-181-2/+13
* console: Be fair in simple console readSebastian Huber2018-10-181-2/+7
* build: Merge libcsupport/Makefile.amSebastian Huber2018-10-091-134/+0
* build: Remove specialized CPPFLAGSSebastian Huber2018-10-091-2/+0
* Optimize calloc()Sebastian Huber2018-10-041-4/+5
* Avoid need for -fno-builtin for calloc()Sebastian Huber2018-10-041-0/+2
* Remove superfluous pipe_create()Sebastian Huber2018-10-042-40/+1
* Use rtems_task_exit()Sebastian Huber2018-10-021-2/+2
* 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