summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport (follow)
Commit message (Expand)AuthorAgeFilesLines
* config: Add zero file descriptor data structuresSebastian Huber2020-08-311-0/+46
* termios: Make rtems_termios_ttyMutex privateSebastian Huber2020-08-042-2/+3
* malloc: Make deferred free support optionalSebastian Huber2020-07-243-39/+46
* score: Add CPU_USE_LIBC_INIT_FINI_ARRAYKinsey Moore2020-06-301-4/+1
* termios: Replace rtems_termios_isig_status_codeSebastian Huber2020-05-072-40/+12
* doxygen: Switch @brief and @ingroupSebastian Huber2020-04-2817-17/+34
* Canonicalize config.h includeSebastian Huber2020-04-16185-232/+232
* 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