1. 65a6211 [AArch64] Improve strncmp for mutually misaligned inputs by Adhemerval Zanella · 8 years ago
  2. 2019f96 Merge "HWASan support in bionic." by Treehugger Robot · 7 years ago
  3. b42ff1b [AArch64] Improve strcmp performance for misaligned strings by Adhemerval Zanella · 8 years ago
  4. 4ab56af [AArch64] Optimize memcmp for medium to large sizes by Adhemerval Zanella · 8 years ago
  5. be551f5 HWASan support in bionic. by Evgenii Stepanov · 7 years ago
  6. ad935c8 Add more descriptive text around app starting. by Christopher Ferris · 7 years ago
  7. 841c9c1 Merge "Add new malloc benchmarks." by Christopher Ferris · 7 years ago
  8. fa5410f libc: enable -Wimplicit-fallthrough by George Burgess IV · 7 years ago
  9. 0dc7844 Add new malloc benchmarks. by Christopher Ferris · 7 years ago
  10. 817f578 Merge "Clear the resolver timeout when setting default __res_params" by Bernie Innocenti · 7 years ago
  11. fce5dae Merge "Make the resolver retry timeout configurable via __res_params" by Treehugger Robot · 7 years ago
  12. a2650ea Merge "seccomp: Allow read(2) and getdents(2) in x86_64 for UBSan's sake" by Treehugger Robot · 7 years ago
  13. ea82982 seccomp: Allow read(2) and getdents(2) in x86_64 for UBSan's sake by Luis Hector Chavez · 7 years ago
  14. 96c619f Clear the resolver timeout when setting default __res_params by Bernie Innocenti · 7 years ago
  15. b7b2884 Merge "Reland "Retire GCC FORTIFY."" by Elliott Hughes · 7 years ago
  16. 58d1362 Make the resolver retry timeout configurable via __res_params by Bernie Innocenti · 7 years ago
  17. f2fb3b1 Merge "seccomp: Generate the policy files at compile time" by Treehugger Robot · 7 years ago
  18. e16082f fdsan: expose the address of the table to the platform. by Josh Gao · 7 years ago
  19. e6dab7b fdsan: minor refactoring. by Josh Gao · 7 years ago
  20. 4b7c1cc fdsan: enable by default. by Josh Gao · 7 years ago
  21. f80e3f4 Merge "Make all popen(3) file descriptors O_CLOEXEC." by Elliott Hughes · 7 years ago
  22. fa09b3c seccomp: Generate the policy files at compile time by Luis Hector Chavez · 7 years ago
  23. ea6aff6 Merge "genseccomp.py: Add a way to better find the clang prebuilt" by Treehugger Robot · 7 years ago
  24. 9b6fefd Make all popen(3) file descriptors O_CLOEXEC. by Elliott Hughes · 7 years ago
  25. 08b7a40 fdsan: improve errors some more. by Josh Gao · 7 years ago
  26. 35bb461 Merge "Modernize codebase by replacing NULL with nullptr" by Yi Kong · 7 years ago
  27. fd3f6d7 genseccomp.py: Add a way to better find the clang prebuilt by Luis Hector Chavez · 7 years ago
  28. ef1a34c seccomp: Allow readlink(2) in x86_64 for UBSan's sake by Luis Hector Chavez · 7 years ago
  29. 32bc0fc Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
  30. 6fdfd92 Use LIBC_Q for LIBC_PRIVATE / LIBC_PLATFORM by Ryan Prichard · 7 years ago
  31. c1c8a18 Fix arm32/64 dynamic TLS relocations by Ryan Prichard · 8 years ago
  32. 3bf897e Merge "Update to FreeBSD libm r336665." by Treehugger Robot · 7 years ago
  33. 3e98d88 Merge "fdsan: improve diagnostics." by Treehugger Robot · 7 years ago
  34. 439bb1d Merge "Fixup an out of date comment." by Treehugger Robot · 7 years ago
  35. 576f525 Merge "Add recovery_available: true to libseccomp_policy" by Tom Cherry · 7 years ago
  36. a06c49c Add recovery_available: true to libseccomp_policy by Tom Cherry · 7 years ago
  37. 0fe2203 Fixup an out of date comment. by Tom Cherry · 7 years ago
  38. 7763ab4 Use the FreeBSD __CONCAT. by Elliott Hughes · 7 years ago
  39. 0d1a8a5 Reland "Retire GCC FORTIFY." by Elliott Hughes · 7 years ago
  40. 4dbe8fc Revert "Retire GCC FORTIFY." by Elliott Hughes · 7 years ago
  41. ab52807 Update to FreeBSD libm r336665. by Elliott Hughes · 7 years ago
  42. fe38088 fdsan: improve diagnostics. by Josh Gao · 7 years ago
  43. 067bdc9 Retire GCC FORTIFY. by Elliott Hughes · 7 years ago
  44. 253a830 Revert "Update to FreeBSD libm r336523." by Andreas Gampe · 7 years ago
  45. e899e79 Mark fdsan functions as __attribute__((weak)). by Josh Gao · 7 years ago
  46. 1705403 Merge "Update to FreeBSD libm r336523." by Treehugger Robot · 7 years ago
  47. 402ca11 Merge "Introduce api to track fd ownership in libc." by Treehugger Robot · 7 years ago
  48. f86ee10 Update to FreeBSD libm r336523. by Elliott Hughes · 7 years ago
  49. f6e5b58 Introduce api to track fd ownership in libc. by Josh Gao · 8 years ago
  50. 24ded2d Merge "Fix malloc_hooks for hooks_write_malloc_leak_info." by Florian Mayer · 7 years ago
  51. 2d6030b Fix malloc_hooks for hooks_write_malloc_leak_info. by Florian Mayer · 8 years ago
  52. bf74815 setjmp is a macro. by Elliott Hughes · 7 years ago
  53. f98d87b Add C11 timespec_get. by Elliott Hughes · 7 years ago
  54. 3a5fd00 Expose __res_randomid. by Elliott Hughes · 7 years ago
  55. a971303 Merge "Disable malloc debug intercepts when exiting." by Christopher Ferris · 7 years ago
  56. 2e457f5 Merge "Call __emutls_unregister_key on dlclose" by Treehugger Robot · 7 years ago
  57. 97b4747 Disable malloc debug intercepts when exiting. by Christopher Ferris · 7 years ago
  58. 06f217d Merge "Remove workarounds for old versions of clang and GCC." by Treehugger Robot · 7 years ago
  59. 3012b96 Remove workarounds for old versions of clang and GCC. by Elliott Hughes · 7 years ago
  60. 468efc8 Reimplement popen(3)/pclose(3). by Elliott Hughes · 7 years ago
  61. f0296f3 Merge "Include uchar.h only for bionic" by Treehugger Robot · 7 years ago
  62. bcff244 Merge "Update to v4.17.3 kernel headers." by Christopher Ferris · 7 years ago
  63. 6c0eab9 Include uchar.h only for bionic by Pirama Arumuga Nainar · 7 years ago
  64. 07a7c9b Merge "Fix some long-standing UTF-8 bugs." by Elliott Hughes · 7 years ago
  65. 402c762 Fix some long-standing UTF-8 bugs. by Elliott Hughes · 7 years ago
  66. b664724 bionic: Convert res_send.c to poll() by Bernie Innocenti · 8 years ago
  67. cc9fa92 Merge "<sys/un.h>: add SUN_LEN." by Treehugger Robot · 7 years ago
  68. a2389a0 Merge "<netinet/ip_icmp.h>: ensure struct icmphdr is available." by Treehugger Robot · 7 years ago
  69. 76a1d45 Update to v4.17.3 kernel headers. by Christopher Ferris · 7 years ago
  70. e7d185f <sys/un.h>: add SUN_LEN. by Elliott Hughes · 7 years ago
  71. e5a5eec <netinet/ip_icmp.h>: ensure struct icmphdr is available. by Elliott Hughes · 7 years ago
  72. 37d4e67 Set __bionic_asm_align to 16 for arm64 by Adhemerval Zanella · 8 years ago
  73. bcea0e2 Call __emutls_unregister_key on dlclose by Ryan Prichard · 8 years ago
  74. 0912d76 bionic: Remove libc/Android.mk file by Bernie Innocenti · 8 years ago
  75. 2e1a40a Change heap dump format slightly. by Christopher Ferris · 8 years ago
  76. 2583b0a Merge changes from topic "sharedlib_in_recovery" by Treehugger Robot · 8 years ago
  77. 79d8ecb Merge "Remove valgrind workarounds." by Treehugger Robot · 8 years ago
  78. 95bca3f Remove valgrind workarounds. by Elliott Hughes · 8 years ago
  79. 8a0f0ed Make memcpy memmove by Haibo Huang · 8 years ago
  80. 8d7866c Build recovery variant of the dynamic linker by Jiyong Park · 8 years ago
  81. 7c5bbf6 Add missing __INTRODUCED_IN to pthread_attr_setinheritsched/pthread_attr_getinheritsched. by Elliott Hughes · 8 years ago
  82. 1d52a7b Add an example of how to use multiple options. by Christopher Ferris · 8 years ago
  83. fe55c27 Merge "Initialize __libc_sysinfo early on." by Treehugger Robot · 8 years ago
  84. 14e54c0 Fix name of env variable in malloc_hooks README. by Florian Mayer · 8 years ago
  85. 6ef8415 Merge "Inline __libc_init_global_stack_chk_guard." by Treehugger Robot · 8 years ago
  86. 8b14ed4 Merge "Clean up TLS_SLOT_BIONIC_PREINIT usage a bit" by Treehugger Robot · 8 years ago
  87. 27475b5 Initialize __libc_sysinfo early on. by Ryan Prichard · 8 years ago
  88. cb5f410 Inline __libc_init_global_stack_chk_guard. by Ryan Prichard · 8 years ago
  89. 6631f9b Clean up TLS_SLOT_BIONIC_PREINIT usage a bit by Ryan Prichard · 8 years ago
  90. d0c330b Merge "Use cortex-a53/bionic/memmove.S by default for arm64" by Haibo Huang · 8 years ago
  91. ece43e1 Use cortex-a53/bionic/memmove.S by default for arm64 by Haibo Huang · 8 years ago
  92. d7cabc9 Merge "Fix the map for pthread_cond_timedwait_monotonic_np." by Elliott Hughes · 8 years ago
  93. 12306f0 Fix the map for pthread_cond_timedwait_monotonic_np. by Elliott Hughes · 8 years ago
  94. 770cbb3 Point to online documentation. by Christopher Ferris · 8 years ago
  95. 1496718 Link to native_heapdump_viewer.py. by Elliott Hughes · 8 years ago
  96. ebf58a6 Merge "Add generic arm non-neon memmove." by Elliott Hughes · 8 years ago
  97. 7caf313 Merge "Modify the script to use the linux source tree." by Christopher Ferris · 8 years ago
  98. b2341cd Merge "Adapt to versioned_ndk_headers renaming." by Treehugger Robot · 8 years ago
  99. 764049d Modify the script to use the linux source tree. by Christopher Ferris · 8 years ago
  100. da46cae Add generic arm non-neon memmove. by Elliott Hughes · 8 years ago