summaryrefslogtreecommitdiff
path: root/cpukit/libcsupport (follow)
AgeCommit message (Expand)Author
2023-10-13cpukit: Remove unused includesKinsey Moore
2023-07-28score: Move formatted I/O functionsSebastian Huber
2023-07-26libcsupport: Add file to Doxygen groupSebastian Huber
2023-05-31termios: Add <rtems/termiosdevice.h>Sebastian Huber
2023-05-20Update company nameSebastian Huber
2022-07-21Support _REENT_THREAD_LOCAL Newlib configurationMatt Joyce
2022-07-04gcov: Add fork(), etc. gcov wrappersSebastian Huber
2022-06-15cpukit: Change _COMPILING_NEWLIB to _LIBC for helper functions declsChris Johns
2022-05-17Synchronize all file descriptors in sync()Sebastian Huber
2022-05-04error.c: Add file header and licenseRyan Long
2022-05-04__getpid: Add file headers and licensesRyan Long
2022-05-04cpukit/libcsupport: Adding file headers and licensesRyan Long
2022-04-05Update email address of Fernando Ruiz Casas to <fruizcasas@gmail.com>Joel Sherrill
2022-04-01cpukit/libcsupport/src/_*: Change license to BSD-2Joel Sherrill
2022-04-01cpukit/libcsupport/src/[g-r]*: Change license to BSD-2Joel Sherrill
2022-04-01cpukit/libcsupport/src/[s-z]*: Change license to BSD-2Joel Sherrill
2022-04-01cpukit/libcsupport/src/[a-f]*: Change license to BSD-2Joel Sherrill
2022-04-01libcsupport: Use _fwalk_reent()Sebastian Huber
2022-03-24cpukit/: Update Eric Norum contact info and normalize file headersJoel Sherrill
2022-03-10cpukit/: Scripted embedded brains header file clean upJoel Sherrill
2022-02-10termios: Pass number of sent chars to l_startChristian Mauderer
2022-01-27Remove obsolete rtems_gxx_*() implementationSebastian 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