summaryrefslogtreecommitdiff
path: root/cpukit/libcsupport/src (follow)
AgeCommit message (Expand)Author
2021-12-04Doxygen: Adding Doxygen groups to filesqual-50Frank Kühndel
2021-12-01build: FIXME introduce pre-qualified partsSebastian Huber
2021-11-30libc: Optimize malloc() initializationSebastian Huber
2021-10-25rtems: Fix rate monotonic statisticsSebastian Huber
2021-09-20pxcdevctl: Adjust for standardRyan Long
2021-08-02rtems: Generate <rtems/bspIo.h>Sebastian Huber
2021-07-28libcsupport: Consistent rtems_putc() outputSebastian Huber
2021-07-28libcsupport: Fix TOCTOU in getchark()Sebastian Huber
2021-06-09futimens.c, utime.c: Remove unnecessary include of <sys/stat.h>.Joel Sherrill
2021-05-28Change filesystem utime_h handler to utimens_hRyan Long
2021-05-28libcsupport: Implement utimes() in terms of utimensat()Ryan Long
2021-05-28libcsupport: Implement utime() in terms of utimensat()Ryan Long
2021-05-28libcsupport: Added futimens() and utimensat()Ryan Long
2021-05-25sysinit: Do not open console when just referencing reentrancy structure.Joel Sherrill
2021-05-07Check the alignment in posix_memalign() earlierSebastian Huber
2021-05-06Return NULL for zero size allocationsSebastian Huber
2021-05-06libc: Reimplement posix_memlign()Sebastian Huber
2021-05-04Make zero size allocation result consistentSebastian Huber
2021-04-29pwdgrp.c: Removed unused variableRyan Long
2021-04-20Fix calloc() behaviour in case of overflowSebastian Huber
2021-04-20malloc: Hide RTEMS_Malloc_Sbrk_amountSebastian Huber
2021-04-20libcsupport: Move rtems_calloc()Sebastian Huber
2021-04-20Remove superfluous <rtems/score/wkspace.h> includesSebastian Huber
2021-03-27pwdgrp.c: Change to simply ignore return value from mkdir(/etc)Joel Sherrill
2021-03-23pwdgrp.c: Remove _Assert. /etc may already existRyan Long
2021-03-08pwdgrp.c: Fix Unchecked return value from library (CID #1255518)Ryan Long
2021-02-27getgrent.c, record-client.c: Add missing includes for assert.hVijay Kumar Banerjee
2021-02-26getgrent.c: Fix Unchecked return value error (CID #1459004)Ryan Long
2021-02-26printertask.c: Fix Unchecked return value (CID #1399710)Ryan Long
2021-02-12consolesimpletask.c: Fix Two Unchecked Return Values (CID #1437625 and #1472765)Ryan Long
2021-02-10libcsupport: Add sbrk greedy support to consume all sbrk memoryChris Johns
2021-02-08libcsupport: Have greedy allocations use consume extended memoryChris Johns
2021-02-08libcsupport: Add no_regular_file_mknod as a mount option to the mount tableChris Johns
2020-10-01Decouple the C Program Heap initializationSebastian Huber
2020-08-31config: Add zero file descriptor data structuresSebastian Huber
2020-08-04termios: Make rtems_termios_ttyMutex privateSebastian Huber
2020-07-24malloc: Make deferred free support optionalSebastian Huber
2020-06-30score: Add CPU_USE_LIBC_INIT_FINI_ARRAYKinsey Moore
2020-05-07termios: Replace rtems_termios_isig_status_codeSebastian Huber
2020-04-28doxygen: Switch @brief and @ingroupSebastian Huber
2020-04-16Canonicalize config.h includeSebastian Huber
2020-03-16rtems: Add rtems_put_char()Sebastian Huber
2020-03-13libio: Robust file descriptor reference countingSebastian Huber
2020-03-04console: Use IMFS_add_node() for simple task consSebastian Huber
2020-03-04console: Use IMFS_add_node() for simple consoleSebastian Huber
2020-02-25config: Add <rtems/confdefs/malloc.h>Sebastian Huber
2020-02-25libio: Add POSIX user environment pointer to TCBSebastian Huber
2020-02-10termios: Fix input canonical modeSebastian Huber
2020-02-04bsps: Rework work area initializationSebastian Huber
2020-01-17posix_devctl - Add support for SOCKCLOSEJoel Sherrill