aboutsummaryrefslogtreecommitdiff
path: root/libc/hdr
AgeCommit message (Expand)AuthorFilesLines
2025-11-04[libc] Add chown and getgid implementations (#166434)Shubh Pachchigar2-0/+30
2025-10-06[libc] Clean up sys/resource (#161749)Michael Jones2-2/+33
2025-09-03[libc] implement template functions for localtime (#110363)Zishan Mirza1-0/+45
2025-09-02[libc] Install dladdr on X86 (#156500)Aiden Grossman2-0/+30
2025-08-01[libc] Add struct_sched_param proxy header (#151722)Aiden Grossman2-0/+32
2025-07-29[libc] Reland #148948 "Implement barriers for pthreads" (#151021)Uzair Nawaz5-0/+91
2025-07-28Revert "[libc] Implement barriers for pthreads" (#151014)Uzair Nawaz5-91/+0
2025-07-28[libc] Implement barriers for pthreads (#148948)Uzair Nawaz5-0/+91
2025-07-24[libc] Fix issue with sigjmp_buf.h not being found (#150439)William Huynh3-1/+32
2025-07-23[libc][NFC] Add stdint.h proxy header to fix dependency issue with <stdint.h>...lntue3-0/+29
2025-07-22[libc] Add missing full build dependency for mbstate. (#150030)lntue1-0/+2
2025-06-20[libc] Added closing quote (#145101)sribee81-1/+1
2025-06-20[libc] mbrtowc implementation (#144760)sribee82-0/+30
2025-06-16[libc] build fix: always use our char8_t headers even in overlay mode (#144433)Uzair Nawaz1-8/+0
2025-06-12[libc] Build fixes for widechar characterconverter (#143805)Uzair Nawaz2-0/+24
2025-06-12[libc] add ioctl (#141393)W. Turner Abney2-0/+31
2025-06-11[libc] Character converter skeleton class (#143619)Uzair Nawaz3-0/+113
2025-06-03[libc] Also remove _FORTIFY_SOURCE before including <stdlib.h> in overlay mod...lntue1-0/+10
2025-05-13[libc] Add proxy header for ACTION type. (#139796)lntue2-0/+31
2025-05-13[libc] Add proxy header for ENTRY type. (#139746)lntue2-0/+31
2025-04-29Reland "[libc] build fix for sigsetjmp (#137047)" (#137214)Schrodinger ZHU Yifan2-0/+32
2025-04-23Revert "[libc] build fix for sigsetjmp (#137047)" (#137077)gulfemsavrun2-32/+0
2025-04-23[libc] implement sigsetjmp/siglongjmp for x86-64 (#136072)Schrodinger ZHU Yifan2-0/+32
2025-04-14[libc] Implement getitimer and setitimer, add proxy headers for itimerval (#1...Tsz Chan2-0/+30
2025-03-19[libc][sched] Implement `CPU_ZERO`, `CPU_ISSET`, `CPU_SET` macros (#131524)Krishna Pandey4-0/+61
2025-03-18[libc] Define (stub) dl_iterate_phdr (#131436)Roland McGrath2-0/+29
2025-03-14[libc][NFC] Add the missing angle bracket in `wchar.h` (#131161)Connector Switch1-1/+1
2025-03-11[libc] add locale proxy header (#130621)Connector Switch2-0/+31
2025-02-07[libc][signal] clean up usage of sighandler_t (#125745)Nick Desaulniers2-33/+0
2025-02-05[libc][POSIX][poll.h] implement poll (#125118)Nick Desaulniers3-0/+62
2025-01-10[libc] implement sys/uio/writev (#122233)Schrodinger ZHU Yifan2-0/+30
2025-01-08[libc][NFC] Cleanup time.h (#122027)Michael Jones2-0/+29
2024-12-17[libc] Add unistd overlay (#119312)Tristan Ross6-4/+112
2024-12-12[libc] Stop installing `sys/types.h` when not requested (#119765)Joseph Huber1-2/+0
2024-12-10[libc] move bcmp, bzero, bcopy, index, rindex, strcasecmp, strncasecmp to str...Nick Desaulniers3-3/+8
2024-12-09Revert "[libc] Add unistd overlay" (#119295)Michael Jones3-73/+1
2024-12-09[libc] Add unistd overlay (#118882)Tristan Ross3-1/+73
2024-12-08[libc] Fix overlay mode inclusion for fcntl.h header. (#119159)lntue5-3/+19
2024-12-05Reapply "[libc][windows] start time API implementation (#117775)" (#118886)Schrodinger ZHU Yifan3-1/+16
2024-12-05Revert "[libc][windows] start time API implementation (#117775)"Joseph Huber3-16/+1
2024-12-05[libc][windows] start time API implementation (#117775)Schrodinger ZHU Yifan3-1/+16
2024-11-07[libc] Remove _Exit proxy func header and use LIBC_NAMESPACE::_Exit in tests ...Job Henandez Lara2-32/+0
2024-11-03[libc] Fix typos in proxy type headers (#114717)Job Henandez Lara9-24/+24
2024-11-03[libc] add stdlib.h header to the _Exit func proxy in full build (#114718)Job Henandez Lara1-1/+2
2024-11-03[libc] Add proxy headers to handle memory allocation associated with the head...Job Henandez Lara7-0/+163
2024-11-01[libc] Remove the #include <stdlib.h> header (#114453)Job Henandez Lara8-0/+199
2024-10-31[libc] Remove FE_ALL_EXCEPT check in hdr/fenv_macros.h. (#114446)lntue1-7/+0
2024-10-31[libc] Fix path to fcntl_overlay in cmake (#114464)Michael Jones1-1/+1
2024-10-28[libc] remove #include <fcntl.h> and add proxy or type (#113836)Job Henandez Lara5-1/+74
2024-10-18[libc] temporaliy disable __USE_EXTERN_INLINES and set __USE_FORITFY_LEVEL to...Job Henandez Lara2-0/+44