summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport (follow)
Commit message (Expand)AuthorAgeFilesLines
* rtems: Add rtems_put_char()Sebastian Huber2020-03-162-6/+39
* libio: Robust file descriptor reference countingSebastian Huber2020-03-135-14/+23
* console: Use IMFS_add_node() for simple task consSebastian Huber2020-03-041-20/+50
* console: Use IMFS_add_node() for simple consoleSebastian Huber2020-03-041-17/+38
* config: Add <rtems/confdefs/malloc.h>Sebastian Huber2020-02-252-0/+69
* libio: Add POSIX user environment pointer to TCBSebastian Huber2020-02-253-35/+58
* termios: Fix input canonical modeSebastian Huber2020-02-101-50/+33
* bsps: Rework work area initializationSebastian Huber2020-02-041-16/+41
* posix_devctl - Add support for SOCKCLOSEJoel Sherrill2020-01-171-1/+15
* libcsupport: Update rtems_print printk handler to return the lengthChris Johns2019-12-161-2/+1
* rtems: Add and use rtems_object_get_local_node()Sebastian Huber2019-12-134-7/+11
* kill: Fix warningSebastian Huber2019-11-051-1/+1
* termios: Add Capability to Generate SIGINTR and SIGQUITJoel Sherrill2019-10-082-39/+225
* Remove superfluous <rtems/system.h> includesSebastian Huber2019-03-145-5/+0
* memalign: Add missing attributes to fix warningSebastian Huber2019-01-101-1/+3
* Add aligned_alloc() and memalign()Sebastian Huber2018-12-211-0/+41
* 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