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