1. f7c5e68 Decrease logspam of stack MTE remapping. by Mitch Phillips · 1 year, 1 month ago
  2. 05c16e7 Make "remapping stacks as PROT_MTE" debug log by Florian Mayer · 1 year, 3 months ago
  3. e65e193 Reland^2 "[MTE] remap stacks with PROT_MTE when requested by dlopened library" by Florian Mayer · 1 year, 6 months ago
  4. f53e91c Revert^3 "[MTE] remap stacks with PROT_MTE when requested by dlopened library" by Florian Mayer · 1 year, 6 months ago
  5. a453c2d Reland "[MTE] remap stacks with PROT_MTE when requested by dlopened library" by Florian Mayer · 1 year, 6 months ago
  6. c20e1c2 Revert "[MTE] remap stacks with PROT_MTE when requested by dlopened library" by Sojin Moon · 1 year, 6 months ago
  7. 79c9694 [MTE] remap stacks with PROT_MTE when requested by dlopened library by Florian Mayer · 1 year, 7 months ago
  8. 408e170 Allow init to upgrade MTE to sync. by Florian Mayer · 3 years, 3 months ago
  9. 6c1c342 Fix HWASan crashes in heapprofd initialization. by Florian Mayer · 3 years, 6 months ago
  10. 2659d7b Add some slack at the end of large allocations when target SDK level < S. by Peter Collingbourne · 4 years, 5 months ago
  11. 8564b8d Use ELF notes to set the desired memory tagging level. by Evgenii Stepanov · 4 years, 8 months ago
  12. f9930b7 Update a few comments. by Elliott Hughes · 5 years ago
  13. 175c886 allow for heapprofd's signal to be multiplexed by Ryan Savitski · 6 years ago
  14. 4956c37 Move bionic_macros.h from private to platform. by Josh Gao · 6 years ago
  15. 1d2aadc Init fork handler after __libc_init_malloc. by Mitch Phillips · 6 years ago
  16. 6533208 linker: Add library load and unload hooks for HWASan. by Peter Collingbourne · 6 years ago
  17. 1990ba5 Fix linker self-exec detection by Ryan Prichard · 6 years ago
  18. 16455b5 Implement dynamic TLS accesses and allocation by Ryan Prichard · 7 years ago
  19. 07440a8 Replace TLS_SLOT_BIONIC_PREINIT w/ shared globals by Ryan Prichard · 7 years ago
  20. 5a66490 Use shared globals so getauxval works earlier by Ryan Prichard · 7 years ago
  21. 48b1159 Use shared globals to init __progname + environ by Ryan Prichard · 7 years ago
  22. abf736a Expose libc_shared_globals to libc.so with symbol by Ryan Prichard · 7 years ago
  23. 701bd0c Cleanup: __libc_init_AT_SECURE, auxv, sysinfo by Ryan Prichard · 7 years ago
  24. c0f4656 Make android_get_application_target_sdk_version available to the NDK. by Elliott Hughes · 7 years ago
  25. ff1428a Move API levels from `uint32_t` to `int`. by Elliott Hughes · 7 years ago
  26. 8f639a4 Allow invoking the linker on an executable. by Ryan Prichard · 7 years ago
  27. 32bc0fc Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
  28. f6e5b58 Introduce api to track fd ownership in libc. by Josh Gao · 7 years ago
  29. 95bca3f Remove valgrind workarounds. by Elliott Hughes · 7 years ago
  30. 27475b5 Initialize __libc_sysinfo early on. by Ryan Prichard · 7 years ago
  31. 6631f9b Clean up TLS_SLOT_BIONIC_PREINIT usage a bit by Ryan Prichard · 7 years ago
  32. 1d01fe8 Fix LP32 large pid detection. by Elliott Hughes · 8 years ago
  33. 93ea09f Add directives to force stop unwinding. by Christopher Ferris · 8 years ago
  34. f4b1cbd Disable stack protector for __libc_preinit by Stephen Crane · 8 years ago
  35. b6453c5 Only initialize the global stack protector once. by Josh Gao · 9 years ago
  36. ca48274 Revert "Revert "Make sem_wait able to return errno EINTR for sdk > 23."" by Yabin Cui · 10 years ago
  37. ac67b4e Merge "Revert "Make sem_wait able to return errno EINTR for sdk > 23."" by Elliott Hughes · 10 years ago
  38. 6d51085 Revert "Make sem_wait able to return errno EINTR for sdk > 23." by Dan Albert · 10 years ago
  39. c96b6e1 Merge "Make sem_wait able to return errno EINTR for sdk > 23." by Yabin Cui · 10 years ago
  40. 892b61d Make sem_wait able to return errno EINTR for sdk > 23. by Yabin Cui · 10 years ago
  41. 63860cb Malloc debug rewrite. by Christopher Ferris · 10 years ago
  42. 42d949f Defend against -fstack-protector in libc startup. by Elliott Hughes · 10 years ago
  43. 3c8fc2f Move malloc dispatch table to __libc_globals. by Josh Gao · 10 years ago
  44. 93c0f5e Move VDSO pointers to a shared globals struct. by Josh Gao · 10 years ago
  45. 4b41555 Revert "Register __libc_fini as early as possible." by Dmitriy Ivanov · 11 years ago
  46. e880c73 Register __libc_fini as early as possible. by Dmitriy Ivanov · 11 years ago
  47. 53c3c27 Upstream atexit by Dmitriy Ivanov · 11 years ago
  48. d286796 Turn on -Wunused and fix the mistakes it uncovers. by Elliott Hughes · 11 years ago
  49. 07f1ded Remove the broken pthread deadlock prediction. by Elliott Hughes · 11 years ago
  50. ceb5bd7 Introduce netd_client, a dynamic library that talks to netd. by Sreeram Ramachandran · 11 years ago
  51. eb847bc Fix x86_64 build, clean up intermediate libraries. by Elliott Hughes · 12 years ago
  52. 2a0b873 Fix __errno for LP64 and clean up __get_tls. by Elliott Hughes · 12 years ago
  53. ce53272 Hide various symbols that shouldn't be exposed. by Elliott Hughes · 12 years ago
  54. 42b2c6a Clean up the argc/argv/envp/auxv handling. by Elliott Hughes · 12 years ago