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