aboutsummaryrefslogtreecommitdiff
path: root/libc/config
AgeCommit message (Expand)AuthorFilesLines
2025-11-28[libc][darwin] add internal::exit (#166357)Shreeyash Pandey1-0/+1
2025-11-18[libc] Implement pkey_alloc/free/get/set/mprotect for x86_64 linux (#162362)Jackson Stogel1-0/+5
2025-11-18[libc] implement inet_addr (#167708)Connector Switch3-0/+3
2025-11-17[libc] Move mbtowc, mbstowcs and inverse functions to stdlib.h (#168455)Alexey Samsonov1-4/+4
2025-11-17[libc] Implement wcstod and wcstold. (#168020)Alexey Samsonov1-0/+2
2025-11-14[libc][POSIX][RISCV] Disabled clock_settime on RV32 (#168006)Anton Shepelev1-0/+5
2025-11-13[libc] Templatize strtofloatingpoint and implement wcstof. (#167755)Alexey Samsonov1-0/+1
2025-11-11[libc][math] Add `asin` to baremetal Arm and AArch64 (#167339)Victor Campos2-0/+2
2025-11-11[libc][POSIX] Add clock_settime() function for Linux (#161729)Anton Shepelev3-0/+3
2025-11-11[libc] Implement fchown (#167286)Anshul Nigham2-0/+2
2025-11-07[libc][math] Enable math acos for baremetal Arm and AArch64 (#166749)Victor Campos2-0/+2
2025-11-06[libc] Add localtime_r to baremetal entrypoints (#166677)Prabhu Rajasekaran3-3/+6
2025-11-04[libc] Add chown and getgid implementations (#166434)Shubh Pachchigar1-0/+2
2025-11-04[libc] Add faccessat entrypoints for aarch64 and riscv (#165869)Marcell Leleszi5-2/+19
2025-10-30[libc] Remove faccessat entrypoint if faccessat2 syscall is not available (#1...Marcell Leleszi1-0/+8
2025-10-21[libc] Stub out message catalog functions from <nl_types.h> (#164360)Alexey Samsonov2-0/+6
2025-10-21[libc] implement `inet_aton` (#162651)Connector Switch3-0/+3
2025-10-16[libc] Enable intermediate computation in float for baremetal (#163829)Petr Hosek1-1/+1
2025-10-16[libc] Make LIBC_MATH_NO_ERRNO imply `-fno-math-errno` (#125794)Petr Hosek1-1/+1
2025-10-15Revert "[libc] Enable intermediate computation in float for baremetal" (#163712)Petr Hosek1-1/+1
2025-10-15[libc] Enable intermediate computation in float for baremetal (#163622)Petr Hosek1-1/+1
2025-10-15[libc] Disable null checks on baremetal platforms (#163515)Petr Hosek1-0/+5
2025-10-08[libc][math][c23] Add rsqrtf() function (#159615)Anton Shepelev3-0/+3
2025-10-08[libc][stdfix] Implement fxdivi functions (rdivi) (#154914)Shreeyash Pandey2-0/+2
2025-10-08[libc] Refactor AUXV handling with new auxv.h header library (#162326)Schrodinger ZHU Yifan1-14/+0
2025-10-06[libc] add IPPROTO related macros (#161855)Connector Switch3-0/+3
2025-10-02[libc][NFC] Turn off faccessat on aarch64 (#161740)Michael Jones1-1/+2
2025-10-02[libc] Implement faccessat (#161065)Marcell Leleszi2-0/+2
2025-09-24[libc][math][c++23] Add log_bf16 math function (#157811)Krishna Pandey12-0/+12
2025-09-23[libc][POSIX][unistd] Implement gethostname (#128142)Zaky Hermawan3-0/+3
2025-09-18[libc][math] Fix sNaN tests for AArch64 (#159483)Krishna Pandey1-8/+4
2025-09-17[libc][math][c23] Add rsqrtf16() function (#137545)Anton Shepelev3-0/+3
2025-09-06[libc][math][c++23] Add sqrtbf16 math function (#156654)Krishna Pandey12-0/+12
2025-09-03[libc][NFC] disable localtime on aarch64/baremetal (#156776)Michael Jones1-2/+3
2025-09-03[libc] implement template functions for localtime (#110363)Zishan Mirza2-0/+4
2025-09-03[libc][math][c++23] Add fmodbf16 math function (#155575)Krishna Pandey12-0/+12
2025-09-02[libc] Install dladdr on X86 (#156500)Aiden Grossman1-0/+1
2025-09-02[libc][math][c23] Implement C23 math function atanpif16 (#150400)Mohamed Emad1-0/+1
2025-09-01Revert "[libc] Migrate from baremetal stdio.h to generic stdio.h" (#156371)William Huynh3-6/+0
2025-09-01[libc] Migrate from baremetal stdio.h to generic stdio.h (#152748)William Huynh3-0/+6
2025-08-28[libc] Use intermediate float operations on the GPU (#155869)Joseph Huber2-46/+1
2025-08-28[libc][math][c++23] Add scalb{,l}nbf16 math functions (#155569)Krishna Pandey12-0/+24
2025-08-28[libc][math][c++23] Add totalorder{,mag}bf16 math functions (#155568)Krishna Pandey12-0/+24
2025-08-27[libc][math][c++23] Add {canonicalize,iscanonical,fdim,copysign,issignaling}b...Krishna Pandey12-0/+60
2025-08-27[libc][math][c++23] Add {modf,remainder,remquo}bf16 math functions (#154652)Krishna Pandey12-60/+96
2025-08-25[libc][math][c++23] Add {frexp,ilogb,ldexp,llogb,logb}bf16 math functions (#1...Krishna Pandey12-0/+60
2025-08-24[libc][math][c++23] Add {nearbyint,rint,lrint,llrint,lround,llround}bf16 math...Krishna Pandey12-0/+72
2025-08-23[libc][math][c++23] Add nanbf16 math function (#153995)Krishna Pandey12-0/+12
2025-08-23[libc][math][c++23] Add {get,set}payloadbf16 and setpayloadsigbf16 math funct...Krishna Pandey12-0/+37
2025-08-22[libc][math][c++23] Add next{after,down,toward,up}bf16 math functions (#153993)Krishna Pandey12-0/+47