summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix calloc() behaviour in case of overflowSebastian Huber2021-04-202-2/+20
* malloc: Hide RTEMS_Malloc_Sbrk_amountSebastian Huber2021-04-201-1/+6
* libcsupport: Move rtems_calloc()Sebastian Huber2021-04-202-15/+57
* Remove superfluous <rtems/score/wkspace.h> includesSebastian Huber2021-04-201-1/+0
* pwdgrp.c: Change to simply ignore return value from mkdir(/etc)Joel Sherrill2021-03-271-3/+1
* pwdgrp.c: Remove _Assert. /etc may already existRyan Long2021-03-231-1/+5
* pwdgrp.c: Fix Unchecked return value from library (CID #1255518)Ryan Long2021-03-081-1/+5
* getgrent.c, record-client.c: Add missing includes for assert.hVijay Kumar Banerjee2021-02-271-0/+1
* getgrent.c: Fix Unchecked return value error (CID #1459004)Ryan Long2021-02-261-1/+3
* printertask.c: Fix Unchecked return value (CID #1399710)Ryan Long2021-02-261-3/+8
* consolesimpletask.c: Fix Two Unchecked Return Values (CID #1437625 and #1472765)Ryan Long2021-02-121-2/+5
* libcsupport: Add sbrk greedy support to consume all sbrk memoryChris Johns2021-02-102-12/+70
* libcsupport: Have greedy allocations use consume extended memoryChris Johns2021-02-081-0/+13
* libcsupport: Add no_regular_file_mknod as a mount option to the mount tableChris Johns2021-02-081-5/+8
* Decouple the C Program Heap initializationSebastian Huber2020-10-012-44/+90
* 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