summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-26cpukit/cache: Report coherent add area failuresKinsey Moore1-12/+18
2023-10-13cpukit: Remove unused includesKinsey Moore4-5/+0
2023-07-28score: Move formatted I/O functionsSebastian Huber1-1/+1
2023-07-26libcsupport: Add file to Doxygen groupSebastian Huber1-2/+9
2023-05-31termios: Add <rtems/termiosdevice.h>Sebastian Huber1-4/+7
2023-05-20Update company nameSebastian Huber55-55/+55
2022-07-21Support _REENT_THREAD_LOCAL Newlib configurationMatt Joyce2-0/+8
2022-07-04gcov: Add fork(), etc. gcov wrappersSebastian Huber1-0/+94
2022-06-15cpukit: Change _COMPILING_NEWLIB to _LIBC for helper functions declsChris Johns2-3/+3
2022-05-17Synchronize all file descriptors in sync()Sebastian Huber1-72/+12
2022-05-04error.c: Add file header and licenseRyan Long1-2/+28
2022-05-04__getpid: Add file headers and licensesRyan Long1-0/+28
2022-05-04cpukit/libcsupport: Adding file headers and licensesRyan Long25-10/+734
2022-04-05Update email address of Fernando Ruiz Casas to <fruizcasas@gmail.com>Joel Sherrill6-10/+10
2022-04-01cpukit/libcsupport/src/_*: Change license to BSD-2Joel Sherrill8-24/+176
2022-04-01cpukit/libcsupport/src/[g-r]*: Change license to BSD-2Joel Sherrill51-157/+1132
2022-04-01cpukit/libcsupport/src/[s-z]*: Change license to BSD-2Joel Sherrill40-127/+893
2022-04-01cpukit/libcsupport/src/[a-f]*: Change license to BSD-2Joel Sherrill38-117/+841
2022-04-01libcsupport: Use _fwalk_reent()Sebastian Huber1-19/+10
2022-03-24cpukit/: Update Eric Norum contact info and normalize file headersJoel Sherrill6-22/+12
2022-03-10cpukit/: Scripted embedded brains header file clean upJoel Sherrill29-173/+1
2022-02-10termios: Pass number of sent chars to l_startChristian Mauderer1-2/+3
2022-01-27Remove obsolete rtems_gxx_*() implementationSebastian Huber1-261/+0
2021-11-30libc: Optimize malloc() initializationSebastian Huber2-82/+1
2021-10-25rtems: Fix rate monotonic statisticsSebastian Huber1-1/+2
2021-09-20pxcdevctl: Adjust for standardRyan Long1-8/+72
2021-08-02rtems: Generate <rtems/bspIo.h>Sebastian Huber7-14/+28
2021-07-28libcsupport: Consistent rtems_putc() outputSebastian Huber1-16/+34
2021-07-28libcsupport: Fix TOCTOU in getchark()Sebastian Huber1-8/+13
2021-06-09futimens.c, utime.c: Remove unnecessary include of <sys/stat.h>.Joel Sherrill2-2/+0
2021-05-28Change filesystem utime_h handler to utimens_hRyan Long3-13/+30
2021-05-28libcsupport: Implement utimes() in terms of utimensat()Ryan Long1-14/+49
2021-05-28libcsupport: Implement utime() in terms of utimensat()Ryan Long1-32/+40
2021-05-28libcsupport: Added futimens() and utimensat()Ryan Long2-0/+312
2021-05-25sysinit: Do not open console when just referencing reentrancy structure.Joel Sherrill1-6/+0
2021-05-07Check the alignment in posix_memalign() earlierSebastian Huber1-4/+4
2021-05-06Return NULL for zero size allocationsSebastian Huber7-8/+30
2021-05-06libc: Reimplement posix_memlign()Sebastian Huber1-7/+22
2021-05-04Make zero size allocation result consistentSebastian Huber3-14/+4
2021-04-29pwdgrp.c: Removed unused variableRyan Long1-2/+0
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