1. 77f99aa fortify: add diagnostics for str* functions by George Burgess IV · 7 years ago
  2. 41636ca Remove bionic refs to runtime module tz files by Neil Fuller · 7 years ago
  3. 738a6c9 <arpa/nameser.h>: fix INTRODUCED_IN API level. by Elliott Hughes · 7 years ago
  4. 6cfd9a1 Merge "Clean up no_libgcc" by Yi Kong · 7 years ago
  5. 1b61d78 Build 32-bit ARM assembler with -mno-restrict-it. by Elliott Hughes · 7 years ago
  6. cd3155d Clean up no_libgcc by Yi Kong · 7 years ago
  7. 44c2953 Merge "Change SANITIZE_TARGET refs from 'coverage' to 'fuzzer'." by Mitch Phillips · 7 years ago
  8. dfde0ee Change SANITIZE_TARGET refs from 'coverage' to 'fuzzer'. by Mitch Phillips · 7 years ago
  9. 6b116d1 Make 'app' users/groups more accurate by Tom Cherry · 7 years ago
  10. 9fc9509 Log when trying to profile non profilable app. by Florian Mayer · 7 years ago
  11. fc55350 Merge "Overalign the TLS segment using crtbegin" by Ryan Prichard · 7 years ago
  12. cfede4f Merge changes Ic2d48c93,I981ac9bd by Treehugger Robot · 7 years ago
  13. 497d716 Merge "Disable malloc debug when asan enabled." by Christopher Ferris · 7 years ago
  14. 30d4c6f Merge "fortify: use __builtin_constant_p for more short-circuits" by Treehugger Robot · 7 years ago
  15. a743f31 Merge "fortify: Migrate trivial cases to dynamic check macros" by George Burgess IV · 7 years ago
  16. c03d596 fortify: s/([gl])eq/\1e/g by George Burgess IV · 7 years ago
  17. d9865e7 fortify: more use of __builtin_constant_p by George Burgess IV · 7 years ago
  18. a1a09b2 fortify: use __builtin_constant_p for more short-circuits by George Burgess IV · 7 years ago
  19. cc9b100 Overalign the TLS segment using crtbegin by Ryan Prichard · 7 years ago
  20. 32e8d4f Merge "fortify: inline #defined strings" by Treehugger Robot · 7 years ago
  21. b07c197 Merge "fortify: use a macro in diagnose_if" by Treehugger Robot · 7 years ago
  22. 5da5dd5 fortify: Migrate trivial cases to dynamic check macros by George Burgess IV · 7 years ago
  23. ff71793 fortify: inline #defined strings by George Burgess IV · 7 years ago
  24. 5273dc5 fortify: use a macro in diagnose_if by George Burgess IV · 7 years ago
  25. 17e7c75 Disable native_coverage for scudo-related libraries by Pirama Arumuga Nainar · 7 years ago
  26. 705de3c Disable malloc debug when asan enabled. by Christopher Ferris · 7 years ago
  27. 933bd3a Merge "Update to kernel headers to v5.1.3." by Christopher Ferris · 7 years ago
  28. d277334 Merge "Export some symbols for vendor libmemunreachable" by Treehugger Robot · 7 years ago
  29. e1276ba Merge "pwd/grp: fix pwd _r reentrancy, new tests, clean up" by Treehugger Robot · 7 years ago
  30. 24f97eb Update to kernel headers to v5.1.3. by Christopher Ferris · 7 years ago
  31. 0c0f6fb Keep .debug_frame on arm 32. by Christopher Ferris · 7 years ago
  32. b9667b5 Export some symbols for vendor libmemunreachable by Colin Cross · 7 years ago
  33. bff53b2 libc: import ARM strcmp from newlib by Jake Weinstein · 9 years ago
  34. c57c5bd pwd/grp: fix pwd _r reentrancy, new tests, clean up by Tom Cherry · 7 years ago
  35. 93f79a1 Merge "Annotate no_return and returns_twice functions." by Josh Gao · 7 years ago
  36. 3403315 Annotate no_return and returns_twice functions. by Josh Gao · 7 years ago
  37. 23c056d Add removed platform functions used by apps. by Christopher Ferris · 7 years ago
  38. f15a00b Merge "Avoid using malloc debug code after exit." by Christopher Ferris · 7 years ago
  39. d269fcc Avoid using malloc debug code after exit. by Christopher Ferris · 7 years ago
  40. 31c7309 Add SEEK_DATA and SEEK_HOLE constants. by Elliott Hughes · 7 years ago
  41. 78e42d8 Merge "Enable native_bridge_support" by Dimitry Ivanov · 7 years ago
  42. 0633e56 Merge "Match maximum command line size for startup tracing." by Florian Mayer · 7 years ago
  43. f61ca22 Merge "Revert fwalk/sfp locking to fix concurrent reads" by Ryan Prichard · 7 years ago
  44. 7f04880 Enable native_bridge_support by dimitry · 7 years ago
  45. c485cdb Revert fwalk/sfp locking to fix concurrent reads by Ryan Prichard · 7 years ago
  46. f6d221e Match maximum command line size for startup tracing. by Florian Mayer · 7 years ago
  47. db9706a Fix malloc_info missing large allocs. by Christopher Ferris · 7 years ago
  48. 1eb6d36 Merge "Make purging clear the current thread cache too." by Christopher Ferris · 7 years ago
  49. 0f710fd Make purging clear the current thread cache too. by Christopher Ferris · 7 years ago
  50. 4fa9b8c malloc.h: explicitly suggest malloc_info() instead of mallinfo(). by Elliott Hughes · 7 years ago
  51. 0cd818a Merge "Allow device launched before Q to use legacy OEM AID value" by Tom Cherry · 7 years ago
  52. f5eaea3 Merge "Move /system dependency on tz_version to bionic" by Neil Fuller · 7 years ago
  53. 34bf610 Merge "__cxa_finalize: skip fflush call on dlclose" by Ryan Prichard · 7 years ago
  54. 560de5f Don't honor LIBC_HOOKS_ENABLE across a security boundary by Nick Kralevich · 7 years ago
  55. 99cec18 Don't honor LD_CONFIG_FILE across security transitions by Nick Kralevich · 7 years ago
  56. c5d8c6c __cxa_finalize: skip fflush call on dlclose by Ryan Prichard · 7 years ago
  57. b368a0b Allow device launched before Q to use legacy OEM AID value by Tom Cherry · 7 years ago
  58. c7b8110 Make pthread_get/setschedparam weak for native bridge by dimitry · 7 years ago
  59. a7db90f Move /system dependency on tz_version to bionic by Neil Fuller · 7 years ago
  60. 731ed0f Merge "Refactor some pieces of grp_pwd.cpp" by Tom Cherry · 7 years ago
  61. 5fb0763 Refactor some pieces of grp_pwd.cpp by Tom Cherry · 7 years ago
  62. 8c3140a Merge "threads.h: Add C11 thread support." by Elliott Hughes · 7 years ago
  63. 4206711 threads.h: Add C11 thread support. by Elliott Hughes · 7 years ago
  64. 31fe3c6 Merge "Move all leak info functions to android_mallopt." by Christopher Ferris · 7 years ago
  65. 7f3527f Merge "Implement __gnu_[u]ldivmod_helper methods in libc" by Yi Kong · 7 years ago
  66. b410d0e Implement __gnu_[u]ldivmod_helper methods in libc by Yi Kong · 7 years ago
  67. 1311545 Merge "Reland ifuncs for strcmp and strlen." by Elliott Hughes · 7 years ago
  68. b250766 Merge "PIMutexUnlock: load owner_tid in non-common case" by Ryan Prichard · 7 years ago
  69. f32e1a1 Merge "Comment about lock destruction and unlocking" by Ryan Prichard · 7 years ago
  70. 927fe99 Reland ifuncs for strcmp and strlen. by Elliott Hughes · 7 years ago
  71. 493322b Merge "Move libdl and linker to static NOTICE files." by Elliott Hughes · 7 years ago
  72. 390be50 Workaround ASan not knowing about reallocarray. by Elliott Hughes · 7 years ago
  73. aca1101 Comment about lock destruction and unlocking by Ryan Prichard · 7 years ago
  74. 4b6c0f5 PIMutexUnlock: load owner_tid in non-common case by Ryan Prichard · 7 years ago
  75. 584bc62 Move libdl and linker to static NOTICE files. by Elliott Hughes · 7 years ago
  76. 30659fd Move all leak info functions to android_mallopt. by Christopher Ferris · 7 years ago
  77. 75f7b06 Merge "paths.h: /sbin and /system/sbin no longer exist." by Tom Cherry · 7 years ago
  78. 30bcaae Merge "Remove gMallocLeakZygoteChild." by Christopher Ferris · 7 years ago
  79. 07c5587 paths.h: /sbin and /system/sbin no longer exist. by Elliott Hughes · 7 years ago
  80. 782c485 Generate assembler system call stubs via genrule. by Elliott Hughes · 7 years ago
  81. 8189e77 Remove gMallocLeakZygoteChild. by Christopher Ferris · 7 years ago
  82. b9a7c65 Merge "libc: generate syscall stubs in one big file..." by Elliott Hughes · 7 years ago
  83. d67b037 libc: generate syscall stubs in one big file... by Elliott Hughes · 7 years ago
  84. d12d6f6 clean_header: Run outside of $ANDROID_BUILD_TOP by Daniel Mentz · 7 years ago
  85. 6d6b4ce clean_header: Fix error handling for no-such-file case by Daniel Mentz · 7 years ago
  86. 9586c0f Merge "Move kernel README files to Markdown." by Treehugger Robot · 7 years ago
  87. e689eb0 Merge "<bits/glibc-syscalls.h>: only regenerate when we have new uapi headers." by Treehugger Robot · 7 years ago
  88. c4c2e24 <bits/glibc-syscalls.h>: only regenerate when we have new uapi headers. by Elliott Hughes · 7 years ago
  89. adcb515 Move kernel README files to Markdown. by Elliott Hughes · 7 years ago
  90. 5569650 Don't load libc_malloc_* libs from runtime ns for libc_scudo by Jiyong Park · 7 years ago
  91. 3ff116a Load libc_malloc_* libraries from the runtime APEX by Jiyong Park · 7 years ago
  92. 93ea856 Merge changes I59a8bc4a,Ic437d352 by Ryan Prichard · 7 years ago
  93. 5493ddc Merge "Workaround potential access to unmapped stack" by Elliott Hughes · 7 years ago
  94. 8c1a14d Workaround potential access to unmapped stack by Adrian-CJ Hung · 7 years ago
  95. e6fd53b Merge "Disable info messages by default for malloc debug." by Christopher Ferris · 7 years ago
  96. c328e44 Disable info messages by default for malloc debug. by Christopher Ferris · 7 years ago
  97. 4fbe126 Merge "libc: Update symbol_ordering file" by Treehugger Robot · 7 years ago
  98. db6edcc Fix BionicAllocator comment by Ryan Prichard · 7 years ago
  99. fc26d71 Create a lib that uses scudo instead of jemalloc. by Christopher Ferris · 7 years ago
  100. 90cca40 libc: Update symbol_ordering file by Vic Yang · 7 years ago