1. 45d1349 Reorganize static TLS memory for ELF TLS by Ryan Prichard · 6 years ago
  2. 0b0ee0c libc_shared_globals: add a constexpr ctor by Ryan Prichard · 6 years ago
  3. 07440a8 Replace TLS_SLOT_BIONIC_PREINIT w/ shared globals by Ryan Prichard · 7 years ago
  4. 9cfca86 Split main thread init into early+late functions by Ryan Prichard · 7 years ago
  5. 48b1159 Use shared globals to init __progname + environ by Ryan Prichard · 7 years ago
  6. 7752bcb Move the abort message to libc_shared_globals by Ryan Prichard · 7 years ago
  7. abf736a Expose libc_shared_globals to libc.so with symbol by Ryan Prichard · 7 years ago
  8. c0f4656 Make android_get_application_target_sdk_version available to the NDK. by Elliott Hughes · 7 years ago
  9. ff1428a Move API levels from `uint32_t` to `int`. by Elliott Hughes · 7 years ago
  10. 13e8dcb [hwasan] Tweak process and thread initialization. by Evgenii Stepanov · 7 years ago
  11. be551f5 HWASan support in bionic. by Evgenii Stepanov · 7 years ago
  12. 32bc0fc Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
  13. f6e5b58 Introduce api to track fd ownership in libc. by Josh Gao · 7 years ago
  14. 27475b5 Initialize __libc_sysinfo early on. by Ryan Prichard · 7 years ago
  15. 6631f9b Clean up TLS_SLOT_BIONIC_PREINIT usage a bit by Ryan Prichard · 7 years ago
  16. 46a943c Support getting/setting API level in static binaries. by Elliott Hughes · 7 years ago
  17. 93ea09f Add directives to force stop unwinding. by Christopher Ferris · 8 years ago
  18. b6453c5 Only initialize the global stack protector once. by Josh Gao · 9 years ago
  19. ca48274 Revert "Revert "Make sem_wait able to return errno EINTR for sdk > 23."" by Yabin Cui · 9 years ago
  20. 6d51085 Revert "Make sem_wait able to return errno EINTR for sdk > 23." by Dan Albert · 9 years ago
  21. 892b61d Make sem_wait able to return errno EINTR for sdk > 23. by Yabin Cui · 9 years ago
  22. 42d949f Defend against -fstack-protector in libc startup. by Elliott Hughes · 9 years ago
  23. 93c0f5e Move VDSO pointers to a shared globals struct. by Josh Gao · 10 years ago
  24. afab3ff Move PAGE_MASK into <sys/user.h>. by Elliott Hughes · 10 years ago
  25. d294863 Use a less misleading name for the code that sets up the main thread. by Elliott Hughes · 10 years ago
  26. 1801db3 Statically linked executables should honor AT_SECURE. by Elliott Hughes · 10 years ago
  27. 4b41555 Revert "Register __libc_fini as early as possible." by Dmitriy Ivanov · 11 years ago
  28. e880c73 Register __libc_fini as early as possible. by Dmitriy Ivanov · 11 years ago
  29. 53c3c27 Upstream atexit by Dmitriy Ivanov · 11 years ago
  30. d286796 Turn on -Wunused and fix the mistakes it uncovers. by Elliott Hughes · 11 years ago
  31. 0266ae5 Switch <elf.h> over to linux uapi under the covers. by Elliott Hughes · 11 years ago
  32. eb847bc Fix x86_64 build, clean up intermediate libraries. by Elliott Hughes · 12 years ago
  33. c620059 Remove 32-bit assumptions from the ELF code. by Elliott Hughes · 12 years ago
  34. d3920b3 Switch to using AT_RANDOM for the stack guards. by Elliott Hughes · 12 years ago
  35. 42b2c6a Clean up the argc/argv/envp/auxv handling. by Elliott Hughes · 12 years ago