summaryrefslogtreecommitdiff
path: root/libc/config/linux
AgeCommit message (Expand)Author
2025-11-18[libc] Implement pkey_alloc/free/get/set/mprotect for x86_64 linux (#162362)Jackson Stogel
2025-11-18[libc] implement inet_addr (#167708)Connector Switch
2025-11-17[libc] Move mbtowc, mbstowcs and inverse functions to stdlib.h (#168455)Alexey Samsonov
2025-11-17[libc] Implement wcstod and wcstold. (#168020)Alexey Samsonov
2025-11-14[libc][POSIX][RISCV] Disabled clock_settime on RV32 (#168006)Anton Shepelev
2025-11-13[libc] Templatize strtofloatingpoint and implement wcstof. (#167755)Alexey Samsonov
2025-11-11[libc][POSIX] Add clock_settime() function for Linux (#161729)Anton Shepelev
2025-11-11[libc] Implement fchown (#167286)Anshul Nigham
2025-11-04[libc] Add chown and getgid implementations (#166434)Shubh Pachchigar
2025-11-04[libc] Add faccessat entrypoints for aarch64 and riscv (#165869)Marcell Leleszi
2025-10-30[libc] Remove faccessat entrypoint if faccessat2 syscall is not available (#1...Marcell Leleszi
2025-10-21[libc] Stub out message catalog functions from <nl_types.h> (#164360)Alexey Samsonov
2025-10-21[libc] implement `inet_aton` (#162651)Connector Switch
2025-10-08[libc][math][c23] Add rsqrtf() function (#159615)Anton Shepelev
2025-10-08[libc][stdfix] Implement fxdivi functions (rdivi) (#154914)Shreeyash Pandey
2025-10-08[libc] Refactor AUXV handling with new auxv.h header library (#162326)Schrodinger ZHU Yifan
2025-10-06[libc] add IPPROTO related macros (#161855)Connector Switch
2025-10-02[libc][NFC] Turn off faccessat on aarch64 (#161740)Michael Jones
2025-10-02[libc] Implement faccessat (#161065)Marcell Leleszi
2025-09-24[libc][math][c++23] Add log_bf16 math function (#157811)Krishna Pandey
2025-09-23[libc][POSIX][unistd] Implement gethostname (#128142)Zaky Hermawan
2025-09-18[libc][math] Fix sNaN tests for AArch64 (#159483)Krishna Pandey
2025-09-17[libc][math][c23] Add rsqrtf16() function (#137545)Anton Shepelev
2025-09-06[libc][math][c++23] Add sqrtbf16 math function (#156654)Krishna Pandey
2025-09-03[libc] implement template functions for localtime (#110363)Zishan Mirza
2025-09-03[libc][math][c++23] Add fmodbf16 math function (#155575)Krishna Pandey
2025-09-02[libc] Install dladdr on X86 (#156500)Aiden Grossman
2025-09-02[libc][math][c23] Implement C23 math function atanpif16 (#150400)Mohamed Emad
2025-08-28[libc][math][c++23] Add scalb{,l}nbf16 math functions (#155569)Krishna Pandey
2025-08-28[libc][math][c++23] Add totalorder{,mag}bf16 math functions (#155568)Krishna Pandey
2025-08-27[libc][math][c++23] Add {canonicalize,iscanonical,fdim,copysign,issignaling}b...Krishna Pandey
2025-08-27[libc][math][c++23] Add {modf,remainder,remquo}bf16 math functions (#154652)Krishna Pandey
2025-08-25[libc][math][c++23] Add {frexp,ilogb,ldexp,llogb,logb}bf16 math functions (#1...Krishna Pandey
2025-08-24[libc][math][c++23] Add {nearbyint,rint,lrint,llrint,lround,llround}bf16 math...Krishna Pandey
2025-08-23[libc][math][c++23] Add nanbf16 math function (#153995)Krishna Pandey
2025-08-23[libc][math][c++23] Add {get,set}payloadbf16 and setpayloadsigbf16 math funct...Krishna Pandey
2025-08-22[libc][math][c++23] Add next{after,down,toward,up}bf16 math functions (#153993)Krishna Pandey
2025-08-21Fix wide read defaultsJoseph Huber
2025-08-21Reapply "[libc] Enable wide-read memory operations by default on Linux (#1546...Joseph Huber
2025-08-20Revert "[libc] Enable wide-read memory operations by default on Linux (#154602)"Joseph Huber
2025-08-20[libc] Enable wide-read memory operations by default on Linux (#154602)Joseph Huber
2025-08-19[libc][math][c++23] Add {,u}fromfp{,x}bf16 math functions (#153992)Krishna Pandey
2025-08-18Reland "[libc][math][c23] Implement C23 math function asinpif16" (#152690)Mohamed Emad
2025-08-13[libc][math][c++23] Add bf16fma{,f,l,f128} math functions (#153231)Krishna Pandey
2025-08-12[libc][math][c++23] Add bf16div{,f,l,f128} math functions (#153191)Krishna Pandey
2025-08-12[libc][math][c++23] Add f{max,min}imum{,_mag,_mag_num,_num}bf16 math function...Krishna Pandey
2025-08-10[libc][math][c++23] Add bf16mul{,f,l,f128} math functions (#152847)Krishna Pandey
2025-08-08[libc][math][c++23] Add f{max,min}bf16 math functions (#152782)Krishna Pandey
2025-08-08[libc][math] Update entrypoints for bf16{add,sub}{,f,l,f128} math functions (...Krishna Pandey
2025-08-08[libc][math][c++23] Add bf16{add,sub}{,f,l,f128} math functions (#152774)Krishna Pandey