1. 8189e77 Remove gMallocLeakZygoteChild. by Christopher Ferris · 7 years ago
  2. b9a7c65 Merge "libc: generate syscall stubs in one big file..." by Elliott Hughes · 7 years ago
  3. d67b037 libc: generate syscall stubs in one big file... by Elliott Hughes · 7 years ago
  4. f7f5ba4 Merge changes I48210ea1,I5f717dd1 by Daniel Mentz · 7 years ago
  5. d12d6f6 clean_header: Run outside of $ANDROID_BUILD_TOP by Daniel Mentz · 7 years ago
  6. 6d6b4ce clean_header: Fix error handling for no-such-file case by Daniel Mentz · 7 years ago
  7. 9586c0f Merge "Move kernel README files to Markdown." by Treehugger Robot · 7 years ago
  8. e689eb0 Merge "<bits/glibc-syscalls.h>: only regenerate when we have new uapi headers." by Treehugger Robot · 7 years ago
  9. c4c2e24 <bits/glibc-syscalls.h>: only regenerate when we have new uapi headers. by Elliott Hughes · 7 years ago
  10. adcb515 Move kernel README files to Markdown. by Elliott Hughes · 7 years ago
  11. 934afc0 Merge "Remove seccomp upload hook." by Treehugger Robot · 7 years ago
  12. 6b6a6c8 Remove seccomp upload hook. by Elliott Hughes · 7 years ago
  13. c345d87 Merge changes from topic "apex_libc_malloc" by Treehugger Robot · 7 years ago
  14. 5569650 Don't load libc_malloc_* libs from runtime ns for libc_scudo by Jiyong Park · 7 years ago
  15. 3ff116a Load libc_malloc_* libraries from the runtime APEX by Jiyong Park · 7 years ago
  16. 1b7881a Merge "Add malloc benchmarks." by Christopher Ferris · 7 years ago
  17. 7ec2c8a Add malloc benchmarks. by Christopher Ferris · 7 years ago
  18. d1ff49c Merge changes Iba5f74e1,I92b88939 by Treehugger Robot · 7 years ago
  19. 1701d88 Merge "Move platform-private symbols out of libdl.so" by Treehugger Robot · 7 years ago
  20. 93ea856 Merge changes I59a8bc4a,Ic437d352 by Ryan Prichard · 7 years ago
  21. 5493ddc Merge "Workaround potential access to unmapped stack" by Elliott Hughes · 7 years ago
  22. 02accd0 Merge "Fix Bionic dlfcn.dladdr_libc test case for 64bit binary translations" by Treehugger Robot · 7 years ago
  23. e4d620b Fix dlsym and dladdr for TLS symbols by Ryan Prichard · 7 years ago
  24. 865866e Merge "Fix DLEXT_WRITE_RELRO when loading multiple libs." by Treehugger Robot · 7 years ago
  25. 96c21e4 Merge "Move bionic-unit-tests-static to libclang_rt.builtins" by Treehugger Robot · 7 years ago
  26. 0d16a31 Move bionic-unit-tests-static to libclang_rt.builtins by Pirama Arumuga Nainar · 7 years ago
  27. 8c1a14d Workaround potential access to unmapped stack by Adrian-CJ Hung · 7 years ago
  28. fa9f7f2 Fix DLEXT_WRITE_RELRO when loading multiple libs. by Torne (Richard Coles) · 7 years ago
  29. e6fd53b Merge "Disable info messages by default for malloc debug." by Christopher Ferris · 7 years ago
  30. c328e44 Disable info messages by default for malloc debug. by Christopher Ferris · 7 years ago
  31. 4fbe126 Merge "libc: Update symbol_ordering file" by Treehugger Robot · 7 years ago
  32. d486e02 Merge "Create a lib that uses scudo instead of jemalloc." by Christopher Ferris · 7 years ago
  33. db6edcc Fix BionicAllocator comment by Ryan Prichard · 7 years ago
  34. fc26d71 Create a lib that uses scudo instead of jemalloc. by Christopher Ferris · 7 years ago
  35. 90cca40 libc: Update symbol_ordering file by Vic Yang · 7 years ago
  36. ce584e4 Fix CtsJniTestCases by dimitry · 7 years ago
  37. 8868d9e Move platform-private symbols out of libdl.so by dimitry · 7 years ago
  38. 4b8b849 Fix formatting by dimitry · 7 years ago
  39. 4699cf6 Merge "Modernise code to use override specifier" by Yi Kong · 7 years ago
  40. 0ce5c44 Merge "clean_header: Don't print extraneous newline char" by Daniel Mentz · 7 years ago
  41. bb4cf7b clean_header: Don't print extraneous newline char by Daniel Mentz · 7 years ago
  42. b95c8af Merge "clean_header: Write to correct dst_file" by Daniel Mentz · 7 years ago
  43. 316f4a4 clean_header: Write to correct dst_file by Daniel Mentz · 7 years ago
  44. 358603a Modernise code to use override specifier by Yi Kong · 7 years ago
  45. e712cd1 Fix Bionic dlfcn.dladdr_libc test case for 64bit binary translations by Dmytro Chystiakov · 7 years ago
  46. 3e742cb Merge "Reserve realtime signal for libprofile-extras" by Pirama Arumuga Nainar · 7 years ago
  47. 6c5c6af Merge "Fix double initialization call." by Christopher Ferris · 7 years ago
  48. 1e3758e Fix double initialization call. by Christopher Ferris · 7 years ago
  49. 14025fd Merge "Use PR_SET_VMA_ANON_NAME to name the abort message mapping." by Peter Collingbourne · 7 years ago
  50. feb5ed1 Use PR_SET_VMA_ANON_NAME to name the abort message mapping. by Peter Collingbourne · 7 years ago
  51. 29a89df Merge "param.h: whitespace cleanup" by Nick Kralevich · 7 years ago
  52. 2e824e3 Merge "tests: test both upper- and lower-case with strptime %P/%p." by Treehugger Robot · 7 years ago
  53. 1d9a4cb Merge "Move x86 and x86_64 libc to use libcrt" by Yi Kong · 7 years ago
  54. e7ee073 Merge "Convert new tests to GTEST_SKIP." by Treehugger Robot · 7 years ago
  55. 3cfedf4 param.h: whitespace cleanup by Nick Kralevich · 7 years ago
  56. efd25a0 Move x86 and x86_64 libc to use libcrt by Yi Kong · 7 years ago
  57. 1167882 tests: test both upper- and lower-case with strptime %P/%p. by Elliott Hughes · 7 years ago
  58. 1090720 Convert new tests to GTEST_SKIP. by Elliott Hughes · 7 years ago
  59. ff92368 Merge "strptime: support everything that strftime supports." by Elliott Hughes · 7 years ago
  60. a1fb15b strptime: support everything that strftime supports. by Elliott Hughes · 7 years ago
  61. e082884 Merge "bionic tests: use GTEST_SKIP." by Elliott Hughes · 7 years ago
  62. e990078 Merge "Increase the allocation limit again." by Christopher Ferris · 7 years ago
  63. b0c33ec Merge "Fix running the tests on the host again." by Treehugger Robot · 7 years ago
  64. ce491ab Increase the allocation limit again. by Christopher Ferris · 7 years ago
  65. fe88d26 Merge "Typo fix in comment. O_CLOEXEC is e, not x." by Treehugger Robot · 7 years ago
  66. 8ceb95c Fix running the tests on the host again. by Elliott Hughes · 7 years ago
  67. ba1151c Typo fix in comment. O_CLOEXEC is e, not x. by Dan Albert · 7 years ago
  68. 2059021 Merge "docs: mention the fact that bionic now uses ifuncs." by Treehugger Robot · 7 years ago
  69. 3770d93 docs: mention the fact that bionic now uses ifuncs. by Elliott Hughes · 7 years ago
  70. b1ddbfd Merge "Fix internal uses of _PATH_BSHELL." by Treehugger Robot · 7 years ago
  71. ebe1ae7 Reserve realtime signal for libprofile-extras by Pirama Arumuga Nainar · 7 years ago
  72. 1b6517b Merge "Make powerof2 macro ubsan safe" by Treehugger Robot · 7 years ago
  73. 886370c Fix internal uses of _PATH_BSHELL. by Elliott Hughes · 7 years ago
  74. 49e7b68 Merge "popen: stop using _fwalk." by Elliott Hughes · 7 years ago
  75. c50b6a2 Make powerof2 macro ubsan safe by Nick Kralevich · 7 years ago
  76. 137b6f3 popen: stop using _fwalk. by Elliott Hughes · 7 years ago
  77. e187d92 Merge "Disable malloc_info test under HWASan." by Treehugger Robot · 7 years ago
  78. 8de6b46 Disable malloc_info test under HWASan. by Evgenii Stepanov · 7 years ago
  79. 118ab10 Merge "Add /product/bin to path" by Steven Moreland · 7 years ago
  80. 4848b6d Merge "Use std::move() for rvalue-reference setters and ctors" by Vic Yang · 7 years ago
  81. d992e1e Merge "Update kernel headers to v5.0.3." by Christopher Ferris · 7 years ago
  82. 11f0d71 Merge "Use the ANDROID_TZDATA_ROOT environment variable" by Neil Fuller · 7 years ago
  83. e6be532 Update kernel headers to v5.0.3. by Christopher Ferris · 7 years ago
  84. 6b330ac Merge "linker: Add support for "whitelisted" property in linker config files" by Vic Yang · 7 years ago
  85. e6b6640 Merge changes Ie7bf555b,Ia7d5fbdc,I3f05ba19 by Logan Chien · 7 years ago
  86. 4486e57 Merge "Document various libc behavior changes." by Elliott Hughes · 7 years ago
  87. b282a6d Document various libc behavior changes. by Elliott Hughes · 7 years ago
  88. b2a29cb Merge "Remove workaround for x86 ifunc" by Haibo Huang · 7 years ago
  89. 976d4b4 Use std::move() for rvalue-reference setters and ctors by Vic Yang · 7 years ago
  90. 2d020e4 linker: Add support for "whitelisted" property in linker config files by Vic Yang · 7 years ago
  91. c9e7018 Add introduced-in annotation to fdsan by Logan Chien · 7 years ago
  92. 73d1fb9 Fix get_device_api_level_inlines.h in versioner by Logan Chien · 7 years ago
  93. 3f68efc Suppress warnings on pthread_create by Logan Chien · 7 years ago
  94. 021d522 Remove workaround for x86 ifunc by Haibo Huang · 7 years ago
  95. ebdf4c1 Merge "Call __hwasan_init_static() during libc startup in statically linked executables." by Peter Collingbourne · 7 years ago
  96. d75e308 Call __hwasan_init_static() during libc startup in statically linked executables. by Peter Collingbourne · 7 years ago
  97. 8b8e7d0 Merge "Annotate vfork for hwasan." by Evgenii Stepanov · 7 years ago
  98. 505168e Annotate vfork for hwasan. by Evgenii Stepanov · 7 years ago
  99. b62888b Merge "Increase the size of the shadow call stack guard region to 16MB." by Peter Collingbourne · 7 years ago
  100. 4a8b288 Merge "Increase num tries before failing." by Christopher Ferris · 7 years ago