aboutsummaryrefslogtreecommitdiff
path: root/libc/include
AgeCommit message (Expand)AuthorFilesLines
2024-07-22[libc] Change fsfilcnt_t and fsblkcnt_t to be 64-bits long (#99876)Mikhail R. Gadelha2-2/+2
2024-07-20[libc] Make static_assert available even if NDEBUG is set (#99742)Petr Hosek1-7/+4
2024-07-19[libc] Fix headers for statvfs implementationJoseph Huber1-2/+2
2024-07-18[libc][newhdrgen] Remove redundant yaml prefixes (#99581)Michael Jones1-19/+19
2024-07-18[libc] newheadergen: cmake config newhdrgen (#99543)aaryanshukla1-154/+227
2024-07-17Revert "[libc] newheadergen: configured cmake" (#99414)aaryanshukla1-226/+154
2024-07-17Revert "[libc] newheadergen: cmakelist file changes" (#99413)aaryanshukla1-2/+2
2024-07-17Revert "[libc] newheadergen: quick fix to fuchsia build" (#99412)aaryanshukla1-1/+0
2024-07-17[libc] newheadergen: quick fix to fuchsia build (#99410)aaryanshukla1-0/+1
2024-07-17[libc] newheadergen: cmakelist file changes (#99404)aaryanshukla1-2/+2
2024-07-17[libc] newheadergen: configured cmake (#98828)aaryanshukla1-154/+226
2024-07-16[libc] Implement `clock_gettime` for the monotonic clock on the GPU (#99067)Joseph Huber2-0/+5
2024-07-16[libc] Add `strerror` and `strerror_k` to the GPU (#99083)Joseph Huber1-0/+1
2024-07-15[libc] Enable 'wchar.h' for the GPU (#98973)Joseph Huber2-0/+3
2024-07-15[libc] newheadergen: added assert.yaml (#98826)aaryanshukla1-0/+20
2024-07-13[libc][math] implement `signbit` and math macro unit tests (#97791)Akiel1-0/+1
2024-07-13[libc] Support configurable errno modes (#98287)Petr Hosek1-12/+6
2024-07-12[libc] Implement (v|f)printf on the GPU (#96369)Joseph Huber1-0/+3
2024-07-11[libc] Define `HUGE_VALF` in math.h (#98522)Petr Hosek1-0/+1
2024-07-11Reland: [libc] Move off_t and stdio macros to proxy hdrs (#98384)Michael Jones1-0/+4
2024-07-09[libc] Provide isnan, isnanf and isnanl functions (#96008)Petr Hosek5-5/+26
2024-07-09Revert "[libc] Move off_t and stdio macros to proxy hdrs" (#98242)Michael Jones1-4/+0
2024-07-09[libc] Move off_t and stdio macros to proxy hdrs (#98215)Michael Jones1-0/+4
2024-07-08Reapply "[libc] Make GPU `libm` use generic implementations" (#98061)Joseph Huber1-3/+1
2024-07-08Revert "[libc] Make GPU `libm` use generic implementations" (#98061)Mehdi Amini1-1/+3
2024-07-08[libc] Make GPU `libm` use generic implementations (#98014)Joseph Huber1-3/+1
2024-07-07[libc] implement pathconf/fpathconf (#87165)Nhat Nguyen2-0/+39
2024-07-06Revert "[libc] Add `link.h` and `elf.h` headers" (#97931)Schrodinger ZHU Yifan8-146/+2
2024-07-06[libc] Add `link.h` and `elf.h` headers (#97924)Izaak Schroeder8-2/+146
2024-07-05[libc] Add `dlfcn.h` headers (#97772)Izaak Schroeder4-0/+55
2024-07-01[libc] Partially implement 'errno' on the GPU (#97107)Joseph Huber1-3/+4
2024-07-01[libc] Implement the 'remove' function on the GPU (#97096)Joseph Huber1-0/+1
2024-06-28[libc]: fix missing `linux/error-number-macros.h` (#97101)Izaak Schroeder1-0/+1
2024-06-28[libc] remove include_file headergen usage (#96970)Michael Jones2-30/+2354
2024-06-27[libc][math][c23] Add f16fma{,l,f128} C23 math function (#96711)OverMighty1-0/+8
2024-06-24[libc][startup] create header for ElfW and use in startup (#96510)Nick Desaulniers (paternity leave)2-0/+19
2024-06-20[libc][arm] implement a basic setjmp/longjmp (#93220)Nick Desaulniers (paternity leave)2-0/+4
2024-06-14[libc] add rwlock (#94156)Schrodinger ZHU Yifan4-0/+29
2024-06-12[libc] Fix definition of `UINT_MAX` in limits.h (#95279)Joseph Huber1-3/+3
2024-06-10[libc][math][c23] Temporarily disable float16 on 32-bit Arm (#95027)OverMighty1-1/+1
2024-06-10[libc][math][c23] Temporarily disable float16 on RISC-V (#94984)OverMighty1-1/+2
2024-06-10[libc][math][c23] Add nanf16 C23 math function (#94767)OverMighty1-1/+1
2024-05-31[libc] rework mutex (#92168)Schrodinger ZHU Yifan2-5/+5
2024-05-30[libc][math][c23] Add fabsf16 C23 math function (#93567)OverMighty4-0/+25
2024-05-30Reland: [libc][POSIX][pthreads] implemented missing pthread_rwlockattr functi...Hendrik Hübner2-0/+6
2024-05-28[libc] Add proxy header for float.h. (#93504)lntue1-21/+14
2024-05-20[libc][errno] remove mips+sparc specific errnos (#92798)Nick Desaulniers (paternity leave)6-72/+0
2024-05-15[libc][errno] Remove previously added errno numbers (#92163)Robin Caloudis1-2/+0
2024-05-15[libc][errno] Remove non asm generic error number (#92172)Robin Caloudis1-1/+0
2024-05-13[libc][errno] Use macro instead of system header (#91150)Robin Caloudis10-19/+119