1. 14cbb79 [MTE] Never upgrade MTE mode for zygote. by Florian Mayer · 3 years ago
  2. 408e170 Allow init to upgrade MTE to sync. by Florian Mayer · 3 years, 3 months ago
  3. dee80d5 [MTE] Allow remote mode override for process. by Florian Mayer · 3 years ago
  4. 2791429 [MTE] use static buffer for per-process property name. by Florian Mayer · 3 years ago
  5. f9fa32a Basic support for MTE stack tagging. by Evgenii Stepanov · 3 years, 3 months ago
  6. e6997d5 [GWP-ASan] Provide runtime configuration through an env var + sysprop. by Mitch Phillips · 4 years, 8 months ago
  7. 9425b16 [MTE] Relax ELF note. by Mitch Phillips · 3 years, 6 months ago
  8. 2be3e92 Merge "[MTE] add sysprop to set mte state globally" by Treehugger Robot · 3 years, 6 months ago
  9. 9340037 [NFCI] Change Android's NT_TYPE to NT_ANDROID_TYPE. by Mitch Phillips · 3 years, 6 months ago
  10. dde3176 [MTE] add sysprop to set mte state globally by Florian Mayer · 3 years, 6 months ago
  11. 3771937 Treat static binaries "the same" for the profiling signals. by Elliott Hughes · 3 years, 10 months ago
  12. 48bf46b Allow the kernel to upgrade ASYNC mode processes to SYNC mode. by Peter Collingbourne · 4 years, 1 month ago
  13. 2659d7b Add some slack at the end of large allocations when target SDK level < S. by Peter Collingbourne · 4 years, 5 months ago
  14. 4cded97 [MTE] Add MEMTAG_OPTIONS and arm64.memtag.process.* sysprop parsing. by Mitch Phillips · 4 years, 7 months ago
  15. 8564b8d Use ELF notes to set the desired memory tagging level. by Evgenii Stepanov · 4 years, 8 months ago
  16. de30635 Put __*_ARRAY__ symbols before prioritized init/fini funcs by Matthew Maurer · 4 years, 9 months ago
  17. d500751 Add a thread-properties API by Vy Nguyen · 5 years ago
  18. f9930b7 Update a few comments. by Elliott Hughes · 5 years ago
  19. 4956c37 Move bionic_macros.h from private to platform. by Josh Gao · 6 years ago
  20. cdb52fc Make private/bionic_page.h available as platform/bionic/page.h. by Elliott Hughes · 6 years ago
  21. 1d2aadc Init fork handler after __libc_init_malloc. by Mitch Phillips · 6 years ago
  22. 249757b Use ifuncs in the linker by Ryan Prichard · 6 years ago
  23. e949195 Adopt GNU calling convention for ifunc resolvers. by Peter Collingbourne · 6 years ago
  24. d75e308 Call __hwasan_init_static() during libc startup in statically linked executables. by Peter Collingbourne · 7 years ago
  25. a535d3c Make static ifunc resolvers optional. by Dan Albert · 6 years ago
  26. c1d5797 Merge "Implement ifunc support for static executables." by Treehugger Robot · 7 years ago
  27. 16455b5 Implement dynamic TLS accesses and allocation by Ryan Prichard · 7 years ago
  28. 7a0f04c Implement ifunc support for static executables. by Peter Collingbourne · 7 years ago
  29. 1988350 Avoid a dlopen abort on an invalid TLS alignment by Ryan Prichard · 7 years ago
  30. e5e69e0 Record TLS modules and layout static TLS memory by Ryan Prichard · 7 years ago
  31. 977e47d StaticTlsLayout: add exe/tcb and solib layout by Ryan Prichard · 7 years ago
  32. 45d1349 Reorganize static TLS memory for ELF TLS by Ryan Prichard · 7 years ago
  33. 0b0ee0c libc_shared_globals: add a constexpr ctor by Ryan Prichard · 7 years ago
  34. 07440a8 Replace TLS_SLOT_BIONIC_PREINIT w/ shared globals by Ryan Prichard · 7 years ago
  35. 9cfca86 Split main thread init into early+late functions by Ryan Prichard · 7 years ago
  36. 48b1159 Use shared globals to init __progname + environ by Ryan Prichard · 7 years ago
  37. 7752bcb Move the abort message to libc_shared_globals by Ryan Prichard · 7 years ago
  38. abf736a Expose libc_shared_globals to libc.so with symbol by Ryan Prichard · 7 years ago
  39. c0f4656 Make android_get_application_target_sdk_version available to the NDK. by Elliott Hughes · 7 years ago
  40. ff1428a Move API levels from `uint32_t` to `int`. by Elliott Hughes · 7 years ago
  41. 13e8dcb [hwasan] Tweak process and thread initialization. by Evgenii Stepanov · 7 years ago
  42. be551f5 HWASan support in bionic. by Evgenii Stepanov · 7 years ago
  43. 32bc0fc Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
  44. f6e5b58 Introduce api to track fd ownership in libc. by Josh Gao · 7 years ago
  45. 27475b5 Initialize __libc_sysinfo early on. by Ryan Prichard · 7 years ago
  46. 6631f9b Clean up TLS_SLOT_BIONIC_PREINIT usage a bit by Ryan Prichard · 7 years ago
  47. 46a943c Support getting/setting API level in static binaries. by Elliott Hughes · 7 years ago
  48. 93ea09f Add directives to force stop unwinding. by Christopher Ferris · 8 years ago
  49. b6453c5 Only initialize the global stack protector once. by Josh Gao · 9 years ago
  50. ca48274 Revert "Revert "Make sem_wait able to return errno EINTR for sdk > 23."" by Yabin Cui · 10 years ago
  51. 6d51085 Revert "Make sem_wait able to return errno EINTR for sdk > 23." by Dan Albert · 10 years ago
  52. 892b61d Make sem_wait able to return errno EINTR for sdk > 23. by Yabin Cui · 10 years ago
  53. 42d949f Defend against -fstack-protector in libc startup. by Elliott Hughes · 10 years ago
  54. 93c0f5e Move VDSO pointers to a shared globals struct. by Josh Gao · 10 years ago
  55. afab3ff Move PAGE_MASK into <sys/user.h>. by Elliott Hughes · 10 years ago
  56. d294863 Use a less misleading name for the code that sets up the main thread. by Elliott Hughes · 10 years ago
  57. 1801db3 Statically linked executables should honor AT_SECURE. by Elliott Hughes · 10 years ago
  58. 4b41555 Revert "Register __libc_fini as early as possible." by Dmitriy Ivanov · 11 years ago
  59. e880c73 Register __libc_fini as early as possible. by Dmitriy Ivanov · 11 years ago
  60. 53c3c27 Upstream atexit by Dmitriy Ivanov · 11 years ago
  61. d286796 Turn on -Wunused and fix the mistakes it uncovers. by Elliott Hughes · 11 years ago
  62. 0266ae5 Switch <elf.h> over to linux uapi under the covers. by Elliott Hughes · 11 years ago
  63. eb847bc Fix x86_64 build, clean up intermediate libraries. by Elliott Hughes · 12 years ago
  64. c620059 Remove 32-bit assumptions from the ELF code. by Elliott Hughes · 12 years ago
  65. d3920b3 Switch to using AT_RANDOM for the stack guards. by Elliott Hughes · 12 years ago
  66. 42b2c6a Clean up the argc/argv/envp/auxv handling. by Elliott Hughes · 12 years ago