1. 9ef8807 [libc] Fix char8_t public and proxy headers. (#220352) by lntue · 9 hours ago main
  2. 063f3b2 [libc] Add <unistd.h> functions for process group management. (#220044) by Alexey Samsonov · 11 hours ago
  3. e36486d [libc] Add <unistd.h> functions for managing foreground process group IDs (#220121) by Alexey Samsonov · 12 hours ago
  4. f7eca57 [libc] Add <unistd.h> functions for user/group ID management. (#220087) by Alexey Samsonov · 13 hours ago
  5. 8ea15e3 [libc] Implement getpriority, setpriority, their unit tests; add the accompanying macros and type headers. (#219573) by Vadim Kotov · 32 hours ago
  6. 78cadaf [libc] Clean up some unused includes (#220038) by Jackson Stogel · 35 hours ago
  7. cb093e3 [libc] Correct hidden attribute on __restore_rt (#220039) by Jackson Stogel · 35 hours ago
  8. 43a9a99 [libc][exit] Use LIBC_CONSTINIT macro to allow pre-C++20 compilation (#220041) by Jackson Stogel · 35 hours ago
  9. 3208241 [libc] Add missing MPFR-based tests for f16 and bf16 math functions (#218281) by tht2005 · 3 days ago
  10. 06d9fc4 [libc] Disable float16 on 32-bit x86 without SSE2 (#219675) by windsunil · 4 days ago
  11. 9dd191a [libc] Add placeholder for sys/mount.h Linux header. (#219127) by Alexey Samsonov · 4 days ago
  12. 913d2ec [libc] Add redirecting headers sys/vfs.h and sys/syslog.h on Linux. (#219118) by Alexey Samsonov · 4 days ago
  13. 7e8453f [libc] Fix types provided by fcntl.h header. (#219121) by Alexey Samsonov · 4 days ago
  14. 895fc8d [libc] Provide fnmatch.h header and fnmatch() function stub. (#219321) by Alexey Samsonov · 5 days ago
  15. d1a4fcd [libc][math] Implement single precision lgamma function (#205490) by Anonmiraj · 5 days ago
  16. 895eeca [libc][time] Add timer_settime and timer_gettime functions. (#219360) by lntue · 5 days ago
  17. 513c668 [libc][math] Extend iscanonical macro to _Float16 and float128 (#204981) by jofrn · 5 days ago
  18. 92b4b50 [libc] Add stubs for POSIX netdb.h and getaddrinfo (#219337) by Alexey Samsonov · 5 days ago
  19. 3d34df1 [libc] Do not suppress -Wvla-cxx-extension for older clang versions. (#219342) by lntue · 5 days ago
  20. 9903b40 [libc] Fix some warnings. (#219252) by lntue · 5 days ago
  21. 56e8dc5 [libc][time] Add struct itimerspec. (#219325) by lntue · 5 days ago
  22. 60a9f14 [libc] Add self-define for sigev_notify_thread_id field. (#219067) by Alexey Samsonov · 6 days ago
  23. 3775e68 [libc] Add stubs for tzset, tzname, timezone, and daylight. (#218979) by Alex Strelnikov · 6 days ago
  24. 512bec2 [libc][AArch64] Make mathvec/aarch64/expf.cpp compile big-endian (#218945) by Simon Tatham · 6 days ago
  25. a3aea3e [libc] Fix a typo in getrusage.h header guard. (#219028) by Vadim Kotov · 6 days ago
  26. 1320b27 [libc] Fix subnormal performance in strtod/strtof (#218991) by Michael Hoisie · 6 days ago
  27. 7c63374 [libc] Enable bare-metal hermetic tests on Arm (#207361) by Volodymyr Turanskyy · 7 days ago
  28. 76077d9 [libc] Slight optimization for small send_n / recv_n buffers (#218551) by Joseph Huber · 7 days ago
  29. 7816743 [libc] Disable fenv tests that don't work in Arm/AArch64 softfp (#217334) by Victor Campos · 7 days ago
  30. 0edc510 [libc] Only use the x86_64 sqrt inline asm on x86_64 (#218721) by Lewis Crawford · 7 days ago
  31. 02081aa [libc] Add stub for confstr (#218789) by Michael Jones · 7 days ago
  32. 31e5d29 [libc] Implement getrusage and corresponding unit tests. (#217684) by Vadim Kotov · 7 days ago
  33. 99d6bf3 [libc] Move strfrom* test cases into each respective unit test. (#218474) by Alex Strelnikov · 7 days ago
  34. 59ff86e [libc] Add <grp.h> POSIX header. (#218585) by Alexey Samsonov · 7 days ago
  35. a12fa56 [libc] Add sysconf(_SC_CLK_TCK) on Linux. (#218541) by Alexey Samsonov · 7 days ago
  36. 41cee08 [libc] Port wait4 to the syscall_wrappers ladder (#218699) by Mikhail R. Gadelha · 8 days ago
  37. d2184ca [libc] Add Operator Overloads for Float80 (#214493) by Zorojuro · 8 days ago
  38. 3ac5153 [libc] Float80 Emulation in LLVM libc (#214447) by Zorojuro · 8 days ago
  39. 43b582e [libc] Implement clock_getcpuclockid on Linux. (#218531) by Alexey Samsonov · 8 days ago
  40. fcac263 [libc][builtins] add cmp_helper for compiler-rt soft-float comparisons (#212649) by hulxv · 8 days ago
  41. ba1567d [libc][math] Integer-only, statically rounded implementation of expf (#209406) by Hoàng Minh Thiên · 10 days ago
  42. 4a5f97d [libc][time] Implement timer_create and timer_delete. (#217920) by lntue · 11 days ago
  43. 9da4c29 [libc] Update NSIG value and usage on Linux. (#217481) by Alexey Samsonov · 11 days ago
  44. 8a07ae7 [libc] Implement sysinfo (#217471) by Michael Jones · 11 days ago
  45. 44c97a3 [libc] Add pthread_getstack_np extension (#217049) by Pavel Labath · 12 days ago
  46. 75616d9 [libc][math] Add some explicit macro checks to round and roundf. (#217822) by lntue · 12 days ago
  47. 8bc213f [libc] Avoid add_with_carry name shadowing issue (#215815) by Lewis Crawford · 12 days ago
  48. 11d7f2d [libc] Make classification functions use the emulated float128 type (#217134) by Zorojuro · 12 days ago
  49. 5d1a7ba [libc] Modify `truncf128` to use emulated Float128 type (#216560) by Zorojuro · 12 days ago
  50. 8bbe89b [libc] Modify `rint` functions to use emulated Float128 type (#217070) by Zorojuro · 12 days ago
  51. 204c006 [libc] Add struct sigevent definition and proxy header. (#217699) by lntue · 12 days ago
  52. 1a7958d [libc] Fix add_sub for Emulated Types (#217344) by Zorojuro · 13 days ago
  53. cb8ce70 [libc] Implement `execle` (#217213) by Bhavesh M · 13 days ago
  54. cd78f08 [libc] Minor fixes/additions to signal.h header. (#217469) by Alexey Samsonov · 13 days ago
  55. 4bb048b [libc] Modify `roundevenf128` to use emulated Float128 type (#216568) by Zorojuro · 14 days ago
  56. 3ab5e9a [libc] Gate long double assertions that fail in long double = float64 targets (#217346) by Victor Campos · 14 days ago
  57. ff9c331 [libc] Add support for wchar_t in StringConverter. (#211867) by Alex Strelnikov · 14 days ago
  58. 56d6201 [libc] Modify `fmaxf128` and `fminf128` to use emulated Float128 type (#216575) by Zorojuro · 14 days ago
  59. ddb5348 [libc] Make `lroundf128` and `llroundf128` use the emulated float128 type (#216829) by Zorojuro · 14 days ago
  60. d781cff [libc] Modify nearbyintf128 to use emulated Float128 type (#217025) by Zorojuro · 14 days ago
  61. 22f0811 [libc] Modify `roundf128` to use emulated Float128 type (#216563) by Zorojuro · 14 days ago
  62. c42e60b [libc] Modify `atan2f128` to use emulated Float128 type (#216508) by Zorojuro · 14 days ago
  63. 71dbc83 [libc] Convert test framework libraries to standard target infrastructure (#216931) by Pavel Labath · 14 days ago
  64. 227f885 [libc] Refactor thread.h (#216943) by Pavel Labath · 14 days ago
  65. af42b12 [libc] Assorted improvements to FixedVector (#217010) by Pavel Labath · 14 days ago
  66. 04dab5c [libc] Make sqrtf128 use emulated float128 (#216500) by Zorojuro · 14 days ago
  67. 4cd0847 [libc] Implement system function (#211672) by Michael Jones · 2 weeks ago
  68. 4685441 [libc] Implement freopen (#207837) by Michael Jones · 2 weeks ago
  69. 2abd2cf [libc] Create syslog.h header and add several symbolic constants. (#216776) by Alexey Samsonov · 2 weeks ago
  70. 0b6fe68 [libc] Implement sys/sysmacros.h Linux header. (#216865) by Alexey Samsonov · 2 weeks ago
  71. 2e4a7a4 [libc] Modify `floorf128` to use emulated Float128 type (#216552) by Zorojuro · 2 weeks ago
  72. 9e42389 [libc] Drop .unit/.hermetic suffix from test support libraries (#216689) by Pavel Labath · 2 weeks ago
  73. 588fa51 Reland "[libc] Add realpath to linux entrypoints" (#212925) (#216869) by Jackson Stogel · 2 weeks ago
  74. 462ac43 [libc][realpath][test] Allow test directory to contain symlinks (#216828) by Jackson Stogel · 2 weeks ago
  75. 20fd93c [libc] Add a couple of constants to elf.h. (#216784) by Alexey Samsonov · 2 weeks ago
  76. 4b89114 [libc][test] Condition out tests that can't work on bare metal (#215830) by Simon Tatham · 2 weeks ago
  77. 45049d3 [libc] Fix {asc,c,gm,mk}time(_r)? tests and spurios snprintf call (#216423) by Pavel Labath · 2 weeks ago
  78. c8b45b3 [libc] Fix FreeBSD build for 53-bit-rounded fp80s (#216332) by Lewis Crawford · 2 weeks ago
  79. 1b38233 [libc] Remove (weak) __cxa_thread_finalize (#216081) by Pavel Labath · 2 weeks ago
  80. bf23904 [libc] Make ceilf128 use the emulated float128 type (#207735) by Zorojuro · 2 weeks ago
  81. b690d59 [libc] Fix link errors in some hermetic tests (#216406) by Pavel Labath · 3 weeks ago
  82. 84f5c61 [libc] Implement TLSF FreeStore with Trie Overflow Bin (#203415) by Schrodinger ZHU Yifan · 3 weeks ago
  83. 4f6b6a4 [libc][math] Fix -Wc++23-extensions warnings in erfcf16 and erff16. (#215613) by original-cooling-space · 3 weeks ago
  84. 95e5ea6 [libc][Semaphore] Fix tests - remove APPEND_LIBC_TEST macro uses. (#216219) by Alexey Samsonov · 3 weeks ago
  85. 23df4aa [libc][Semaphore] Add public sem_t type and entry (#213489) by Pengxiang Huang · 3 weeks ago
  86. 6dddf0a [libc][x86] Enable memcpy NTA stores by default. (#216149) by Alexey Samsonov · 3 weeks ago
  87. ebbc772 [libc] Add `NEED_MPFR_F128` argument to add_fp_unittest. (#215657) by Zorojuro · 3 weeks ago
  88. fd36e2f [libc] Populate _r_debug in startup code and expose it through <link.h> (#215649) by Pavel Labath · 3 weeks ago
  89. d422d92 [libc][test] Avoid getauxval dependency for bare-metal AArch64 (#215509) by Mark Murray · 3 weeks ago
  90. 3df3640 [libc] Remove APPEND_LIBC_TEST (#215869) by Pavel Labath · 3 weeks ago
  91. 2d50813 [libc] Implement tmpfile and corresponding tests (#213396) by Vadim Kotov · 3 weeks ago
  92. 8a615fd [libc][NFC] Replace `LIBC_TYPES_HAS_FLOAT128` with `LIBC_TYPES_HAS_NATIVE_FLOAT128` (#215605) by Zorojuro · 3 weeks ago
  93. 46c93b4 [libc] Run tests in matching build configurations only (#215333) by Pavel Labath · 3 weeks ago
  94. 206c35e [libc] Implement expected<void, E> and use it in internal utilities (#215020) by Pavel Labath · 3 weeks ago
  95. 66dd7dc [libc] Annotate RPC members as global pointers (#215412) by Joseph Huber · 3 weeks ago
  96. 02c468c [libc] Relax read errno check (#215053) by Pavel Labath · 3 weeks ago
  97. f695341 [libc] Fix HermeticTestUtils signature of operator delete (#215041) by Pavel Labath · 3 weeks ago
  98. b28391c Revert "[libc] Add realpath to linux entrypoints" (#215156) by Jackson Stogel · 3 weeks ago
  99. 4879354 [libc] Add realpath to linux entrypoints (#212925) by Jackson Stogel · 3 weeks ago
  100. 6fd5620 [libc] Disable read() on linux/arm (#215035) by Pavel Labath · 3 weeks ago