aboutsummaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)AuthorFilesLines
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
2025-11-20[libc] Removed unused flags from baremetal cache files (#168942)Petr Hosek3-3/+3
2025-11-20[libc][math] Add float-only implementation for atanf. (#167004)lntue6-3/+245
2025-11-19[Clang] Gut the libc wrapper headers and simplify (#168438)Joseph Huber4-78/+3
2025-11-18[libc] Fix -Wshorten-64-to-32 in fileop_test. (#168451)Alexey Samsonov1-2/+2
2025-11-18[libc] Implement pkey_alloc/free/get/set/mprotect for x86_64 linux (#162362)Jackson Stogel23-11/+896
2025-11-18[libc] implement inet_addr (#167708)Connector Switch10-0/+106
2025-11-17[libc] Move mbtowc, mbstowcs and inverse functions to stdlib.h (#168455)Alexey Samsonov19-164/+165
2025-11-17[libc] Implement wcstod and wcstold. (#168020)Alexey Samsonov10-1/+1015
2025-11-17[libc][Github] Perform baremetal libc builds (#167583)Prabhu Rajasekaran7-0/+65
2025-11-14[libc][POSIX][RISCV] Disabled clock_settime on RV32 (#168006)Anton Shepelev1-0/+5
2025-11-14[libc] fix EXPECT_EXIT suspend/timeout for darwin (#166065)Shreeyash Pandey1-3/+1
2025-11-14Revert "[libc][test] split exit tests into two separate tests" (#168102)Schrodinger ZHU Yifan6-62/+8
2025-11-14[libc] Allow user-defined LIBC_ASSERT macro. (#168087)lntue1-0/+2
2025-11-14[libc][test] split exit tests into two separate tests (#166355)Shreeyash Pandey6-8/+62
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 Samsonov10-136/+413
2025-11-13[libc][NFC] Fix warnings in RPC server codeJoseph Huber2-4/+4
2025-11-13[libc][stdlib] Simplify getenv_test by using strcmp instead of custom helper ...Jeff Bailey1-32/+17
2025-11-12[libc] allow UnitTest suite to be compiled on darwin (#166062)Shreeyash Pandey1-1/+1
2025-11-12[libc] Handle the `unknown` default target in CMake (#115122)Petr Hosek1-34/+31
2025-11-12[libc] Add support for MVE to Arm startup code (#167338)Victor Campos1-9/+18
2025-11-12[runtimes][GTest] LLVM-independent unittests (#164794)Michael Kruse1-2/+4
2025-11-11[libc] Use function overloads to make string parsing code more generic. (#167...Alexey Samsonov4-54/+40
2025-11-11[libc] Use a sensible default when TEST_UNDECLARED_OUTPUTS_DIR is unset. (#16...Sterling-Augustine1-0/+4
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 Shepelev19-8/+257
2025-11-11[libc] Implement fchown (#167286)Anshul Nigham9-0/+154
2025-11-11[libc] Refactor strftime internals to handle size_t return values (#166901)Marcell Leleszi4-9/+10
2025-11-10[libc] add an SVE implementation of strlen (#167259)Schrodinger ZHU Yifan5-6/+111
2025-11-10[libc] fwrite_unlocked: only return errno if an actual error occurred. (#167350)Sterling-Augustine1-2/+5
2025-11-10Reapply "[libc] Return errno from OFD failure paths in fcntl." (#166658) (#16...Jackson Stogel2-63/+100