1. 866387d Revert "Move pipe, open, and getdents from the APP to COMMON seccomp whitelist." by Robert Sesek · 6 years ago
  2. 3779d6d Merge "Add /system_ext/bin to shell search path" by Treehugger Robot · 6 years ago
  3. 932a833 Merge changes from topic "update-clang-tools-6114689" by Logan Chien · 6 years ago
  4. 580d17d Add /system_ext/bin to shell search path by Justin Yun · 6 years ago
  5. 51d158f Fix a few incorrect types in SYSCALLS.TXT. by Elliott Hughes · 6 years ago
  6. 171cf7a Merge "versioner: Fix fortified sendto" by Logan Chien · 6 years ago
  7. 5074e7d Move sigrtmin.h into platform headers. by Josh Gao · 6 years ago
  8. 4956c37 Move bionic_macros.h from private to platform. by Josh Gao · 6 years ago
  9. 5a750f3 versioner: Add __VERSIONER_FORTIFY_INLINE by Logan Chien · 6 years ago
  10. d7d9ebc versioner: Only enable annotation while running versioner by Logan Chien · 6 years ago
  11. d98dac41 versioner: Fix fortified sendto by Logan Chien · 6 years ago
  12. aaffa3c versioner: Update libc.map.txt to match annotations by Logan Chien · 6 years ago
  13. 95c6cd7 Stop using the __ANDROID_API_x__ constants. by Elliott Hughes · 6 years ago
  14. 5105ece Revert "Enable the scudo native allocator." by Ytai Ben-tsvi · 6 years ago
  15. 6ffbe97 Enable the scudo native allocator. by Christopher Ferris · 6 years ago
  16. 35ee9d9 Merge "Add scsi directory" by Wenhao Wang · 6 years ago
  17. 69537f1 Add scsi directory by Wenhao Wang · 6 years ago
  18. e1fd409 Add support for scudo svelte. by Christopher Ferris · 6 years ago
  19. a8f98b4 Merge "Make android_mallopt weak for native bridge" by Evgeny Eltsin · 6 years ago
  20. c58208b Merge "Update documentation around kernel header imports." by Christopher Ferris · 6 years ago
  21. e5dbd3f Merge "Update bionic to use the MTE API proposed on LKML." by Peter Collingbourne · 6 years ago
  22. edbc9e2 Make android_mallopt weak for native bridge by Evgeny Eltsin · 6 years ago
  23. afe7e53 Clone with --depth 1 in generate_uapi_headers.sh --download-kernel. by Josh Gao · 6 years ago
  24. 86a8f3f Update documentation around kernel header imports. by Christopher Ferris · 6 years ago
  25. 0d61854 Merge "Update to android-mainline kernel headers v5.4." by Christopher Ferris · 6 years ago
  26. e5e7395 Update bionic to use the MTE API proposed on LKML. by Peter Collingbourne · 6 years ago
  27. b8c16c0 Merge "Make private/bionic_page.h available as platform/bionic/page.h." by Elliott Hughes · 6 years ago
  28. b030de2 Use the canonical form of the APL2 boilerplate. by Elliott Hughes · 6 years ago
  29. cdb52fc Make private/bionic_page.h available as platform/bionic/page.h. by Elliott Hughes · 6 years ago
  30. 9584fa4 Update to android-mainline kernel headers v5.4. by Christopher Ferris · 6 years ago
  31. 570de33 Stop linking ndk_cruft*.cpp into libc.a. by Peter Collingbourne · 6 years ago
  32. c6b38ae Sync with upstream OpenBSD strstr(). by Elliott Hughes · 6 years ago
  33. feb88ff Merge "Take a bunch of trivial patches from upstream OpenBSD." by Treehugger Robot · 6 years ago
  34. b902de6 Merge "fortify: allow diagnostics without run-time checks (attempt #2)" by Treehugger Robot · 6 years ago
  35. 9a4b68e Take a bunch of trivial patches from upstream OpenBSD. by Elliott Hughes · 6 years ago
  36. 1fb7944 Issue a prctl to let the kernel accept tagged pointers in syscall arguments. by Peter Collingbourne · 6 years ago
  37. 8a0cdb1 fortify: allow diagnostics without run-time checks (attempt #2) by George Burgess IV · 6 years ago
  38. 2a8bca7 Merge "Stop exporting certain deprecated unwinder symbols from libc.so and libm.so." by Treehugger Robot · 6 years ago
  39. b332a2c Merge "Add automatic running of tests on bionic changes." by Christopher Ferris · 6 years ago
  40. b6f26e3 Merge "Call __libc_init_malloc from scudo." by Treehugger Robot · 6 years ago
  41. 73166c8 Stop exporting certain deprecated unwinder symbols from libc.so and libm.so. by Peter Collingbourne · 6 years ago
  42. e4619f7 Add automatic running of tests on bionic changes. by Christopher Ferris · 6 years ago
  43. 0b12b00 Merge "sysconf(_SC_ARG_MAX): go back to imitating the kernel." by Elliott Hughes · 6 years ago
  44. db602e8 sysconf(_SC_ARG_MAX): go back to imitating the kernel. by Elliott Hughes · 6 years ago
  45. c11e39b Call __libc_init_malloc from scudo. by Mitch Phillips · 6 years ago
  46. 1d2aadc Init fork handler after __libc_init_malloc. by Mitch Phillips · 6 years ago
  47. a4fe44e Rename # vndk tag to # llndk by Jiyong Park · 6 years ago
  48. b061e77 Link libgcc_stripped into libc.so and libm.so with --whole-archive on ARM. by Peter Collingbourne · 6 years ago
  49. afe44cc Merge "Revert "Revert "Make system property reads wait-free""" by Raman Tenneti · 6 years ago
  50. b481a2e Revert "Revert "Make system property reads wait-free"" by Raman Tenneti · 6 years ago
  51. de39d92 Revert "Make system property reads wait-free" by Raman Tenneti · 6 years ago
  52. 2e50fa7 Optimized L2 Cache value for Intel(R) Core Architectures. by jaishank · 6 years ago
  53. 0cf9055 Make system property reads wait-free by Daniel Colascione · 6 years ago
  54. 97c4309 bionic: libc: remove -Wimplicit-fallthrough by Nick Desaulniers · 6 years ago
  55. ffad559 Merge "Stop using `__out` as a name." by Treehugger Robot · 6 years ago
  56. f38e8ca Stop using `__out` as a name. by Elliott Hughes · 6 years ago
  57. 6f517cd Rename iterate to malloc_iterate internally. by Christopher Ferris · 6 years ago
  58. 2fead5f Merge "Revert "fortify: allow diagnostics without run-time checks"" by George Burgess IV · 6 years ago
  59. f359548 Revert "fortify: allow diagnostics without run-time checks" by George Burgess IV · 6 years ago
  60. d1dcb72 Merge "fortify: allow diagnostics without run-time checks" by Treehugger Robot · 6 years ago
  61. 7a3a5d8 Merge "Fix allocations escaping malloc debug." by Christopher Ferris · 6 years ago
  62. ff88fb0 Fix allocations escaping malloc debug. by Christopher Ferris · 6 years ago
  63. d9585a2 Merge "android_getaddrinfo_proxy: fix memory leak on failure." by Elliott Hughes · 6 years ago
  64. b450a7f Merge "search.h: add doc comments." by Treehugger Robot · 6 years ago
  65. 249757b Use ifuncs in the linker by Ryan Prichard · 6 years ago
  66. 4aef93a android_getaddrinfo_proxy: fix memory leak on failure. by Elliott Hughes · 6 years ago
  67. 89b0919 Close descriptor in ScopeFd destructor by Johan Harvyl · 6 years ago
  68. a468123 search.h: add doc comments. by Elliott Hughes · 6 years ago
  69. 590bdbe Merge "Header improvements." by Elliott Hughes · 6 years ago
  70. b361e68 Header improvements. by Elliott Hughes · 6 years ago
  71. d7e11b8 fortify: allow diagnostics without run-time checks by George Burgess IV · 6 years ago
  72. e99912f Define ANDROID_EXPERIMENTAL_MTE if the product variable experimental_mte is enabled. by Peter Collingbourne · 6 years ago
  73. d753895 Merge "Pass -ffreestanding when compiling ifunc resolvers." by Treehugger Robot · 6 years ago
  74. 6cb70ad Add the ScopedFd that we've never quite gotten around to. by Elliott Hughes · 6 years ago
  75. 36a5644 Pass -ffreestanding when compiling ifunc resolvers. by Peter Collingbourne · 6 years ago
  76. ffded19 qsort.c: take an upstream FreeBSD change. by Elliott Hughes · 6 years ago
  77. 8ccf486 Merge "Clean up some obsolete NetBSD portability cruft." by Elliott Hughes · 6 years ago
  78. 80c99e3 Merge "Clean up some obsolete OpenBSD portability cruft." by Elliott Hughes · 6 years ago
  79. 5951fcb Merge "Clean up some obsolete FreeBSD portability cruft." by Elliott Hughes · 6 years ago
  80. 888903a Merge "Take a couple of wcs MTE patches from upstream FreeBSD." by Elliott Hughes · 6 years ago
  81. d1f1e41 Merge "Take a getopt_long() patch from upstream FreeBSD." by Elliott Hughes · 6 years ago
  82. e1ab123 Merge "Add arm64 string.h function implementations for use with hardware supporting MTE." by Peter Collingbourne · 6 years ago
  83. 5c5152b Clean up some obsolete OpenBSD portability cruft. by Elliott Hughes · 6 years ago
  84. 5828ad7 Clean up some obsolete NetBSD portability cruft. by Elliott Hughes · 6 years ago
  85. c996c73 Clean up some obsolete FreeBSD portability cruft. by Elliott Hughes · 6 years ago
  86. 900d07d Add arm64 string.h function implementations for use with hardware supporting MTE. by Peter Collingbourne · 6 years ago
  87. 89c4e4a Take a couple of wcs MTE patches from upstream FreeBSD. by Elliott Hughes · 6 years ago
  88. 5b4b58a Take a getopt_long() patch from upstream FreeBSD. by Elliott Hughes · 6 years ago
  89. d310125 Take a quick_exit() patch from upstream FreeBSD. by Elliott Hughes · 6 years ago
  90. 609d6ec Merge "Adopt GNU calling convention for ifunc resolvers." by Peter Collingbourne · 6 years ago
  91. dbe72ca Merge "sleep/usleep: switch to trivial implementations." by Elliott Hughes · 6 years ago
  92. ca3f8e4 sleep/usleep: switch to trivial implementations. by Elliott Hughes · 6 years ago
  93. e949195 Adopt GNU calling convention for ifunc resolvers. by Peter Collingbourne · 6 years ago
  94. ccea693 Take a bunch of trivial SPDX changes from upstream FreeBSD. by Elliott Hughes · 6 years ago
  95. ed1b861 Merge "Remove __ANDROID_NDK__ from bionic, and document our #defines." by Elliott Hughes · 6 years ago
  96. 0ace96d Merge "libc_malloc_[debug|hooks] are not available for platform" by Treehugger Robot · 6 years ago
  97. 80e9f65 Remove __ANDROID_NDK__ from bionic, and document our #defines. by Elliott Hughes · 6 years ago
  98. 22a6a05 Move dl_unwind_find_exidx from libdl.a to libc.a by Ryan Prichard · 6 years ago
  99. e9ff762 Merge "Reimplement the <ctype.h> is* functions." by Elliott Hughes · 6 years ago
  100. ee15585 Merge "Restore __ANDROID_NDK__." by Elliott Hughes · 6 years ago