summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-14or1k: Support GCC 9Sebastian Huber1-1/+2
2018-11-12Add rtems_malloc() and rtems_calloc()Sebastian Huber1-0/+25
2018-11-08libcsupport: Add missing includeSebastian Huber1-0/+1
2018-11-07config: Include <rtems.h> for RTEMS_NEWLIBSebastian Huber1-0/+2
2018-11-07termios: Move default lock functionsSebastian Huber2-18/+18
2018-11-07config: Fix CONFIGURE_DISABLE_NEWLIB_REENTRANCYSebastian Huber1-0/+26
2018-10-29posix: Provide threads by defaultSebastian Huber1-26/+4
2018-10-22Remove checks for flockfile(), etc. declarationsSebastian Huber3-3/+3
2018-10-22Remove getcwd()Sebastian Huber1-296/+0
2018-10-22Remove optional getrusage() declarationSebastian Huber1-4/+0
2018-10-22Remove ttyname()Sebastian Huber1-121/+0
2018-10-22Remove __assert()Sebastian Huber1-15/+0
2018-10-22Remove isatty()Sebastian Huber1-40/+0
2018-10-22Remove strlcat(), strlcpy(), strsep(), readdir_r()Sebastian Huber3-131/+0
2018-10-22Support O_NOFOLLOW open() flagSebastian Huber1-1/+6
2018-10-18Support O_DIRECTORY open() flagSebastian Huber1-2/+13
2018-10-18console: Be fair in simple console readSebastian Huber1-2/+7
2018-10-09build: Merge libcsupport/Makefile.amSebastian Huber1-134/+0
2018-10-09build: Remove specialized CPPFLAGSSebastian Huber1-2/+0
2018-10-04Optimize calloc()Sebastian Huber1-4/+5
2018-10-04Avoid need for -fno-builtin for calloc()Sebastian Huber1-0/+2
2018-10-04Remove superfluous pipe_create()Sebastian Huber2-40/+1
2018-10-02Use rtems_task_exit()Sebastian Huber1-2/+2
2018-06-29riscv: Fix global constructionSebastian Huber1-1/+1
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