aboutsummaryrefslogtreecommitdiff
path: root/libc/config/baremetal
AgeCommit message (Expand)AuthorFilesLines
2024-02-20[libc] add more stdbit.h entrypoints to additional targets (#82440)Nick Desaulniers2-0/+85
2024-01-22[libc] Include missing RISC-V stdlib.h and math.h entrypoints (#79034)Petr Hosek1-0/+110
2024-01-19[libc] Add float.h header. (#78737)lntue2-0/+2
2024-01-18[libc] Provide sys/queue.h (#78081)Petr Hosek2-0/+2
2024-01-18[libc][arm] add more math.h entrypoints (#77839)Nick Desaulniers1-0/+106
2024-01-02[libc] `__stack_chk_fail` baremetal dependencies (#76412)Petr Hosek2-0/+2
2023-12-19[libc] move __stack_chk_fail to src/ from startup/ (#75863)Nick Desaulniers2-1/+7
2023-09-26[libc] Start to refactor riscv platform abstraction to support both 32 and 64...Mikhail R. Gadelha2-0/+0
2023-09-13[libc] Move long double table option to new config (#66151)michaelrj-google1-0/+3
2023-09-05[libc] Add a JSON based config option system.Siva Chandra Reddy1-0/+13
2023-09-04[libc] Include (v)s(n)printf in baremetal configsPetr Hosek4-0/+14
2023-06-21[libc] Support for riscv32Petr Hosek2-0/+130
2023-04-11[libc] Add memmem implementationCaslyn Tonelli1-0/+1
2023-04-03[libc] Add strchrnul implementationCaslyn Tonelli1-0/+1
2023-03-13[libc][NFC] Add string.h header to various platform headers.txt.Siva Chandra Reddy1-0/+1
2023-03-07[libc] Add fenv functions to arm32 baremetal config.Siva Chandra Reddy3-0/+21
2023-03-03[libc] Make errno an entrypoint.Siva Chandra Reddy1-0/+3
2023-01-25[libc] Implement strcasestrAlex Brachet1-0/+1
2023-01-11[libc] Implement str{,n}casecmpAlex Brachet1-0/+2
2022-12-20[libc] Add a baremetal config.Siva Chandra Reddy3-0/+134