summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport (unfollow)
Commit message (Expand)AuthorFilesLines
2021-04-20Fix calloc() behaviour in case of overflowSebastian Huber2-2/+20
2021-04-20malloc: Hide RTEMS_Malloc_Sbrk_amountSebastian Huber1-1/+6
2021-04-20libcsupport: Move rtems_calloc()Sebastian Huber2-15/+57
2021-04-20Remove superfluous <rtems/score/wkspace.h> includesSebastian Huber1-1/+0
2021-03-27pwdgrp.c: Change to simply ignore return value from mkdir(/etc)Joel Sherrill1-3/+1
2021-03-23pwdgrp.c: Remove _Assert. /etc may already existRyan Long1-1/+5
2021-03-08pwdgrp.c: Fix Unchecked return value from library (CID #1255518)Ryan Long1-1/+5
2021-02-27getgrent.c, record-client.c: Add missing includes for assert.hVijay Kumar Banerjee1-0/+1
2021-02-26getgrent.c: Fix Unchecked return value error (CID #1459004)Ryan Long1-1/+3
2021-02-26printertask.c: Fix Unchecked return value (CID #1399710)Ryan Long1-3/+8
2021-02-12consolesimpletask.c: Fix Two Unchecked Return Values (CID #1437625 and #1472765)Ryan Long1-2/+5
2021-02-10libcsupport: Add sbrk greedy support to consume all sbrk memoryChris Johns2-12/+70
2021-02-08libcsupport: Have greedy allocations use consume extended memoryChris Johns1-0/+13
2021-02-08libcsupport: Add no_regular_file_mknod as a mount option to the mount tableChris Johns1-5/+8
2020-10-01Decouple the C Program Heap initializationSebastian Huber2-44/+90
2020-08-31config: Add zero file descriptor data structuresSebastian Huber1-0/+46
2020-08-04termios: Make rtems_termios_ttyMutex privateSebastian Huber2-2/+3
2020-07-24malloc: Make deferred free support optionalSebastian Huber3-39/+46
2020-06-30score: Add CPU_USE_LIBC_INIT_FINI_ARRAYKinsey Moore1-4/+1
2020-05-07termios: Replace rtems_termios_isig_status_codeSebastian Huber2-40/+12
2020-04-28doxygen: Switch @brief and @ingroupSebastian Huber17-17/+34
2020-04-16Canonicalize config.h includeSebastian Huber185-232/+232
2020-03-16rtems: Add rtems_put_char()Sebastian Huber2-6/+39
2020-03-13libio: Robust file descriptor reference countingSebastian Huber5-14/+23
2020-03-04console: Use IMFS_add_node() for simple task consSebastian Huber1-20/+50
2020-03-04console: Use IMFS_add_node() for simple consoleSebastian Huber1-17/+38
2020-02-25config: Add <rtems/confdefs/malloc.h>Sebastian Huber2-0/+69
2020-02-25libio: Add POSIX user environment pointer to TCBSebastian Huber3-35/+58
2020-02-10termios: Fix input canonical modeSebastian Huber1-50/+33
2020-02-04bsps: Rework work area initializationSebastian Huber1-16/+41
2020-01-17posix_devctl - Add support for SOCKCLOSEJoel Sherrill1-1/+15
2019-12-16libcsupport: Update rtems_print printk handler to return the lengthChris Johns1-2/+1
2019-12-13rtems: Add and use rtems_object_get_local_node()Sebastian Huber4-7/+11
2019-11-05kill: Fix warningSebastian Huber1-1/+1
2019-10-08termios: Add Capability to Generate SIGINTR and SIGQUITJoel Sherrill2-39/+225
2019-03-14Remove superfluous <rtems/system.h> includesSebastian Huber5-5/+0
2019-01-10memalign: Add missing attributes to fix warningSebastian Huber1-1/+3
2018-12-21Add aligned_alloc() and memalign()Sebastian Huber1-0/+41
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