summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport (follow)
Commit message (Expand)AuthorAgeFilesLines
* cpukit: Change _COMPILING_NEWLIB to _LIBC for helper functions declsChris Johns2022-06-152-3/+3
* Synchronize all file descriptors in sync()Sebastian Huber2022-05-171-72/+12
* error.c: Add file header and licenseRyan Long2022-05-041-2/+28
* __getpid: Add file headers and licensesRyan Long2022-05-041-0/+28
* cpukit/libcsupport: Adding file headers and licensesRyan Long2022-05-0425-10/+734
* Update email address of Fernando Ruiz Casas to <fruizcasas@gmail.com>Joel Sherrill2022-04-056-10/+10
* cpukit/libcsupport/src/_*: Change license to BSD-2Joel Sherrill2022-04-018-24/+176
* cpukit/libcsupport/src/[g-r]*: Change license to BSD-2Joel Sherrill2022-04-0151-157/+1132
* cpukit/libcsupport/src/[s-z]*: Change license to BSD-2Joel Sherrill2022-04-0140-127/+893
* cpukit/libcsupport/src/[a-f]*: Change license to BSD-2Joel Sherrill2022-04-0138-117/+841
* libcsupport: Use _fwalk_reent()Sebastian Huber2022-04-011-19/+10
* cpukit/: Update Eric Norum contact info and normalize file headersJoel Sherrill2022-03-246-22/+12
* cpukit/: Scripted embedded brains header file clean upJoel Sherrill2022-03-1029-173/+1
* termios: Pass number of sent chars to l_startChristian Mauderer2022-02-101-2/+3
* Remove obsolete rtems_gxx_*() implementationSebastian Huber2022-01-271-261/+0
* libc: Optimize malloc() initializationSebastian Huber2021-11-302-82/+1
* rtems: Fix rate monotonic statisticsSebastian Huber2021-10-251-1/+2
* pxcdevctl: Adjust for standardRyan Long2021-09-201-8/+72
* rtems: Generate <rtems/bspIo.h>Sebastian Huber2021-08-027-14/+28
* libcsupport: Consistent rtems_putc() outputSebastian Huber2021-07-281-16/+34
* libcsupport: Fix TOCTOU in getchark()Sebastian Huber2021-07-281-8/+13
* futimens.c, utime.c: Remove unnecessary include of <sys/stat.h>.Joel Sherrill2021-06-092-2/+0
* Change filesystem utime_h handler to utimens_hRyan Long2021-05-283-13/+30
* libcsupport: Implement utimes() in terms of utimensat()Ryan Long2021-05-281-14/+49
* libcsupport: Implement utime() in terms of utimensat()Ryan Long2021-05-281-32/+40
* libcsupport: Added futimens() and utimensat()Ryan Long2021-05-282-0/+312
* sysinit: Do not open console when just referencing reentrancy structure.Joel Sherrill2021-05-251-6/+0
* Check the alignment in posix_memalign() earlierSebastian Huber2021-05-071-4/+4
* Return NULL for zero size allocationsSebastian Huber2021-05-067-8/+30
* libc: Reimplement posix_memlign()Sebastian Huber2021-05-061-7/+22
* Make zero size allocation result consistentSebastian Huber2021-05-043-14/+4
* pwdgrp.c: Removed unused variableRyan Long2021-04-291-2/+0
* 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