aboutsummaryrefslogtreecommitdiff
path: root/libc/include
AgeCommit message (Expand)AuthorFilesLines
2025-11-08[libc] add various macros relate to *ADDR* (#164830)Connector Switch1-0/+9
2025-11-05[libc][math] Refactor the `math_errhandling` macro definition (#166350)Victor Campos1-4/+27
2025-11-04[libc] Add chown and getgid implementations (#166434)Shubh Pachchigar1-0/+15
2025-10-30[libc] Add "struct tm" declaration to <wchar.h> (#165795)Alexey Samsonov1-0/+4
2025-10-30Add <stdbool.h> to llvm-libc-types headers that need it. (#165798)Alexey Samsonov2-0/+4
2025-10-30[libc][hdrgen] Sort identifiers with leading underscores specially (#165745)Roland McGrath6-9/+9
2025-10-25[libc] add SIG_HOLD for linux/gpu (#165007)Connector Switch2-6/+12
2025-10-24[libc] add missing headers in stdfix (#162078)Shreeyash Pandey16-28/+205
2025-10-22[libc][annex_k] Add Annex K support macros. (#163100)Muhammad Bassiouni2-0/+33
2025-10-22[libc] Fix a couple issues in <wchar.h> header (#164666)Alexey Samsonov1-5/+6
2025-10-22[libc] Add macros definitions for <nl_types.h> (#164474)Alexey Samsonov4-1/+27
2025-10-21[libc] Stub out message catalog functions from <nl_types.h> (#164360)Alexey Samsonov4-0/+54
2025-10-21[libc] implement `inet_aton` (#162651)Connector Switch1-1/+9
2025-10-21[libc] Add llvm-libc-types header deps for <complex.h>. (#164422)Simon Tatham1-0/+3
2025-10-17[libc] add IPV6 related macros (#162219)Connector Switch1-0/+8
2025-10-15[libc] Update generated libc header to include missing functions/files. (#163...Alexey Samsonov2-1/+16
2025-10-08[libc][math][c23] Add rsqrtf() function (#159615)Anton Shepelev1-0/+6
2025-10-08[libc][stdfix] Implement fxdivi functions (rdivi) (#154914)Shreeyash Pandey1-0/+8
2025-10-08[libc] add `in_addr{, _t}` type (#162452)Connector Switch3-0/+34
2025-10-06[libc] add IPPROTO related macros (#161855)Connector Switch5-0/+61
2025-10-02[libc] Implement faccessat (#161065)Marcell Leleszi3-0/+16
2025-09-23[libc][POSIX][unistd] Implement gethostname (#128142)Zaky Hermawan1-0/+7
2025-09-22[libc] Remove separate RPC test handling (#160206)Joseph Huber1-21/+0
2025-09-17[libc][math][c23] Add rsqrtf16() function (#137545)Anton Shepelev1-0/+7
2025-09-05[libc] Fix CMPLXF128 macro definition for aarch64. (#157157)lntue1-0/+4
2025-09-05[libc] Implement `CMPLX` for clang < 12 (#157096)Connector Switch1-7/+12
2025-09-05[NFC] Fix a comment for cfloat128.h (#157093)Connector Switch1-1/+1
2025-09-05[libc] Workaround for GCC on `typedef` for `_Complex __float128` (#157010)A. Jiang1-0/+5
2025-09-05[libc] Implement CMPLX related macros (#156344)Connector Switch7-37/+114
2025-09-04[libc] Remove unused _Thread_local define from headers. (#156967)Alexey Samsonov1-3/+0
2025-09-03[libc] implement template functions for localtime (#110363)Zishan Mirza1-0/+13
2025-09-02[libc] Add CMake Target for Dl_info.h Header (#156195)Aiden Grossman2-0/+2
2025-09-02[libc] Add missing and correct some existing C23 functions to math.h (#156512)Alexey Samsonov1-2/+46
2025-09-02[libc][math][c23] Implement C23 math function atanpif16 (#150400)Mohamed Emad1-0/+7
2025-08-22[libc] Add half-precision math functions to the math header (#155060)Leandro Lacerda1-0/+28
2025-08-22[libc] Enable double math functions on the GPU (#154857)Leandro Lacerda1-8/+16
2025-08-19[libc] Add _Returns_twice to C++ code (#153602)William Huynh1-0/+7
2025-08-18Reland "[libc][math][c23] Implement C23 math function asinpif16" (#152690)Mohamed Emad1-0/+7
2025-08-17[libc] Setup hdrgen for ioctl (#153976)Aiden Grossman1-1/+9
2025-08-16[libc] Correct standard for getcpu (#153982)Aiden Grossman1-1/+1
2025-08-07[libc] Fix typo and amend restrict qualifier (#152410)Caslyn Tonelli1-3/+3
2025-08-05[libc] Add dladdr to dlfcn.h (#149872)Caslyn Tonelli2-0/+28
2025-08-05[libc] Add dlinfo + RTLD_DI_* macros to dlfcn.h (#149938)Caslyn Tonelli1-0/+57
2025-08-05[libc] Add RTLD_NEXT + RTLD_DEFAULT (#149909)Caslyn Tonelli1-0/+8
2025-08-02[libc] Enable float math functions on the GPU (#151841)Leandro Lacerda1-0/+12
2025-07-30[libc] Add implementation of getcpu syscall wrapper (#150871)Aiden Grossman1-0/+7
2025-07-29[libc] Reland #148948 "Implement barriers for pthreads" (#151021)Uzair Nawaz7-0/+81
2025-07-29[libc] Reland wchar string conversion mb to wc (#151048)sribee81-0/+27
2025-07-28Revert "[libc] Reland #149423 "wchar string conversion functions mb to wc"" ...sribee81-27/+0
2025-07-28Revert "[libc] Implement barriers for pthreads" (#151014)Uzair Nawaz7-81/+0