aboutsummaryrefslogtreecommitdiff
path: root/libc/config/linux
AgeCommit message (Expand)AuthorFilesLines
5 days[libc] Remove superfluous explicitly defaulted constructors (#177471)Roland McGrath1-2/+0
2025-12-11[libc] Add support for getpagesize. (#171713)Sterling-Augustine3-0/+3
2025-12-05[libc] Remove extra commas in linux/config.json. (#170801)lntue1-2/+2
2025-12-04Add commas for riscv and arm configs. (#170776)Sterling-Augustine2-2/+2
2025-12-04Reland Refactor WIDE_READ to allow finer control over high-performance functi...Sterling-Augustine3-6/+15
2025-12-04Revert "Refactor WIDE_READ to allow finer control over high-performance funct...Sterling-Augustine3-15/+6
2025-12-04Refactor WIDE_READ to allow finer control over high-performance function sele...Sterling-Augustine3-6/+15
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][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-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-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 Pandey4-0/+4
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 Pandey4-0/+4
2025-09-03[libc] implement template functions for localtime (#110363)Zishan Mirza1-0/+2
2025-09-03[libc][math][c++23] Add fmodbf16 math function (#155575)Krishna Pandey4-0/+4
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-08-28[libc][math][c++23] Add scalb{,l}nbf16 math functions (#155569)Krishna Pandey4-0/+8
2025-08-28[libc][math][c++23] Add totalorder{,mag}bf16 math functions (#155568)Krishna Pandey4-0/+8
2025-08-27[libc][math][c++23] Add {canonicalize,iscanonical,fdim,copysign,issignaling}b...Krishna Pandey4-0/+20
2025-08-27[libc][math][c++23] Add {modf,remainder,remquo}bf16 math functions (#154652)Krishna Pandey4-20/+32
2025-08-25[libc][math][c++23] Add {frexp,ilogb,ldexp,llogb,logb}bf16 math functions (#1...Krishna Pandey4-0/+20
2025-08-24[libc][math][c++23] Add {nearbyint,rint,lrint,llrint,lround,llround}bf16 math...Krishna Pandey4-0/+24
2025-08-23[libc][math][c++23] Add nanbf16 math function (#153995)Krishna Pandey4-0/+4
2025-08-23[libc][math][c++23] Add {get,set}payloadbf16 and setpayloadsigbf16 math funct...Krishna Pandey4-0/+13
2025-08-22[libc][math][c++23] Add next{after,down,toward,up}bf16 math functions (#153993)Krishna Pandey4-0/+15
2025-08-21Fix wide read defaultsJoseph Huber1-0/+7
2025-08-21Reapply "[libc] Enable wide-read memory operations by default on Linux (#1546...Joseph Huber2-0/+14
2025-08-20Revert "[libc] Enable wide-read memory operations by default on Linux (#154602)"Joseph Huber1-7/+0
2025-08-20[libc] Enable wide-read memory operations by default on Linux (#154602)Joseph Huber1-0/+7
2025-08-19[libc][math][c++23] Add {,u}fromfp{,x}bf16 math functions (#153992)Krishna Pandey4-0/+16
2025-08-18Reland "[libc][math][c23] Implement C23 math function asinpif16" (#152690)Mohamed Emad2-0/+2