aboutsummaryrefslogtreecommitdiff
path: root/libc/src/__support
AgeCommit message (Expand)AuthorFilesLines
2025-12-08[libc] move abs_timesout and monotonicity out of linux dir (#167719)Shreeyash Pandey8-37/+36
2025-12-05[libc][fenv] Refactor x86 fenv implementations to make it work for various fe...lntue9-593/+971
2025-12-04[libc][math] Refactor expm1 implementation to header-only in src/__support/ma...Muhammad Bassiouni2-0/+538
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 Thornburgh3-43/+42
2025-12-01[libc] Remove btowc / wctob from wctype_utils internal header. (#170200)Alexey Samsonov2-27/+0
2025-11-28[libc] Add clock_gettime for Darwin (#167160)Shreeyash Pandey3-2/+55
2025-11-28[libc][darwin] add internal::exit (#166357)Shreeyash Pandey3-3/+30
2025-11-20[libc][math] Add float-only implementation for atanf. (#167004)lntue3-0/+179
2025-11-14[libc] Allow user-defined LIBC_ASSERT macro. (#168087)lntue1-0/+2
2025-11-14[libc] replace for loops with a call to memcpy in File (#165219)Shreeyash Pandey1-11/+5
2025-11-13[libc] Templatize strtofloatingpoint and implement wcstof. (#167755)Alexey Samsonov3-136/+132
2025-11-13[libc][NFC] Fix warnings in RPC server codeJoseph Huber1-1/+1
2025-11-11[libc] Use function overloads to make string parsing code more generic. (#167...Alexey Samsonov3-53/+39
2025-11-11[libc][POSIX] Add clock_settime() function for Linux (#161729)Anton Shepelev4-0/+99
2025-11-10Reapply "[libc] Return errno from OFD failure paths in fcntl." (#166658) (#16...Jackson Stogel1-1/+1
2025-11-07[libc] add cpu feature flags for SVE/SVE2/MOPS (#166884)Schrodinger ZHU Yifan1-0/+12
2025-11-06Fix bazel build issue caused in #166517 (#166734)Karlo Basioli1-0/+1
2025-11-05Revert "[libc] Return errno from OFD failure paths in fcntl." (#166658)Jackson Stogel1-1/+1
2025-11-05[libc] Return errno from OFD failure paths in fcntl. (#166252)Jackson Stogel1-1/+1
2025-11-05[libc] Migrate wctype_utils to use wchar_t where applicable. (#166234)Alexey Samsonov2-11/+13
2025-11-05[libc] Migrate ctype_utils to use char instead of int where applicable. (#166...Alexey Samsonov2-15/+14
2025-11-05[libc][math] Refactor exp2m1f16 implementation to header-only in src/__suppor...Muhammad Bassiouni2-0/+198
2025-11-04[libc] Fix printf long double bugs (#166474)Michael Jones1-2/+6
2025-10-31[libc] Templatize strtointeger implementation. (#165884)Alexey Samsonov3-196/+69
2025-10-21[libc][math] Add tolerance to math tests so that they still work when accurat...lntue1-1/+3
2025-10-21[libc][math] Add float-only implementation for sinf / cosf. (#161680)lntue4-6/+253
2025-10-17Revert "[libc] add basic lifetime annotations for support data structures" (#...Schrodinger ZHU Yifan12-155/+30
2025-10-17[libc] add basic lifetime annotations for support data structures (#145933)Schrodinger ZHU Yifan12-30/+155
2025-10-17[libc][math] Refactor exp2m1f implementation to header-only in src/__support/...Muhammad Bassiouni2-0/+213
2025-10-16[libc] Fix temporary types for fputil::split template. (#163813)lntue1-3/+3
2025-10-11[libc][math] Refactor exp2f16 implementation to header-only in src/__support/...Muhammad Bassiouni2-0/+125
2025-10-10[libc] Add a config option to disable slab reclaiming (#151599)Joseph Huber1-4/+8
2025-10-09[libc] fix sysconf test for rv32 (#162685)Schrodinger ZHU Yifan3-2/+17
2025-10-08[libc][math][c23] Add rsqrtf() function (#159615)Anton Shepelev2-16/+99
2025-10-08[libc] Refactor internal auxv usage to reduce getauxval dependencies (#162489)Schrodinger ZHU Yifan2-11/+5
2025-10-08[libc][stdfix] Implement fxdivi functions (rdivi) (#154914)Shreeyash Pandey1-0/+111
2025-10-08[libc] fix rv32 mmap in auxv library (#162519)Schrodinger ZHU Yifan1-1/+6
2025-10-08[libc] Fix integer overflow for large offsets in lseek. (#162394)Jackson Stogel1-4/+5
2025-10-08[libc] use PR_GET_AUXV only if UAPI provides it (#162492)Schrodinger ZHU Yifan1-2/+4
2025-10-08[libc] Refactor AUXV handling with new auxv.h header library (#162326)Schrodinger ZHU Yifan6-51/+191
2025-10-07[libc] Make LIBC_EXIT RPC code use quick exitJoseph Huber1-1/+3
2025-10-06[libc][math] Refactor exp2f implementation to header-only in src/__support/ma...Muhammad Bassiouni2-0/+187
2025-10-05[libc][math] Refactor exp2 implementation to header-only in src/__support/mat...Muhammad Bassiouni3-0/+1037
2025-10-01[libc] Unify and extend no_sanitize attributes for strlen. (#161316)Alexey Samsonov1-0/+10
2025-10-01[libc][math] Refactor exp10m1f16 implementation to header-only in src/__suppo...Muhammad Bassiouni2-0/+202
2025-09-29[libc][math] Refactor exp10m1f implementation to header-only in src/__support...Muhammad Bassiouni2-0/+251
2025-09-26[libc] Update the memory helper functions for simd types (#160174)Joseph Huber1-16/+54
2025-09-24[libc][NFC] Remove usage of the C keyword `I`. (#160567)lntue1-24/+24
2025-09-22[libc] Remove separate RPC test handling (#160206)Joseph Huber1-0/+49