1. db59b89 Allow to reset malloc hooks. by Florian Mayer · 7 years ago
  2. f77928d android_mallopt: opcode preprocess define + missing header by Ryan Savitski · 7 years ago
  3. ecc37e3 conditional zygote child heap profiling + android_internal_mallopt by Ryan Savitski · 7 years ago
  4. fb8730d Handle R_GENERIC_TLS_TPREL relocations by Ryan Prichard · 7 years ago
  5. 1988350 Avoid a dlopen abort on an invalid TLS alignment by Ryan Prichard · 7 years ago
  6. 361c1b4 Initialize static TLS memory using module list by Ryan Prichard · 7 years ago
  7. e5e69e0 Record TLS modules and layout static TLS memory by Ryan Prichard · 7 years ago
  8. 977e47d StaticTlsLayout: add exe/tcb and solib layout by Ryan Prichard · 7 years ago
  9. 4809755 Add a __bionic_get_tls_segment function by Ryan Prichard · 7 years ago
  10. c86576c Factor out ScopedRWLock into its own header by Ryan Prichard · 7 years ago
  11. 2e72417 Remove TLS_SLOT_TSAN(8) by Ryan Prichard · 7 years ago
  12. 45d1349 Reorganize static TLS memory for ELF TLS by Ryan Prichard · 7 years ago
  13. 0b0ee0c libc_shared_globals: add a constexpr ctor by Ryan Prichard · 7 years ago
  14. 770032d Fix/suppress bionic google-explicit-constructor warnings by Chih-Hung Hsieh · 7 years ago
  15. 4825c6d Reserve TLS_SLOT_SANITIZER with value 6. by Ryan Prichard · 7 years ago
  16. 37754cd Move errno to a pthread_internal_t field. by Ryan Prichard · 7 years ago
  17. 34583c1 Move dlerror out of a TLS slot and into a pthread_internal_t member. by Elliott Hughes · 7 years ago
  18. 07440a8 Replace TLS_SLOT_BIONIC_PREINIT w/ shared globals by Ryan Prichard · 7 years ago
  19. 5a66490 Use shared globals so getauxval works earlier by Ryan Prichard · 7 years ago
  20. 9cfca86 Split main thread init into early+late functions by Ryan Prichard · 7 years ago
  21. 48b1159 Use shared globals to init __progname + environ by Ryan Prichard · 7 years ago
  22. 7752bcb Move the abort message to libc_shared_globals by Ryan Prichard · 7 years ago
  23. abf736a Expose libc_shared_globals to libc.so with symbol by Ryan Prichard · 7 years ago
  24. f47e89f Merge "Replace android_open_proxy with dns_open_proxy" by Luke Huang · 7 years ago
  25. 8d849ff Merge "Allocate a small guard region around the shadow call stack." by Peter Collingbourne · 7 years ago
  26. e3ed892 Replace android_open_proxy with dns_open_proxy by Luke Huang · 7 years ago
  27. 734beec Allocate a small guard region around the shadow call stack. by Peter Collingbourne · 7 years ago
  28. c0f4656 Make android_get_application_target_sdk_version available to the NDK. by Elliott Hughes · 7 years ago
  29. ff1428a Move API levels from `uint32_t` to `int`. by Elliott Hughes · 7 years ago
  30. 5e62b34 Clean up bionic_macros.h a bit. by Elliott Hughes · 7 years ago
  31. f7f71e3 Add RT signal to load heapprofd library. by Florian Mayer · 8 years ago
  32. 92a9116 strerror: add missing ERFKILL and EHWPOISON. by Elliott Hughes · 7 years ago
  33. 391af2c Merge "Allow invoking the linker on an executable." by Treehugger Robot · 7 years ago
  34. 8f639a4 Allow invoking the linker on an executable. by Ryan Prichard · 7 years ago
  35. baf20fc Block TIMER_SIGNAL in sigprocmask(SIG_SETMASK, ...). by Josh Gao · 7 years ago
  36. f5693c6 Generalize abort's inline_tgkill, use it in fdsan. by Josh Gao · 8 years ago
  37. 99d5465 Add PR_SET_VMA and PR_SET_VMA_ANON_NAME to <sys/prctl.h>. by Elliott Hughes · 8 years ago
  38. fa5410f libc: enable -Wimplicit-fallthrough by George Burgess IV · 8 years ago
  39. e6dab7b fdsan: minor refactoring. by Josh Gao · 8 years ago
  40. 32bc0fc Modernize codebase by replacing NULL with nullptr by Yi Kong · 8 years ago
  41. f6e5b58 Introduce api to track fd ownership in libc. by Josh Gao · 8 years ago
  42. 468efc8 Reimplement popen(3)/pclose(3). by Elliott Hughes · 8 years ago
  43. 37d4e67 Set __bionic_asm_align to 16 for arm64 by Adhemerval Zanella · 8 years ago
  44. 95bca3f Remove valgrind workarounds. by Elliott Hughes · 8 years ago
  45. 27475b5 Initialize __libc_sysinfo early on. by Ryan Prichard · 8 years ago
  46. c2b9fec Require vendor users and groups to start with vendor_ by Tom Cherry · 8 years ago
  47. 38e960b bionic_fortify: clarify error message for an out of bounds FD. by Narayan Kamath · 8 years ago
  48. 71ba589 Rewrite system(3) to use posix_spawn(3). by Elliott Hughes · 8 years ago
  49. 6fcba93 Filter out reserved signals in functions that take sigset_t. by Josh Gao · 8 years ago
  50. ab8c861 Merge "Add ability to read /etc/passwd and /etc/group" by Tom Cherry · 8 years ago
  51. 6034ef8 Add ability to read /etc/passwd and /etc/group by Tom Cherry · 8 years ago
  52. cae21a9 Add aligned_alloc to libc. by Christopher Ferris · 8 years ago
  53. c11fb66 Inline __libc_arc4random_has_unlimited_entropy. by Elliott Hughes · 8 years ago
  54. 5905d6f Add `sigset64_t` and accompanying functions. by Elliott Hughes · 8 years ago
  55. 97d1c75 Merge "Better handling of sigset_t on LP32." by Treehugger Robot · 8 years ago
  56. 4b1c6e7 Better handling of sigset_t on LP32. by Elliott Hughes · 8 years ago
  57. 6b9c85b Support priority inheritance mutex in 64bit programs. by Yabin Cui · 8 years ago
  58. 8583d5a Include what we use. by Dan Albert · 8 years ago
  59. 5cec377 Address a bunch of clang-tidy complaints. by Elliott Hughes · 8 years ago
  60. f1515f6 Clean up the time(2) implementation. by Elliott Hughes · 8 years ago
  61. 4473ccd bionic: add vdso time() by Mark Salyzyn · 8 years ago
  62. 1133fec Use inline ctype functions for ato*/strto* and scanf. by Elliott Hughes · 8 years ago
  63. 79249b0 bionic: add vdso clock_getres by Mark Salyzyn · 8 years ago
  64. 4362f89 Only use uids and gids for which we've allocated AIDs by Tom Cherry · 8 years ago
  65. fa43252 Mark __BIONIC_WEAK_FOR_NATIVE_BRIDGE symbols by dimitry · 8 years ago
  66. cc3d04f Add null checks to <dirent.h> functions. by Elliott Hughes · 8 years ago
  67. 1b6de87 Merge "Make __libc_init_main_thread and android_set_abort_message weak" by Dimitry Ivanov · 8 years ago
  68. b6d2b87 Make __libc_init_main_thread and android_set_abort_message weak by dimitry · 8 years ago
  69. a1c30b9 Merge "Add POSIX fexecve." by Elliott Hughes · 8 years ago
  70. 4d215aa Add POSIX fexecve. by Elliott Hughes · 8 years ago
  71. 24a95d2 Update CachedProperty to support long ro. properties by Tom Cherry · 8 years ago
  72. ea82792 Define BIONIC_STOP_UNWIND for mips by Goran Jakovljevic · 8 years ago
  73. ddd6436 Merge "Unified sysroot: kill arch-specific include dirs." by Elliott Hughes · 8 years ago
  74. 01bb7bf Merge "Implement <spawn.h>." by Elliott Hughes · 8 years ago
  75. d4ca231 Unified sysroot: kill arch-specific include dirs. by Elliott Hughes · 8 years ago
  76. 14e3ff9 Implement <spawn.h>. by Elliott Hughes · 8 years ago
  77. 3dacc47 Merge "Add a legacy inline for mmap64." by Treehugger Robot · 8 years ago
  78. a613d0d Add a legacy inline for mmap64. by Dan Albert · 8 years ago
  79. 93ea09f Add directives to force stop unwinding. by Christopher Ferris · 8 years ago
  80. a648733 Implement <iconv.h>. by Elliott Hughes · 9 years ago
  81. cbb09bc Merge "Always use CLOCK_MONOTONIC for pthreads and semaphores" by Tom Cherry · 9 years ago
  82. ac49ced Always use CLOCK_MONOTONIC for pthreads and semaphores by Tom Cherry · 9 years ago
  83. abb163f Revert "Revert "arm64: expand CFI shadow to cover 48-bit virtual addresses"" by Evgenii Stepanov · 9 years ago
  84. c41b560 Implement wcwidth(3) in terms of icu4c. by Elliott Hughes · 9 years ago
  85. 697f42a Hide various mbstate implementation details. by Elliott Hughes · 9 years ago
  86. ea3df0c Revert "arm64: expand CFI shadow to cover 48-bit virtual addresses" by Elliott Hughes · 9 years ago
  87. ae73516 arm64: expand CFI shadow to cover 48-bit virtual addresses by Kevin Brodsky · 9 years ago
  88. 996f6de MIPS: 32/64-bit VDSO support by Goran Ferenc · 9 years ago
  89. a1c0d2f Add support for modifying decay timer. by Christopher Ferris · 9 years ago
  90. 7a3681e Move libc_log code into libasync_safe. by Christopher Ferris · 9 years ago
  91. e4ddb3c Move bionic_systrace.cpp over to CachedProperty. by Elliott Hughes · 9 years ago
  92. ff82ce8 Merge "Remove the useless lock from CachedProperty." by Treehugger Robot · 9 years ago
  93. a98aa56 Remove the useless lock from CachedProperty. by Elliott Hughes · 9 years ago
  94. c40af33 Merge "Move scopeguard into android::base" by Tom Cherry · 9 years ago
  95. 9e27e58 Add support for disabling the greylist. by Elliott Hughes · 9 years ago
  96. b8ab618 Move scopeguard into android::base by Tom Cherry · 9 years ago
  97. 1c864b6 Merge "Break android_set_abort_message out of libc_logging." by Josh Gao · 9 years ago
  98. 10ec928 Break android_set_abort_message out of libc_logging. by Josh Gao · 9 years ago
  99. 6367f5e Merge changes I826756d9,I00e2edb2 by Josh Gao · 9 years ago
  100. 2a4a5e7 Add end() method to bionic's ScopedTrace class by Dimitry Ivanov · 9 years ago