1. db0c6de Fix visibility rules. by Baligh Uddin · 5 years ago
  2. 0cdf132 Expose per-process memory init. by Steven Moreland · 5 years ago
  3. 5d3aa86 Add an API for per-process disabling memory initialization. by Peter Collingbourne · 5 years ago
  4. 15a05a7 No global ThinLTO for bionic by Yi Kong · 5 years ago
  5. bda8558 Merge "Avoid explicit use of "10000" in build files." by Dan Albert · 5 years ago
  6. 379ed1e Explicitly add the include path for android_filesystem_config.h by Tom Cherry · 5 years ago
  7. d0ecf0b Adding system property tracing by Bowgo Tsai · 6 years ago
  8. 48943b2 Avoid explicit use of "10000" in build files. by Dan Albert · 5 years ago
  9. d4d7efc Merge "Add a thread-properties API (Based on proposal at https://sourceware.org/glibc/wiki/ThreadPropertiesAPI)" by Vy Nguyen · 5 years ago
  10. dc503f6 Create per-API versions of the CRT objects. by Dan Albert · 6 years ago
  11. d500751 Add a thread-properties API by Vy Nguyen · 6 years ago
  12. f08e70a Merge "Reimplement our no-op utmp.h functions more simply." by Elliott Hughes · 5 years ago
  13. 9a1d397 Reimplement our no-op utmp.h functions more simply. by Elliott Hughes · 5 years ago
  14. 422b204 Merge "Switch to musl memmem (via OpenBSD)." by Elliott Hughes · 5 years ago
  15. 5633caa Switch to musl memmem (via OpenBSD). by Elliott Hughes · 5 years ago
  16. e41012f Merge "Enable coverage for libc." by Treehugger Robot · 5 years ago
  17. 8035caa Enable coverage for libc. by Pirama Arumuga Nainar · 6 years ago
  18. 7591bb5 Merge "SCUDO fill options only when USE_SCUDO" by Steven Moreland · 5 years ago
  19. a9208f3 Moving bionic_systrace.cpp out of libc_bionic_ndk by Bowgo Tsai · 5 years ago
  20. 26b0607 Sync with upstream OpenBSD. by Elliott Hughes · 5 years ago
  21. fb65ee4 SCUDO fill options only when USE_SCUDO by Steven Moreland · 5 years ago
  22. ef707f9 Remove references to libc_scudo. by Christopher Ferris · 6 years ago
  23. dbb8670 Use more inclusive language for seccomp filter by Victor Hsieh · 6 years ago
  24. dc39f6e Merge "Adopt remaining MTE string routines." by Peter Collingbourne · 6 years ago
  25. 2361d4e Adopt remaining MTE string routines. by Peter Collingbourne · 6 years ago
  26. 8e0707d Move exit.c from stdlib to bionic subdirectory. by Victor Khimenko · 6 years ago
  27. 642b374 Merge "Define mte_supported() on non-aarch64." by Peter Collingbourne · 6 years ago
  28. acadd09 Speed up seccomp with priority list. by Bram Bonné · 6 years ago
  29. 1beacd4 libc_scudo: Set min_sdk_version to apex_inherit by Jooyung Han · 6 years ago
  30. 1541800 Define mte_supported() on non-aarch64. by Peter Collingbourne · 6 years ago
  31. 262ff01 Merge "Set apex_available property" by Jiyong Park · 6 years ago
  32. 4ede160 Set apex_available property by Jiyong Park · 6 years ago
  33. 073c3dc Merge "Add goldfish-opengl to use bionic_libc_platform_headers" by Treehugger Robot · 6 years ago
  34. 067f518 Add goldfish-opengl to use bionic_libc_platform_headers by Roman Kiryanov · 6 years ago
  35. 82d84bc Make Bionic and kernel system includes explicit in the blueprints. by Martin Stjernholm · 6 years ago
  36. 15c32a8 Set min_sdk_version for mainline dependencies by Jooyung Han · 6 years ago
  37. 5a73e03 [libc] Zero and pattern initialization of heap memory. by Evgenii Stepanov · 6 years ago
  38. 82c1096 Merge "Reland "Make bionic_platform_headers available only for Bionic targets"." by Martin Stjernholm · 6 years ago
  39. b107eab fdtrack: add wrapper for socketpair. by Josh Gao · 6 years ago
  40. 7de4124 fdtrack: add wrapper for eventfd. by Josh Gao · 6 years ago
  41. a276343 Reland "Make bionic_platform_headers available only for Bionic targets". by Martin Stjernholm · 6 years ago
  42. ed95d01 Revert "Make bionic_platform_headers available only for Bionic t..." by Martin Stjernholm · 6 years ago
  43. 249f726 Make bionic_platform_headers available only for Bionic targets. by Martin Stjernholm · 6 years ago
  44. 1d9ccdf Merge "libc: Add stubs.versions=R" by Jooyung Han · 6 years ago
  45. a992a06 x86: Switch get_pc_thunk to comdat by Ryan Prichard · 6 years ago
  46. 23ec142 Merge "Add PTRACE_PEEKTAG to mte_kernel.h." by Peter Collingbourne · 6 years ago
  47. dbfa074 libc: Add stubs.versions=R by Jooyung Han · 6 years ago
  48. 6e316e6 Add PTRACE_PEEKTAG to mte_kernel.h. by Peter Collingbourne · 6 years ago
  49. 379e05f Stop exporting unwinder from arm32 libc.a by Ryan Prichard · 6 years ago
  50. ad9946c libc_header is available to any apex but only visible to certain places by Jiyong Park · 6 years ago
  51. 4b46629 Merge "Set apex_available property" by Treehugger Robot · 6 years ago
  52. 3309b3d [GWP-ASan] Allow libc header access from GWP-ASan. by Mitch Phillips · 6 years ago
  53. 922a5c7 Set apex_available property by Jiyong Park · 6 years ago
  54. 7aa6ba4 Merge "Rewrite __cxa_atexit / __cxa_finalize" by Ryan Prichard · 6 years ago
  55. 7d97c36 Merge "Add 29 to stubs.versions of libc/libdl/libm" by Treehugger Robot · 6 years ago
  56. afa983c Rewrite __cxa_atexit / __cxa_finalize by Ryan Prichard · 6 years ago
  57. 26ddc4d Add 29 to stubs.versions of libc/libdl/libm by Jooyung Han · 6 years ago
  58. 337a5b3 Switch to the arm-optimized-routines string routines on aarch64 where possible. by Peter Collingbourne · 6 years ago
  59. 56a9fda Remove dead code. by Elliott Hughes · 6 years ago
  60. 062eba2 Enable scudo for non-svelte configs. by Christopher Ferris · 6 years ago
  61. f3968e8 [GWP-ASan] Integrate GWP-ASan into bionc's malloc() (using hooks). by Mitch Phillips · 6 years ago
  62. 2968695 Merge "Stop generating unused headers." by Elliott Hughes · 6 years ago
  63. c2faf23 Stop generating unused headers. by Elliott Hughes · 6 years ago
  64. 5f45c18 Add an android_unsafe_frame_pointer_chase function. by Peter Collingbourne · 6 years ago
  65. 9727192 Add a tool to track down fd leaks. by Josh Gao · 6 years ago
  66. 4df29ed Update to remove direct include of jemalloc_new. by Christopher Ferris · 6 years ago
  67. 29546b9 Merge "Make ramdisk_available." by Yifan Hong · 6 years ago
  68. 22fb267 Reimplement realpath. by Elliott Hughes · 6 years ago
  69. 5a39cee Make ramdisk_available. by Yifan Hong · 6 years ago
  70. c8226ec Merge "Revert "Enable the scudo native allocator."" by Christopher Ferris · 6 years ago
  71. 39d9156 Merge "Export the unwinder implementation from libc." by Peter Collingbourne · 6 years ago
  72. 9981a1d Revert "Enable the scudo native allocator." by Anna Trostanetski · 6 years ago
  73. b72fed1 Merge "allow for heapprofd's signal to be multiplexed" by Ryan Savitski · 6 years ago
  74. 175c886 allow for heapprofd's signal to be multiplexed by Ryan Savitski · 6 years ago
  75. b198958 Enable the scudo native allocator. by Christopher Ferris · 6 years ago
  76. 6a363f7 Let libmemunreachable use bionic_libc_platform_headers. by Peter Collingbourne · 6 years ago
  77. f2b1e03 Export the unwinder implementation from libc. by Peter Collingbourne · 6 years ago
  78. 6dfde98 Merge "Add an android_mallopt for controlling the heap tagging level." by Peter Collingbourne · 6 years ago
  79. 1e110fb Add an android_mallopt for controlling the heap tagging level. by Peter Collingbourne · 6 years ago
  80. 5074e7d Move sigrtmin.h into platform headers. by Josh Gao · 6 years ago
  81. 5105ece Revert "Enable the scudo native allocator." by Ytai Ben-tsvi · 6 years ago
  82. 6ffbe97 Enable the scudo native allocator. by Christopher Ferris · 6 years ago
  83. 35ee9d9 Merge "Add scsi directory" by Wenhao Wang · 6 years ago
  84. 69537f1 Add scsi directory by Wenhao Wang · 6 years ago
  85. e1fd409 Add support for scudo svelte. by Christopher Ferris · 6 years ago
  86. 570de33 Stop linking ndk_cruft*.cpp into libc.a. by Peter Collingbourne · 6 years ago
  87. c6b38ae Sync with upstream OpenBSD strstr(). by Elliott Hughes · 6 years ago
  88. b061e77 Link libgcc_stripped into libc.so and libm.so with --whole-archive on ARM. by Peter Collingbourne · 6 years ago
  89. 97c4309 bionic: libc: remove -Wimplicit-fallthrough by Nick Desaulniers · 6 years ago
  90. 249757b Use ifuncs in the linker by Ryan Prichard · 6 years ago
  91. e99912f Define ANDROID_EXPERIMENTAL_MTE if the product variable experimental_mte is enabled. by Peter Collingbourne · 6 years ago
  92. 36a5644 Pass -ffreestanding when compiling ifunc resolvers. by Peter Collingbourne · 6 years ago
  93. 900d07d Add arm64 string.h function implementations for use with hardware supporting MTE. by Peter Collingbourne · 6 years ago
  94. 609d6ec Merge "Adopt GNU calling convention for ifunc resolvers." by Peter Collingbourne · 6 years ago
  95. ca3f8e4 sleep/usleep: switch to trivial implementations. by Elliott Hughes · 6 years ago
  96. e949195 Adopt GNU calling convention for ifunc resolvers. by Peter Collingbourne · 6 years ago
  97. 22a6a05 Move dl_unwind_find_exidx from libdl.a to libc.a by Ryan Prichard · 6 years ago
  98. e9ff762 Merge "Reimplement the <ctype.h> is* functions." by Elliott Hughes · 6 years ago
  99. a4959aa Reimplement the <ctype.h> is* functions. by Elliott Hughes · 6 years ago
  100. e87e0dc Restrict the availability of the bionic libs by Jiyong Park · 6 years ago