summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
2025-11-20[libc] Add missing dependencies for arpa/inet.h header. (#168951)Alexey Samsonov
2025-11-20[libc] Removed unused flags from baremetal cache files (#168942)Petr Hosek
2025-11-20[libc][math] Add float-only implementation for atanf. (#167004)lntue
2025-11-19[Clang] Gut the libc wrapper headers and simplify (#168438)Joseph Huber
2025-11-18[libc] Fix -Wshorten-64-to-32 in fileop_test. (#168451)Alexey Samsonov
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-17[libc][Github] Perform baremetal libc builds (#167583)Prabhu Rajasekaran
2025-11-14[libc][POSIX][RISCV] Disabled clock_settime on RV32 (#168006)Anton Shepelev
2025-11-14[libc] fix EXPECT_EXIT suspend/timeout for darwin (#166065)Shreeyash Pandey
2025-11-14Revert "[libc][test] split exit tests into two separate tests" (#168102)Schrodinger ZHU Yifan
2025-11-14[libc] Allow user-defined LIBC_ASSERT macro. (#168087)lntue
2025-11-14[libc][test] split exit tests into two separate tests (#166355)Shreeyash Pandey
2025-11-14[libc] replace for loops with a call to memcpy in File (#165219)Shreeyash Pandey
2025-11-13[libc] Templatize strtofloatingpoint and implement wcstof. (#167755)Alexey Samsonov
2025-11-13[libc][NFC] Fix warnings in RPC server codeJoseph Huber
2025-11-13[libc][stdlib] Simplify getenv_test by using strcmp instead of custom helper ...Jeff Bailey
2025-11-12[libc] allow UnitTest suite to be compiled on darwin (#166062)Shreeyash Pandey
2025-11-12[libc] Handle the `unknown` default target in CMake (#115122)Petr Hosek
2025-11-12[libc] Add support for MVE to Arm startup code (#167338)Victor Campos
2025-11-12[runtimes][GTest] LLVM-independent unittests (#164794)Michael Kruse
2025-11-11[libc] Use function overloads to make string parsing code more generic. (#167...Alexey Samsonov
2025-11-11[libc] Use a sensible default when TEST_UNDECLARED_OUTPUTS_DIR is unset. (#16...Sterling-Augustine
2025-11-11[libc][math] Add `asin` to baremetal Arm and AArch64 (#167339)Victor Campos
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-11[libc] Refactor strftime internals to handle size_t return values (#166901)Marcell Leleszi
2025-11-10[libc] add an SVE implementation of strlen (#167259)Schrodinger ZHU Yifan
2025-11-10[libc] fwrite_unlocked: only return errno if an actual error occurred. (#167350)Sterling-Augustine
2025-11-10Reapply "[libc] Return errno from OFD failure paths in fcntl." (#166658) (#16...Jackson Stogel
2025-11-08[libc] add various macros relate to *ADDR* (#164830)Connector Switch
2025-11-07[libc] add cpu feature flags for SVE/SVE2/MOPS (#166884)Schrodinger ZHU Yifan
2025-11-07[libc][math] Enable math acos for baremetal Arm and AArch64 (#166749)Victor Campos
2025-11-06[libc] Add localtime_r to baremetal entrypoints (#166677)Prabhu Rajasekaran
2025-11-06[libc] Disable overflow test in strfromtest on riscv32 (#166719)Marcell Leleszi
2025-11-06[libc] Fix stale char_ptr for find_first_character_wide read (#166594)Sterling-Augustine
2025-11-06[libc] Enable the FPU in Arm startup code (#166349)Victor Campos
2025-11-06Fix bazel build issue caused in #166517 (#166734)Karlo Basioli
2025-11-05Revert "[libc] Return errno from OFD failure paths in fcntl." (#166658)Jackson Stogel
2025-11-05[libc] Return errno from OFD failure paths in fcntl. (#166252)Jackson Stogel
2025-11-05[libc] Allow openat and creat to return fd 0. (#166466)Jackson Stogel
2025-11-05[libc] Add printf error handling (with fixes #2) (#166517)Marcell Leleszi
2025-11-05[libc] Make errno asserts noop on gpu targets (#166606)Marcell Leleszi
2025-11-05[libc] Migrate wctype_utils to use wchar_t where applicable. (#166234)Alexey Samsonov
2025-11-05[libc] Migrate ctype_utils to use char instead of int where applicable. (#166...Alexey Samsonov
2025-11-05[libc][math] Refactor the `math_errhandling` macro definition (#166350)Victor Campos
2025-11-05[libc][math] Refactor exp2m1f16 implementation to header-only in src/__suppor...Muhammad Bassiouni
2025-11-05[libc][math] Disable `FEnvSafeTest.cpp` if AArch64 target has no FP support (...Victor Campos