aboutsummaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)AuthorFilesLines
2026-01-05[libc][math] Fix the FTZ/DAZ checks for log1p. (#174424)lntue1-2/+2
2025-12-30[libc][fuzzing] Delete test buffs for asan checks (#174018)Kyungtak Woo1-6/+5
2025-12-23[libc] Add stub pthread_attr_getschedparam / pthread_attr_setschedparam (#173...Roland McGrath6-0/+126
2025-12-23[libc] add missing header to alloc-checker (#173400)Kyungtak Woo1-0/+1
2025-12-22[libc] Split out src/__support/alloc-checker.h (#173104)Roland McGrath18-76/+123
2025-12-22[libc][math] Add LIBC_CONF_MATH_USE_SYSTEM_FENV / LIBC_MATH_USE_SYSTEM_FENV (...lntue41-2/+141
2025-12-19[libc][docs] Update website to reflect new strategy (#168637)Michael Jones2-23/+62
2025-12-19[libc][math] Refactor expm1f implementation to header-only in src/__support/m...Muhammad Bassiouni8-170/+228
2025-12-18[libc] Add `IN6_IS_ADDR_V4COMPAT` (#172646)Connector Switch2-0/+17
2025-12-18[libc] Add `IN6_IS_ADDR_V4MAPPED` (#172645)Connector Switch2-0/+15
2025-12-18[libc] Add `IN6_IS_ADDR_MC*` (#172643)Connector Switch2-0/+34
2025-12-18[libc] Add `IN6_IS_ADDR_MULTICAST` (#172498)Connector Switch2-0/+8
2025-12-18[libc] Add `IN6_IS_ADDR_LOOPBACK` (#172312)Connector Switch2-0/+14
2025-12-18[libc] Add `IN6_IS_ADDR_UNSPECIFIED` (#172311)Connector Switch2-0/+13
2025-12-17[libc] Cast the error value to int (#172724)Petr Hosek1-1/+1
2025-12-17[libc][fenv] Fix performance regression for x86 mxcsr utilities. (#172717)lntue1-6/+6
2025-12-17[libc] Support opaque FILE* on baremetal (#168931)Petr Hosek31-226/+988
2025-12-17libc: Prefix Rounding Control Error enum to avoid conflict in windows build (...Jinsong Ji3-4/+4
2025-12-17[libc][CPP] make the string trap on OOM (#172260)Schrodinger ZHU Yifan1-2/+5
2025-12-16[libc][fuzzing] Improve printf long double fuzzing (#172113)Michael Jones1-5/+12
2025-12-16[libc] Add Darwin mutex support via os_sync primitives (#167722)Shreeyash Pandey19-62/+232
2025-12-15[libc] Fix ifdef in compiler.h. (#172324)lntue1-1/+1
2025-12-15Revert "[APFloat] Add exp function for APFloat::IEEESsingle using expf implem...Mehdi Amini2-44/+0
2025-12-15[APFloat] Add exp function for APFloat::IEEESsingle using expf implementation...lntue2-0/+44
2025-12-13[libc] Add `IN6_IS_ADDR_{LINK, SITE}LOCAL` (#168207)Connector Switch2-16/+27
2025-12-12[libc] Properly fix printf long double subnormals (#172103)Michael Jones2-9/+22
2025-12-12[libc][wctype][codegen] Add generation script for conversion data (#170868)Muhammad Bassiouni7-0/+918
2025-12-11[libc] Refactor static polymorphism in WriteBuffer (NFC). (#169089)Alexey Samsonov17-154/+162
2025-12-11[libc] Add support for getpagesize. (#171713)Sterling-Augustine11-0/+108
2025-12-11[libc][darwin] avoid importing macros conflicting with function names in over...Schrodinger ZHU Yifan1-0/+14
2025-12-11[libc][docs] Add a sunset policy to porting docs (#168936)Michael Jones3-20/+73
2025-12-08[libc] move abs_timesout and monotonicity out of linux dir (#167719)Shreeyash Pandey15-46/+53
2025-12-05Include inline_strlen.h on aarch64 only if the target has vector instrucions ...Sterling-Augustine1-1/+2
2025-12-05[libc][fenv] Refactor x86 fenv implementations to make it work for various fe...lntue19-672/+1064
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-Augustine11-183/+269
2025-12-04Revert "Refactor WIDE_READ to allow finer control over high-performance funct...Sterling-Augustine11-269/+183
2025-12-04Refactor WIDE_READ to allow finer control over high-performance function sele...Sterling-Augustine11-183/+269
2025-12-04[libc][math] Refactor expm1 implementation to header-only in src/__support/ma...Muhammad Bassiouni8-502/+567
2025-12-04[libc][wctype] Add cmake flag for configuring wctype implementation used (#17...Marcell Leleszi2-0/+8
2025-12-04[libc] make clock_conversion.h common and document it (#167723)Shreeyash Pandey5-53/+75
2025-12-01[libc][malloc] Ensure a minimum block alignment of 4 (#169447)Daniel Thornburgh7-70/+69
2025-12-01[libc][docs] Add links to 2025 talks. (#170206)lntue1-8/+60
2025-12-01[libc] Remove btowc / wctob from wctype_utils internal header. (#170200)Alexey Samsonov5-41/+8
2025-11-28[libc] Add clock_gettime for Darwin (#167160)Shreeyash Pandey16-2/+178
2025-11-28[libc][darwin] add internal::exit (#166357)Shreeyash Pandey4-3/+31
2025-11-28[libc][test] split exit tests into two separate tests (#169820)Shreeyash Pandey4-5/+29
2025-11-27[libc][darwin] add syscall numbers from macos sdk (#166354)Shreeyash Pandey2-1/+33
2025-11-20[libc] Add missing dependencies for arpa/inet.h header. (#168951)Alexey Samsonov1-0/+2