1. 2bdf22e bionic: libc: WriteProtected use max_page_size() by Kalesh Singh · 2 years ago
  2. 307bae7 bionic: Introduce max_page_size() by Kalesh Singh · 2 years ago
  3. c983dbf Merge "Point to the riscv64 psABI frame pointer documentation." into main by Elliott Hughes · 2 years ago
  4. f9571ec Point to the riscv64 psABI frame pointer documentation. by Elliott Hughes · 2 years ago
  5. 6e73f92 Merge changes from topic "bionic no page size macro" into main by Juan Yescas · 2 years ago
  6. 7de2012 bionic: PAGE_SIZE macro won't be used in page size agnostic targets by Juan Yescas · 2 years ago
  7. 49fdb0b bionic: Use getauxval(AT_PAGESZ) for page agnostic targets by Juan Yescas · 2 years ago
  8. c5c913b Merge "Clarify a confusing passage in the docs." into main by Treehugger Robot · 2 years ago
  9. 9b81e58 Clarify a confusing passage in the docs. by Elliott Hughes · 2 years ago
  10. 20ad912 Merge "Rename prop_bt." into main by Elliott Hughes · 2 years ago
  11. c37aa7a Rename prop_bt. by Elliott Hughes · 2 years ago
  12. b88dba9 Merge "linker_block_alloctor: Remove 4k page size assumption" into main by Kalesh Singh · 2 years ago
  13. 8b96b46 Merge "Use L() in libc/arch-x86_64/bionic/*.S." into main by Treehugger Robot · 2 years ago
  14. 1982dce Merge changes I1a60d6ef,Idabf0107 into main by Dan Albert · 2 years ago
  15. 072ff57 Use L() in libc/arch-x86_64/bionic/*.S. by Elliott Hughes · 2 years ago
  16. 6b2aa54 Merge "Add the L() macro for local labels to <private/bionic_asm.h>." into main by Treehugger Robot · 2 years ago
  17. ff8e00e linker_block_alloctor: Remove 4k page size assumption by Kalesh Singh · 2 years ago
  18. 636b9b9 Merge "Increase time to set allocation limit." into main by Christopher Ferris · 2 years ago
  19. b000788 Merge "Update NOTICE file." into main by Treehugger Robot · 2 years ago
  20. 23c97e9 Merge "Fix signature of mbstate_reset_and_return." into main by Treehugger Robot · 2 years ago
  21. 007bb4d Merge changes Ia6b8cff4,I390ea200 into main by Treehugger Robot · 2 years ago
  22. e1fbf3e Merge changes I51c6536e,Ifa0a555e,Iead5eb01,I11236609,Ia307cbd6 into main by Dan Albert · 2 years ago
  23. bc192cf Add the L() macro for local labels to <private/bionic_asm.h>. by Elliott Hughes · 2 years ago
  24. e9ffc52 Increase time to set allocation limit. by Christopher Ferris · 2 years ago
  25. 16007d5 Fix result for zero-length non-null conversion. by Dan Albert · 2 years ago
  26. 013d747 Fix signature of mbstate_reset_and_return. by Dan Albert · 2 years ago
  27. a9e914d Make multibyte result constants public. by Dan Albert · 2 years ago
  28. 3a8fed1 Fix mismatched return types for surrogate pairs. by Dan Albert · 2 years ago
  29. 9f30c6b Disable 0b parsing test for glibc. by Dan Albert · 2 years ago
  30. a137234 Update NOTICE file. by Elliott Hughes · 2 years ago
  31. 9a80691 Merge "Sync upstream FreeBSD libm." into main by Elliott Hughes · 2 years ago
  32. a40159f Improve output for failed wcsto* tests. by Dan Albert · 2 years ago
  33. 9f78c51 Add missing setlocale/uselocale for glibc tests. by Dan Albert · 2 years ago
  34. 5325653 Fix test for out of range multibyte characters. by Dan Albert · 2 years ago
  35. 4088e3a Sync upstream FreeBSD libm. by Elliott Hughes · 2 years ago
  36. 512469a Fix wchar tests for zero length conversions. by Dan Albert · 2 years ago
  37. 686e67d Fix wcsto*_l tests for glibc. by Dan Albert · 2 years ago
  38. e31c863 Merge "Define gettid symbol when testing on glibc < 2.30" into main by Treehugger Robot · 2 years ago
  39. 704e4e6 Define gettid symbol when testing on glibc < 2.30 by Tomasz Wasilczyk · 2 years ago
  40. 249ae82 Merge "riscv64: inline raise." into main by Elliott Hughes · 2 years ago
  41. 0e5b89c riscv64: inline raise. by Elliott Hughes · 2 years ago
  42. 85beace Merge "libm/libc: remove 'allow_untyped_symbols' flags" into main by Matthias Männich · 2 years ago
  43. 68cbdca libm/libc: remove 'allow_untyped_symbols' flags by Matthias Maennich · 2 years, 1 month ago
  44. 2df6e5f Merge "riscv64: use vdso for __riscv_hwprobe()." into main by Elliott Hughes · 2 years ago
  45. 95936ae Merge "riscv64: pass a null argument to ifunc resolvers." into main by Elliott Hughes · 2 years ago
  46. 1af07a9 Merge "avx2 memset: add missing `vzeroupper`." into main by Elliott Hughes · 2 years ago
  47. b08f79a riscv64: pass a null argument to ifunc resolvers. by Elliott Hughes · 2 years ago
  48. 9a7d048 riscv64: use vdso for __riscv_hwprobe(). by Elliott Hughes · 2 years ago
  49. 8a2f035 Merge "Don't assume size of functions." into main by Florian Mayer · 2 years ago
  50. c4d3867 Merge "riscv64: add <sys/hwprobe.h>." into main by Elliott Hughes · 2 years ago
  51. 8fc5ab4 Don't assume size of functions. by Florian Mayer · 2 years ago
  52. f3d6b44 riscv64: add <sys/hwprobe.h>. by Elliott Hughes · 2 years ago
  53. 7c95495 avx2 memset: add missing `vzeroupper`. by Elliott Hughes · 2 years ago
  54. 6e60191 Merge "Hold the loader mutex in linker_main once constructors are running" into main by Ryan Prichard · 2 years ago
  55. 504590d Merge changes I9c181568,Ic0b08511 into main by Ryan Prichard · 2 years ago
  56. 78a74b0 Merge "No tombstones under normal bionic unit tests run." into main by Christopher Ferris · 2 years ago
  57. 15c22cd No tombstones under normal bionic unit tests run. by Christopher Ferris · 2 years ago
  58. 1b42f8b Merge "Mark death tests properly." into main by Christopher Ferris · 2 years ago
  59. c833fab Mark death tests properly. by Christopher Ferris · 2 years ago
  60. 18d856e Add aligned_alloc to linker_memory.cpp by Ryan Prichard · 2 years ago
  61. 3714f21 Add missing assert.h include by Ryan Prichard · 2 years ago
  62. 9a027c7 Hold the loader mutex in linker_main once constructors are running by Ryan Prichard · 2 years ago
  63. 1b61cbf Merge "Fix potential flakiness in android_mallopt test." into main by Christopher Ferris · 2 years ago
  64. fe13041 Fix potential flakiness in android_mallopt test. by Christopher Ferris · 2 years ago
  65. 5684b72 Merge "Reuse the libm scalbn() as ldexp()." into main by Elliott Hughes · 2 years ago
  66. 23f67fb Merge "Disable uchar.start_state test for musl." into main by Treehugger Robot · 2 years ago
  67. 09d3b50 Disable uchar.start_state test for musl. by Dan Albert · 2 years ago
  68. c204334 Reuse the libm scalbn() as ldexp(). by Elliott Hughes · 2 years ago
  69. c1c39ca Merge "Add missing setlocale calls in tests." into main by Treehugger Robot · 2 years ago
  70. a0d0e35 Add missing setlocale calls in tests. by Dan Albert · 2 years, 1 month ago
  71. a8a9c09 Merge "Fix another over-long UTF-8 sequence test." into main by Treehugger Robot · 2 years ago
  72. 876f366 Merge changes I0845fdee,I879de1e8 into main by Treehugger Robot · 2 years ago
  73. ab9028c Merge "De-pessimize SigSetConverter usage." into main by Elliott Hughes · 2 years ago
  74. 87e7955 Merge "Sync upstream NetBSD." into main by Treehugger Robot · 2 years ago
  75. 6de9b74 Merge "Sync upstream OpenBSD." into main by Treehugger Robot · 2 years ago
  76. 8a77130 Merge "Sync upstream FreeBSD libm (trivial changes)." into main by Treehugger Robot · 2 years ago
  77. a1fa960 Merge "Sync upstream FreeBSD libm (real changes)." into main by Treehugger Robot · 2 years ago
  78. b6dda03 Merge "Sync upstream FreeBSD (qsort)." into main by Treehugger Robot · 2 years, 1 month ago
  79. 5220645 Merge changes Iac46bc9c,I4f853107 into main by Treehugger Robot · 2 years, 1 month ago
  80. f0d6c0a Merge "Sync with upstream FreeBSD." into main by Treehugger Robot · 2 years, 1 month ago
  81. f5b8c7d Fix another over-long UTF-8 sequence test. by Dan Albert · 2 years, 1 month ago
  82. ef8e158 Fix mbrtoc16 reserved range test for musl. by Dan Albert · 2 years, 1 month ago
  83. 78da292 Invert over-long UTF-8 bool for readability. by Dan Albert · 2 years, 1 month ago
  84. 1e8e0c1 Fix surrogate pair deocding for musl/glibc. by Dan Albert · 2 years, 1 month ago
  85. b9bc509 Add musl handling in run-on-host.sh. by Dan Albert · 2 years, 1 month ago
  86. 1b256de Merge changes Ia7dd2ded,I9e85a9ae,Id7436404 into main by Dan Albert · 2 years, 1 month ago
  87. 65ab63b Sync upstream FreeBSD (qsort). by Elliott Hughes · 2 years, 1 month ago
  88. 8810bd7 Sync upstream FreeBSD libm (real changes). by Elliott Hughes · 2 years, 1 month ago
  89. c1e46b6 Sync upstream FreeBSD libm (trivial changes). by Elliott Hughes · 2 years, 1 month ago
  90. ac496ec Sync upstream OpenBSD. by Elliott Hughes · 2 years, 1 month ago
  91. 60260e2 Sync upstream NetBSD. by Elliott Hughes · 2 years, 1 month ago
  92. 523b03a Sync with upstream FreeBSD. by Elliott Hughes · 2 years, 1 month ago
  93. 215baed De-pessimize SigSetConverter usage. by Elliott Hughes · 2 years, 1 month ago
  94. 46f1873 Merge "Fix duplicate symbols error in bionic" into main by Zijun Zhao · 2 years, 1 month ago
  95. 9a9bbe5 Fix uchar.mbrtoc16_zero_len for glibc and musl. by Dan Albert · 2 years, 1 month ago
  96. 9fa76f1 Fix mbrtoc32 tests for out of range code points. by Dan Albert · 2 years, 1 month ago
  97. 0b8fbdf Fix mbrtoc32 test for musl and glibc. by Dan Albert · 2 years, 1 month ago
  98. 0b310d9 Merge "Remove unused _ARC4_ATFORK() macro." into main by Treehugger Robot · 2 years, 1 month ago
  99. b88a23e Merge "Fix the (unused) return type for readlinkat() in SYSCALLS.TXT." into main by Treehugger Robot · 2 years, 1 month ago
  100. f9a9537 Remove unused _ARC4_ATFORK() macro. by Elliott Hughes · 2 years, 1 month ago