1. c8226ec Merge "Revert "Enable the scudo native allocator."" by Christopher Ferris · 6 years ago
  2. 39d9156 Merge "Export the unwinder implementation from libc." by Peter Collingbourne · 6 years ago
  3. 9981a1d Revert "Enable the scudo native allocator." by Anna Trostanetski · 6 years ago
  4. b72fed1 Merge "allow for heapprofd's signal to be multiplexed" by Ryan Savitski · 6 years ago
  5. 175c886 allow for heapprofd's signal to be multiplexed by Ryan Savitski · 6 years ago
  6. b198958 Enable the scudo native allocator. by Christopher Ferris · 6 years ago
  7. 6a363f7 Let libmemunreachable use bionic_libc_platform_headers. by Peter Collingbourne · 6 years ago
  8. f2b1e03 Export the unwinder implementation from libc. by Peter Collingbourne · 6 years ago
  9. 6dfde98 Merge "Add an android_mallopt for controlling the heap tagging level." by Peter Collingbourne · 6 years ago
  10. 1e110fb Add an android_mallopt for controlling the heap tagging level. by Peter Collingbourne · 6 years ago
  11. 5074e7d Move sigrtmin.h into platform headers. by Josh Gao · 6 years ago
  12. 5105ece Revert "Enable the scudo native allocator." by Ytai Ben-tsvi · 6 years ago
  13. 6ffbe97 Enable the scudo native allocator. by Christopher Ferris · 6 years ago
  14. 35ee9d9 Merge "Add scsi directory" by Wenhao Wang · 6 years ago
  15. 69537f1 Add scsi directory by Wenhao Wang · 6 years ago
  16. e1fd409 Add support for scudo svelte. by Christopher Ferris · 6 years ago
  17. 570de33 Stop linking ndk_cruft*.cpp into libc.a. by Peter Collingbourne · 6 years ago
  18. c6b38ae Sync with upstream OpenBSD strstr(). by Elliott Hughes · 6 years ago
  19. b061e77 Link libgcc_stripped into libc.so and libm.so with --whole-archive on ARM. by Peter Collingbourne · 6 years ago
  20. 97c4309 bionic: libc: remove -Wimplicit-fallthrough by Nick Desaulniers · 6 years ago
  21. 249757b Use ifuncs in the linker by Ryan Prichard · 6 years ago
  22. e99912f Define ANDROID_EXPERIMENTAL_MTE if the product variable experimental_mte is enabled. by Peter Collingbourne · 6 years ago
  23. 36a5644 Pass -ffreestanding when compiling ifunc resolvers. by Peter Collingbourne · 6 years ago
  24. 900d07d Add arm64 string.h function implementations for use with hardware supporting MTE. by Peter Collingbourne · 6 years ago
  25. 609d6ec Merge "Adopt GNU calling convention for ifunc resolvers." by Peter Collingbourne · 6 years ago
  26. ca3f8e4 sleep/usleep: switch to trivial implementations. by Elliott Hughes · 6 years ago
  27. e949195 Adopt GNU calling convention for ifunc resolvers. by Peter Collingbourne · 6 years ago
  28. 22a6a05 Move dl_unwind_find_exidx from libdl.a to libc.a by Ryan Prichard · 6 years ago
  29. e9ff762 Merge "Reimplement the <ctype.h> is* functions." by Elliott Hughes · 6 years ago
  30. a4959aa Reimplement the <ctype.h> is* functions. by Elliott Hughes · 6 years ago
  31. e87e0dc Restrict the availability of the bionic libs by Jiyong Park · 6 years ago
  32. e55e5ee Make it easy to switch between scudo and jemalloc. by Christopher Ferris · 6 years ago
  33. 82ee3a0 Merge "Optimize tolower(3)/toupper(3) from <ctype.h>." by Elliott Hughes · 6 years ago
  34. d24c14d Merge "Make tls related header files platform accessible." by Christopher Ferris · 6 years ago
  35. 1c8a2a9 Optimize tolower(3)/toupper(3) from <ctype.h>. by Elliott Hughes · 6 years ago
  36. c5d3a43 Make tls related header files platform accessible. by Christopher Ferris · 6 years ago
  37. 7eb851c Disable sanitization of crt objects. by Peter Collingbourne · 6 years ago
  38. ae03b12 Remove global seccomp list. by Elliott Hughes · 6 years ago
  39. 2b0638e Make bionic_malloc.h a platform header. by Christopher Ferris · 6 years ago
  40. 261bd74 Support statvfs on API levels before 19. by Elliott Hughes · 6 years ago
  41. 03ff436 Use the new sort_bss_symbols_by_size option for libc by Vic Yang · 7 years ago
  42. 6b5cb03 Add bionic_libc_private_headers for use by art by Paul Duffin · 7 years ago
  43. 3975431 Merge "Add avx2 version of wmemset in binoic" by Elliott Hughes · 7 years ago
  44. 4ed2f47 Add avx2 version of wmemset in binoic by Shalini Salomi Bodapati · 7 years ago
  45. 5c6a3f9 libnetd_client: support hooking sendto/sendmsg/sendmmsg too. by Elliott Hughes · 7 years ago
  46. 6cfd9a1 Merge "Clean up no_libgcc" by Yi Kong · 7 years ago
  47. 1b61d78 Build 32-bit ARM assembler with -mno-restrict-it. by Elliott Hughes · 7 years ago
  48. cd3155d Clean up no_libgcc by Yi Kong · 7 years ago
  49. dfde0ee Change SANITIZE_TARGET refs from 'coverage' to 'fuzzer'. by Mitch Phillips · 7 years ago
  50. 17e7c75 Disable native_coverage for scudo-related libraries by Pirama Arumuga Nainar · 7 years ago
  51. 0c0f6fb Keep .debug_frame on arm 32. by Christopher Ferris · 7 years ago
  52. bff53b2 libc: import ARM strcmp from newlib by Jake Weinstein · 9 years ago
  53. 7f04880 Enable native_bridge_support by dimitry · 7 years ago
  54. f5eaea3 Merge "Move /system dependency on tz_version to bionic" by Neil Fuller · 7 years ago
  55. a7db90f Move /system dependency on tz_version to bionic by Neil Fuller · 7 years ago
  56. 8c3140a Merge "threads.h: Add C11 thread support." by Elliott Hughes · 7 years ago
  57. 4206711 threads.h: Add C11 thread support. by Elliott Hughes · 7 years ago
  58. 7f3527f Merge "Implement __gnu_[u]ldivmod_helper methods in libc" by Yi Kong · 7 years ago
  59. b410d0e Implement __gnu_[u]ldivmod_helper methods in libc by Yi Kong · 7 years ago
  60. 1311545 Merge "Reland ifuncs for strcmp and strlen." by Elliott Hughes · 7 years ago
  61. 927fe99 Reland ifuncs for strcmp and strlen. by Elliott Hughes · 7 years ago
  62. 782c485 Generate assembler system call stubs via genrule. by Elliott Hughes · 7 years ago
  63. d67b037 libc: generate syscall stubs in one big file... by Elliott Hughes · 7 years ago
  64. 3ff116a Load libc_malloc_* libraries from the runtime APEX by Jiyong Park · 7 years ago
  65. fc26d71 Create a lib that uses scudo instead of jemalloc. by Christopher Ferris · 7 years ago
  66. efd25a0 Move x86 and x86_64 libc to use libcrt by Yi Kong · 7 years ago
  67. 1fc5ccf Add a platform API for setting an allocation limit. by Christopher Ferris · 7 years ago
  68. 036e09c Don't install *.mountpoint targets by Jiyong Park · 7 years ago
  69. 6c619a0 Refactor the malloc_info code. by Christopher Ferris · 7 years ago
  70. e3d90de Switch libm to libcrt.builtins by Yi Kong · 7 years ago
  71. dced813 Revert "Revert "Turn on XOM for libc"" by Jeffrey Vander Stoep · 7 years ago
  72. d119269 Revert "Turn on XOM for libc" by Yi Kong · 7 years ago
  73. 51b8255 Turn on XOM for libc by Yi Kong · 7 years ago
  74. 165b1cf Switch libc to libcrt.builtins by Yi Kong · 7 years ago
  75. 0197b0a Merge "Use no_libcrt property instead of hard coding projects to exclude" by Treehugger Robot · 7 years ago
  76. e4cdbc4 Refactor malloc common into distinct pieces. by Christopher Ferris · 7 years ago
  77. 16f9472 Use no_libcrt property instead of hard coding projects to exclude by Yi Kong · 7 years ago
  78. 01809e1 Switch to OpenBSD div/ldiv/lldiv. by Elliott Hughes · 7 years ago
  79. fbac97a Move NetBSD string routines to OpenBSD. by Elliott Hughes · 7 years ago
  80. a5f914a Add bionic mount points under /bionic by Jiyong Park · 7 years ago
  81. 083d850 Move the linker allocator into libc by Ryan Prichard · 7 years ago
  82. 011523f Merge changes If330efda,I34864837,I8bc5c1cb by Martijn Coenen · 7 years ago
  83. d269d9b Add support for seccomp filter that limits setresuid/setresgid. by Martijn Coenen · 7 years ago
  84. c3752be Create APP_ZYGOTE seccomp policy. by Martijn Coenen · 7 years ago
  85. 0c6de75 genfunctosyscallnrs: maps bionic functions to syscall numbers. by Martijn Coenen · 7 years ago
  86. 17af91b Add libc_headers header lib by Logan Chien · 7 years ago
  87. 6903fb8 libc: Sort symbols by size to reduce dirty pages by Vic Yang · 7 years ago
  88. 45d1349 Reorganize static TLS memory for ELF TLS by Ryan Prichard · 7 years ago
  89. 98564b8 Merge changes from topic "move_bionic_to_apex" by Treehugger Robot · 7 years ago
  90. 45024fe Add ARM EABI function __aeabi_read_tp by Ryan Prichard · 7 years ago
  91. c45fe9f Add stubs variants for bionic libs by Jiyong Park · 7 years ago
  92. d19b3c5 Generate the per-arch .map files at build time. by Elliott Hughes · 7 years ago
  93. e4788d4 No ifunc for strcmp and strlen by Haibo Huang · 7 years ago
  94. 5c92d9e Merge "Introduce filegroups for libc sources" by Dimitry Ivanov · 7 years ago
  95. 9131b4a Remove cruft. by Elliott Hughes · 7 years ago
  96. c0c0ef6 Introduce filegroups for libc sources by dimitry · 7 years ago
  97. 01bfd89 Remove denver from bionic by Haibo Huang · 7 years ago
  98. c69218d Merge "Prevent dependency cycle due to system_shared_libs expansion" by Dan Willemsen · 7 years ago
  99. 6b3be17 Prevent dependency cycle due to system_shared_libs expansion by Dan Willemsen · 7 years ago
  100. eebf5fd Reduce strerror(3)'s impact on .data.rel.ro. by Elliott Hughes · 7 years ago