1. eddba5e [libc][mathvec] Fix sinf unit test failures (#224339) by DylanFleming-arm · 3 hours ago main master
  2. 5e322d6 [libc] Add struct group header and group line parser (#224208) by Jeff Bailey · 3 hours ago
  3. bd5c6dd [libc] Read passwd records into a growable buffer (#224149) by Jeff Bailey · 3 hours ago
  4. 5654ff2 [libc] Add support for SYS_fchmodat2 in fchmodat (#223997) by Aman Maurya · 7 hours ago
  5. b3b2dc1 [libc][mathvec] Vectorise sinf (#220985) by DylanFleming-arm · 7 hours ago
  6. 4816f8c [libc][math] Use bit rounding in fputil::round (#221648) by sriramshastry · 9 hours ago
  7. 514560a [libc] Make it possible to join the main thread (#221177) by Pavel Labath · 12 hours ago
  8. 03e66fe [libc] Implement mkostemp (#224112) by Jeff Bailey · 13 hours ago
  9. d317488 [bazel][libc] Do not depend on system `getenv` in BazelFilePath.cpp (#223873) by Jackson Stogel · 21 hours ago
  10. 4e318b8 [libc] Support dynamically-grown lines in FlatFileDatabase (#223811) by Jeff Bailey · 25 hours ago
  11. 3d31d97 [libc] Add macro / sysconf support for POSIX threads features. (#223543) by Alexey Samsonov · 29 hours ago
  12. 630cf3f [libc] Implement pthread_attr_[gs]etinheritsched (#223322) by Pavel Labath · 35 hours ago
  13. 4b92f52 [libc] Store ThreadAttributes in the TCB (#220921) by Pavel Labath · 35 hours ago
  14. cd01b3b [libc] Fix fxdivi tests on 32-bit targets (#223675) by Victor Campos · 35 hours ago
  15. d97ad69 [libc] Reject unsupported flags in fchmodat with ENOTSUP (#223165) by Aman Maurya · 35 hours ago
  16. 3932228 [libc] Implement mkfifo (#223566) by Michael Jones · 2 days ago
  17. 643b5c6 [libc] Implement posix_fadvise64. (#223294) by lntue · 2 days ago
  18. e79ec29 [libc] feat(filemode): implement class and helper functions to handle file modes for an opened file (#220906) by David Dada · 3 days ago
  19. 8a6d5f7 [libc] Fix sendfile argument order (#223059) by Michael Jones · 3 days ago
  20. f9ca555 [libc][baremetal][BigInt] fix codegen issue for UInt128 (#220389) by Schrodinger ZHU Yifan · 3 days ago
  21. 82040bc [libc] Use execve syscall wrapper in execve.cpp (#223186) by Bhavesh M · 3 days ago
  22. 8ba9809 [libc] Use execve syscall wrapper in execv.cpp (#223181) by Bhavesh M · 3 days ago
  23. ab6c92e [libc] Change cookie_seek_function_t to take off_t argument (#223306) by Petr Hosek · 3 days ago
  24. 1534c23 [libc] Don't declare vector_size types that cannot be compiled (#221119) by Roland McGrath · 3 days ago
  25. 2ac81d1 [libc] Restrict sysconf/confstr to full-build mode. (#223103) by Alexey Samsonov · 3 days ago
  26. 874f6fa [libc] Implement pthread_attr_[gs]etschedparam (#222991) by Pavel Labath · 4 days ago
  27. 2c96b31 [libc][math] Fix fast path with small inputs for double precision sin/cos. (#221012) by lntue · 4 days ago
  28. f9f4015 [libc] Enable Float80-type for x86_32 (#221408) by Zorojuro · 5 days ago
  29. 9b5ddaa [libc] Pass correct system include flag for macOS. (#223116) by lntue · 5 days ago
  30. 59b849e [libc][CPP] Add vector container and unit tests (#222972) by Jeff Bailey · 6 days ago
  31. 2f17eab [libc] Template printf_core::Parser to support wchar_t. (#222988) by Alex Strelnikov · 6 days ago
  32. eb83666 [libc] Write LF line endings from cmake_format.py on every platform (#222742) by Leo Camus · 6 days ago
  33. f676389 [libc] Implement pthread_attr_[gs]etscope (#222956) by Pavel Labath · 6 days ago
  34. b6bc548 [libc][stdfix] Implement fixed point fxdivi functions in llvm-libc (#210020) by sohail · 6 days ago
  35. c4bf2e6 [libc] Add MAP_ANON as a synonym for MAP_ANONYMOUS. (#222789) by Alexey Samsonov · 6 days ago
  36. db24c5d [libc] Implement pthread_kill (#222625) by Pavel Labath · 6 days ago
  37. 94c9d30 [libc] Implement pthread_attr_[gs]etschedpolicy (#222682) by Pavel Labath · 6 days ago
  38. 88ea62a [libc] Add sys/file.h and flock function. (#222737) by Alexey Samsonov · 7 days ago
  39. 0a0c0cb [libc] Parameterize printf_core::Writer test to cover wchar_t. (#222744) by Alex Strelnikov · 7 days ago
  40. cd43b57 [libc] Fix Darwin aarch64 fenv and sigsetjmp build support (#192079) by Kacper Fiedorowicz · 7 days ago
  41. e74b365 [libc] Implement fmemopen (#221748) by Jeong Jihyeon · 7 days ago
  42. ae13a48 [libc] Implement umask (#222499) by ThePo1es · 7 days ago
  43. 87c51ae [libc] Add wcscasecmp and wcsncasecmp implementations. (#222154) by Alex Strelnikov · 7 days ago
  44. 26b193b [libc] Enable full-build code coverage (#221802) by Tapiwa Gonga · 7 days ago
  45. b6263ab [libc] Implement futimens (#222251) by Anirudh Mathur · 7 days ago
  46. fc00d6d [libc] Optimize the GPU printf implementation with size hints (#222474) by Joseph Huber · 7 days ago
  47. d5027f6 [libc] Implement mkdtemp (#222106) by Jeff Bailey · 8 days ago
  48. 1e55acb [libc] Add <glob.h> POSIX header. (#221362) by Alexey Samsonov · 8 days ago
  49. 219f3dd [libc][baremetal] default NUM_TABLE_ENTRIES to a fixed value of 3 in TLSF (#221807) by Schrodinger ZHU Yifan · 8 days ago
  50. 7863234 [libc][netdb] Add AI_* family of constants. (#221360) by Alexey Samsonov · 9 days ago
  51. e651bf1 [clang][docs] Adopt the furo theme used by llvm and libc (#214869) by Reid Kleckner · 9 days ago
  52. dbcfabb [libc][unistd] Support _SC_GET(GR|PW)_R_SIZE_MAX in sysconf. (#222135) by Alexey Samsonov · 9 days ago
  53. 3f060fa [libc][NFC] Move flat-file database to src/__support/pwd (#221778) by Jeff Bailey · 9 days ago
  54. 7cdf8db [libc] Generate a stub for libdl.a (#222098) by Alexey Samsonov · 9 days ago
  55. 910c5df [libc] Implement execl (#220326) by Michael Jones · 9 days ago
  56. bb40939 [libc] Implement pthread_getattr_np (#221231) by Pavel Labath · 9 days ago
  57. cea9732 [libc] Update printf_core::Writer to template on character type. (#220669) by Alex Strelnikov · 9 days ago
  58. 5dfd555 [libc] Simplify RPC lock handling to be scalar on the GPU (#221805) by Joseph Huber · 9 days ago
  59. de75993 [libc] Add cpp::swap and cpp::clamp utilities (#221236) by Jeff Bailey · 10 days ago
  60. 524890d [libc] Enable code coverage using continuous instrumentation profiling (#213271) by Tapiwa Gonga · 10 days ago
  61. 06707e7 [libc] Fix chunk calculation in GPU allocator (#221583) by Joseph Huber · 11 days ago
  62. de265bb [libc] Add CMake formatting utility (#213102) by Jeff Bailey · 13 days ago
  63. 52edcbc [libc] implement nice (#221048) by Michael Jones · 13 days ago
  64. 80ab3df [libc] implement getloadavg (#221049) by Michael Jones · 13 days ago
  65. b82da42 [libc][fcntl] Implement posix_fadvise function. (#220790) by lntue · 13 days ago
  66. 55347cf [libc] Add getpwnam and getpwuid entrypoints (#221169) by Jeff Bailey · 13 days ago
  67. 5fe8dc8 [libc][netdb] Implement gai_strerror POSIX function. (#221138) by Alexey Samsonov · 13 days ago
  68. b447c97 [libc] Make `fdimf128` use the emulated float128 type (#217567) by Zorojuro · 13 days ago
  69. cd7dae3 [libc] Make fmaximum_mag_num/fminimum_mag_num functions use the emulated float128 type (#217549) by Zorojuro · 13 days ago
  70. 46a8e9e [libc] Make fmaximum_mag/fminimum_mag functions use the emulated float128 type (#217539) by Zorojuro · 13 days ago
  71. 68cf5b3 [libc] Make fmaximum_num/fminimum_num functions use the emulated float128 type (#217409) by Zorojuro · 13 days ago
  72. 64f503b [libc] Add getpwnam_r and getpwuid_r entrypoints (#220833) by Jeff Bailey · 14 days ago
  73. 78d6136 [libc][threads] Add architecture-specific Thread Control Block definitions (#220607) by Pavel Labath · 14 days ago
  74. bec3872 [Clang] Remove the old LLVM offloading driver entirely (#211924) by Joseph Huber · 14 days ago
  75. 83db5ca [libc] implement chroot (#220757) by Michael Jones · 2 weeks ago
  76. be0369e [libc] Make File::FileLock public in File data structure (#221005) by Jeff Bailey · 2 weeks ago
  77. 101d1ed [libc] Add <sys/user.h> for Linux-x86_64 (#220809) by Alexey Samsonov · 2 weeks ago
  78. b875a46 [libc][math] Do not use __builtin_round* with clang on x86 by default. (#220739) by lntue · 2 weeks ago
  79. 0b614ac [libc] Reject binary strings in inet_addr and inet_aton (#220556) by Pavel Labath · 2 weeks ago
  80. 408f1e5 [libc] Add getpid syscall wrapper for Linux (#220595) by Tapiwa Gonga · 2 weeks ago
  81. 7b9bb8a [libc][math] Fix `quick_add` incorrect exponent (#220374) by Zorojuro · 2 weeks ago
  82. e21e1e8 [libc] Add FieldTokenizer and FlatFileDatabase (#214720) by Jeff Bailey · 2 weeks ago
  83. efe4fff [libc][cmake] Introduce add_type_header for OS/arch-specific types. (#220750) by Alexey Samsonov · 2 weeks ago
  84. 26616ab [libc][CPP] Align span copy and conversion with std::span (#220619) by Jeff Bailey · 2 weeks ago
  85. 5e20326 [libc] Stop printing \0 in stdio/fputc_test.cpp (#220544) by Simon Tatham · 2 weeks ago
  86. ef16ceb [libc][baremetal] add MVE/MVE_FP feature flags detection (#220345) by Schrodinger ZHU Yifan · 2 weeks ago
  87. 037476d [libc] Make fmaximum/fminimum functions use the emulated float128 type (#217390) by Zorojuro · 2 weeks ago
  88. 8e71306 [libc] Make sign functions use the emulated float128 type (#217389) by Zorojuro · 2 weeks ago
  89. 3c0ec0e [libc] Fix char8_t public and proxy headers. (#220352) by lntue · 2 weeks ago
  90. 0d11865 [libc] Add <unistd.h> functions for process group management. (#220044) by Alexey Samsonov · 2 weeks ago
  91. 3759949 [libc] Add <unistd.h> functions for managing foreground process group IDs (#220121) by Alexey Samsonov · 2 weeks ago
  92. 2e8a4fc [libc] Add <unistd.h> functions for user/group ID management. (#220087) by Alexey Samsonov · 2 weeks ago
  93. 45f60b1 [libc] Implement getpriority, setpriority, their unit tests; add the accompanying macros and type headers. (#219573) by Vadim Kotov · 2 weeks ago
  94. 2b5a4a9 [libc] Clean up some unused includes (#220038) by Jackson Stogel · 2 weeks ago
  95. 9edf79a [libc] Correct hidden attribute on __restore_rt (#220039) by Jackson Stogel · 2 weeks ago
  96. 267bc86 [libc][exit] Use LIBC_CONSTINIT macro to allow pre-C++20 compilation (#220041) by Jackson Stogel · 2 weeks ago
  97. 5733af3 [libc] Add missing MPFR-based tests for f16 and bf16 math functions (#218281) by tht2005 · 3 weeks ago
  98. 0cc6197 [libc] Disable float16 on 32-bit x86 without SSE2 (#219675) by windsunil · 3 weeks ago
  99. 643e54f [libc] Add placeholder for sys/mount.h Linux header. (#219127) by Alexey Samsonov · 3 weeks ago
  100. b8af25e [libc] Add redirecting headers sys/vfs.h and sys/syslog.h on Linux. (#219118) by Alexey Samsonov · 3 weeks ago