aboutsummaryrefslogtreecommitdiff
path: root/libc/include
AgeCommit message (Expand)AuthorFilesLines
14 hours[libc] Add pthread_getattr_np declaration (#178549)Roland McGrath1-0/+6
36 hours[libc] Clean up pthread.yaml (#178327)Roland McGrath3-143/+54
3 days[libc] Add Elf32_Xword type (#177915)Jakob Koschel5-1/+21
9 days[libc][linux] add support to parse PT_GNU_PROPERTY (#174772)Jakob Koschel1-0/+7
2026-01-12[libc] Fix a typo in DT_BIND_NOW macro name (#175619)Petr Hosek1-1/+1
2026-01-12[libc] Provide a minimal implementation of elf.h (#172766)Petr Hosek49-9/+1721
2025-12-23[libc] Add stub pthread_attr_getschedparam / pthread_attr_setschedparam (#173...Roland McGrath1-0/+14
2025-12-18[libc] Add `IN6_IS_ADDR_V4COMPAT` (#172646)Connector Switch1-0/+6
2025-12-18[libc] Add `IN6_IS_ADDR_V4MAPPED` (#172645)Connector Switch1-0/+8
2025-12-18[libc] Add `IN6_IS_ADDR_MC*` (#172643)Connector Switch1-0/+20
2025-12-18[libc] Add `IN6_IS_ADDR_MULTICAST` (#172498)Connector Switch1-0/+3
2025-12-18[libc] Add `IN6_IS_ADDR_LOOPBACK` (#172312)Connector Switch1-0/+9
2025-12-18[libc] Add `IN6_IS_ADDR_UNSPECIFIED` (#172311)Connector Switch1-0/+6
2025-12-13[libc] Add `IN6_IS_ADDR_{LINK, SITE}LOCAL` (#168207)Connector Switch1-0/+12
2025-12-11[libc] Add support for getpagesize. (#171713)Sterling-Augustine1-0/+6
2025-12-08[libc] move abs_timesout and monotonicity out of linux dir (#167719)Shreeyash Pandey1-1/+7
2025-12-05[libc][fenv] Refactor x86 fenv implementations to make it work for various fe...lntue1-2/+3
2025-11-28[libc] Add clock_gettime for Darwin (#167160)Shreeyash Pandey9-0/+57
2025-11-27[libc][darwin] add syscall numbers from macos sdk (#166354)Shreeyash Pandey1-1/+2
2025-11-20[libc] Add missing dependencies for arpa/inet.h header. (#168951)Alexey Samsonov1-0/+2
2025-11-18[libc] Implement pkey_alloc/free/get/set/mprotect for x86_64 linux (#162362)Jackson Stogel1-0/+35
2025-11-18[libc] implement inet_addr (#167708)Connector Switch2-0/+8
2025-11-17[libc] Move mbtowc, mbstowcs and inverse functions to stdlib.h (#168455)Alexey Samsonov2-31/+32
2025-11-17[libc] Implement wcstod and wcstold. (#168020)Alexey Samsonov1-0/+14
2025-11-14Revert "[libc][test] split exit tests into two separate tests" (#168102)Schrodinger ZHU Yifan1-2/+1
2025-11-14[libc][test] split exit tests into two separate tests (#166355)Shreeyash Pandey1-1/+2
2025-11-13[libc] Templatize strtofloatingpoint and implement wcstof. (#167755)Alexey Samsonov1-0/+7
2025-11-11[libc][POSIX] Add clock_settime() function for Linux (#161729)Anton Shepelev1-0/+7
2025-11-11[libc] Implement fchown (#167286)Anshul Nigham1-0/+8
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