summaryrefslogtreecommitdiff
path: root/libc/hdr/types
AgeCommit message (Expand)Author
2025-11-04[libc] Add chown and getgid implementations (#166434)Shubh Pachchigar
2025-10-06[libc] Clean up sys/resource (#161749)Michael Jones
2025-09-02[libc] Install dladdr on X86 (#156500)Aiden Grossman
2025-08-01[libc] Add struct_sched_param proxy header (#151722)Aiden Grossman
2025-07-29[libc] Reland #148948 "Implement barriers for pthreads" (#151021)Uzair Nawaz
2025-07-28Revert "[libc] Implement barriers for pthreads" (#151014)Uzair Nawaz
2025-07-28[libc] Implement barriers for pthreads (#148948)Uzair Nawaz
2025-07-24[libc] Fix issue with sigjmp_buf.h not being found (#150439)William Huynh
2025-07-23[libc][NFC] Add stdint.h proxy header to fix dependency issue with <stdint.h>...lntue
2025-07-22[libc] Add missing full build dependency for mbstate. (#150030)lntue
2025-06-20[libc] Added closing quote (#145101)sribee8
2025-06-20[libc] mbrtowc implementation (#144760)sribee8
2025-06-16[libc] build fix: always use our char8_t headers even in overlay mode (#144433)Uzair Nawaz
2025-06-12[libc] Build fixes for widechar characterconverter (#143805)Uzair Nawaz
2025-06-11[libc] Character converter skeleton class (#143619)Uzair Nawaz
2025-05-13[libc] Add proxy header for ACTION type. (#139796)lntue
2025-05-13[libc] Add proxy header for ENTRY type. (#139746)lntue
2025-04-14[libc] Implement getitimer and setitimer, add proxy headers for itimerval (#1...Tsz Chan
2025-03-19[libc][sched] Implement `CPU_ZERO`, `CPU_ISSET`, `CPU_SET` macros (#131524)Krishna Pandey
2025-03-18[libc] Define (stub) dl_iterate_phdr (#131436)Roland McGrath
2025-02-07[libc][signal] clean up usage of sighandler_t (#125745)Nick Desaulniers
2025-02-05[libc][POSIX][poll.h] implement poll (#125118)Nick Desaulniers
2025-01-10[libc] implement sys/uio/writev (#122233)Schrodinger ZHU Yifan
2025-01-08[libc][NFC] Cleanup time.h (#122027)Michael Jones
2024-12-17[libc] Add unistd overlay (#119312)Tristan Ross
2024-12-12[libc] Stop installing `sys/types.h` when not requested (#119765)Joseph Huber
2024-12-08[libc] Fix overlay mode inclusion for fcntl.h header. (#119159)lntue
2024-12-05Reapply "[libc][windows] start time API implementation (#117775)" (#118886)Schrodinger ZHU Yifan
2024-12-05Revert "[libc][windows] start time API implementation (#117775)"Joseph Huber
2024-12-05[libc][windows] start time API implementation (#117775)Schrodinger ZHU Yifan
2024-11-03[libc] Fix typos in proxy type headers (#114717)Job Henandez Lara
2024-11-01[libc] Remove the #include <stdlib.h> header (#114453)Job Henandez Lara
2024-10-31[libc] Fix path to fcntl_overlay in cmake (#114464)Michael Jones
2024-10-28[libc] remove #include <fcntl.h> and add proxy or type (#113836)Job Henandez Lara
2024-10-01[libc][stdio] Use proxy headers of stdio.h in src and test folders. (#110067)lntue
2024-09-19[libc][wchar] Move wchar's types to proxy headers. (#109334)lntue
2024-09-19[libc] Add functions to send/recv messages (#106467)Michael Jones
2024-09-08[libc] Add proxy header for the jmp_buf type (#107712)wldfngrs
2024-09-07[libc] Add proxy header for the stack_t type (#107559)wldfngrs
2024-09-06[libc] Fix signal's dependency on the proxy header sighandler_t. (#107605)lntue
2024-09-05[libc] Add proxy header for __sighandler_t type (#107354)wldfngrs
2024-08-22[libc] Initial support for 'locale.h' in the LLVM libc (#102689)Joseph Huber
2024-08-22Revert " [libc] Add `ctype.h` locale variants (#102711)"Joseph Huber
2024-08-22 [libc] Add `ctype.h` locale variants (#102711)Joseph Huber
2024-07-11Reland: [libc] Move off_t and stdio macros to proxy hdrs (#98384)Michael Jones
2024-07-09Revert "[libc] Move off_t and stdio macros to proxy hdrs" (#98242)Michael Jones
2024-07-09[libc] Move off_t and stdio macros to proxy hdrs (#98215)Michael Jones
2024-06-26[libc] add proxy header for struct_sigaction (#96224)Schrodinger ZHU Yifan
2024-06-06[libc] at_quick_exit function implemented (#94317)aaryanshukla
2024-05-31[libc] rework mutex (#92168)Schrodinger ZHU Yifan