1. a9bd8c3 Log the pid of the forked zygote child. by Martin Stjernholm · 5 years ago
  2. 2555ed5 Merge "zygote: use async signal safe log to record child process death" by Elliott Hughes · 5 years ago
  3. 31c52c9 Fix loop iteration bug. by Chris Wailes · 5 years ago
  4. 6d0dd1a zygote: use async signal safe log to record child process death by wangmingming1 · 6 years ago
  5. 9c9b025 Replace hardcoded cgroup paths by Suren Baghdasaryan · 6 years ago
  6. 5d5bf1f even more O_CLOEXECs! by Nick Kralevich · 5 years ago
  7. 5d445ad DO NOT MERGE: Revert "Revert "Add libprocessgroup dependency and fix sched_policy include"" by Suren Baghdasaryan · 5 years ago
  8. 33a0994 Merge "Enables the use of the blastula pool." by Christian Wailes · 5 years ago
  9. cffbf1c Enables the use of the blastula pool. by Chris Wailes · 5 years ago
  10. c5e0fda DO NOT MERGE: Revert "Add libprocessgroup dependency and fix sched_policy include" by Suren Baghdasaryan · 5 years ago
  11. 8b35ba2 Implemented native functions and types for blastula management. by Chris Wailes · 5 years ago
  12. 30f16ca Added mitigation for b/122921367 by Chris Wailes · 5 years ago
  13. 09a29e1 Add libprocessgroup dependency and fix sched_policy include by Suren Baghdasaryan · 5 years ago
  14. c094a54 Add NetworkStack app by Remi NGUYEN VAN · 6 years ago
  15. a1b644e Fix performance-for-range-copy warnings by Chih-Hung Hsieh · 6 years ago
  16. 2b71ad0 Add persist.zygote.core_dump property for coredumps by Orion Hodson · 6 years ago
  17. 8d005a6 Move EnableDebuggger from ART to zygote by Orion Hodson · 6 years ago
  18. efc65b2 Refactor native Zygote code. by Chris Wailes · 6 years ago
  19. 65e48ec Close statsd log socket before zygote fork(). by Howard Ro · 6 years ago
  20. 46724e7 Add post fork hook for System Server by Orion Hodson · 6 years ago
  21. 696873e Add system_server to system group only if per_app_memcg is true by Minchan Kim · 6 years ago
  22. 1fad55e Merge changes from topic "bionic_fdsan_java" am: bb352287c9 by Josh Gao · 6 years ago
  23. d795110 Reenable fdsan in the zygote post-fork. by Josh Gao · 6 years ago
  24. 9a81005 Split fork and specialize in zygote by David Sehr · 6 years ago
  25. de8d0bd Split fork and specialize in zygote by David Sehr · 6 years ago
  26. 05aad3b Merge "Merge "When suid_dumpable == 2, set dumpable to 0 for apps" am: 659a13121c" into stage-aosp-master by Victor Hsieh · 6 years ago
  27. e645943 When suid_dumpable == 2, set dumpable to 0 for apps by Victor Hsieh · 6 years ago
  28. c39a1b9 Merge "Fix seccomp filter set up in zygote" am: 29d32fb55b am: 13127dfa03 by Victor Hsieh · 6 years ago
  29. fa046a1 Fix seccomp filter set up in zygote by Victor Hsieh · 6 years ago
  30. 9d66fa0 Don't try to create a process group when not root. by Torne (Richard Coles) · 6 years ago
  31. c362a44 Frameworks: Refactor FileDescriptorTable errors by Andreas Gampe · 6 years ago
  32. 5f35c4e Frameworks: Add app name to zygote abort by Andreas Gampe · 6 years ago
  33. d5758f6 Frameworks: Refactor zygote abort code by Andreas Gampe · 6 years ago
  34. 183a5d3 Frameworks: Refactor FileDescriptorTable errors by Andreas Gampe · 6 years ago
  35. bf94c2c Frameworks: Add app name to zygote abort by Andreas Gampe · 6 years ago
  36. b8aae19 Frameworks: Refactor zygote abort code by Andreas Gampe · 6 years ago
  37. 041483a Zygote: Set libbase default tag on fork by Andreas Gampe · 6 years ago
  38. 3961397 Zygote: Set libbase default tag on fork by Andreas Gampe · 6 years ago
  39. c0276a5 Merge "Add Zygote.startChildZygote() to fork a new process that itself is a zygote." am: 554cfd1f1d am: 5b9410c74b by Robert Sesek · 6 years ago
  40. d0a190df Add Zygote.startChildZygote() to fork a new process that itself is a zygote. by Robert Sesek · 6 years ago
  41. 4878292 Merge "Fix "zygote is killed by signal 1"" am: 2372af9cd8 am: 476b746360 by hansson · 6 years ago
  42. 435e84b Fix "zygote is killed by signal 1" by yuanhao · 6 years ago
  43. 2176822 Merge "Reland: Move zygote's seccomp setup to post-fork" am: 7839672e22 am: 4249466562 by Victor Hsieh · 6 years ago
  44. c8176ef Reland: Move zygote's seccomp setup to post-fork by Victor Hsieh · 6 years ago
  45. 6bdc3a2 Check for /dev/memcg/system/tasks before writing to it by Jeff Vander Stoep · 7 years ago
  46. 8f4eab2 resolve merge conflicts of eb8a4ef5d344 to oc-mr1-dev-plus-aosp by Andreas Gampe · 7 years ago
  47. 81edac4 Rename debugFlags to runtimeFlags. by Nicolas Geoffray · 7 years ago
  48. e154c72 Merge "Added system_server to system group" into oc-mr1-dev am: 22d055566a by Carmen Jackson · 7 years ago
  49. dd40125 Added system_server to system group by Carmen Jackson · 7 years ago
  50. 586fd52 Merge "Improve container capability bounding in containers" by Treehugger Robot · 7 years ago
  51. 72042c9 Improve container capability bounding in containers by Luis Hector Chavez · 7 years ago
  52. b14694b Merge "zygote: always log process exit reason." by Treehugger Robot · 7 years ago
  53. 6d747ca zygote: always log process exit reason. by Josh Gao · 7 years ago
  54. 2279b25 frameworks/base: use proper nativehelper headers by Steven Moreland · 7 years ago
  55. 76de39e Add a common call when wrapping an app. by Christopher Ferris · 7 years ago
  56. ab16dd1 Set the decay timer for all forked apps. by Christopher Ferris · 7 years ago
  57. 0fabba3 Allow Bluetooth CAP_SYS_NICE by Philip Cuadra · 7 years ago
  58. 8bafcfe Merge "In MountEmulatedStorage() do not try to mount for mode MOUNT_EXTERNAL_NONE." by Robert Sesek · 7 years ago
  59. 06f3930 In MountEmulatedStorage() do not try to mount for mode MOUNT_EXTERNAL_NONE. by Robert Sesek · 7 years ago
  60. 55310df Merge "Fix the reset of boosted zygote thread priority." am: 83aceea07d by Hiroshi Yamauchi · 7 years ago
  61. 04ed650 Fix the reset of boosted zygote thread priority. by Hiroshi Yamauchi · 7 years ago
  62. 6f372da zygote: make all capabilities inheritable. am: 45dab78e98 am: 0f2a0b9908 by Josh Gao · 7 years ago
  63. dc3f66c Revert "zygote: don't drop CAP_SYS_PTRACE from the bounding set." am: 0a2d61505a by Josh Gao · 7 years ago
  64. 45dab78 zygote: make all capabilities inheritable. by Josh Gao · 7 years ago
  65. 0a2d615 Revert "zygote: don't drop CAP_SYS_PTRACE from the bounding set." by Josh Gao · 7 years ago
  66. a07e531 Merge "zygote: don't drop CAP_SYS_PTRACE from the bounding set." am: 273b886c49 by Josh Gao · 7 years ago
  67. 5997221 zygote: don't drop CAP_SYS_PTRACE from the bounding set. by Josh Gao · 7 years ago
  68. e4cff36 Merge "Zygote: Add fdsToIgnore" am: 5b22a826d5 am: 140b9b65a1 by Andreas Gampe · 7 years ago
  69. 8dfa178 Zygote: Add fdsToIgnore by Andreas Gampe · 7 years ago
  70. df781cc Dynamically add the webview_zygote's preloaded APK to the zygote FD whitelist. am: 54e387ddbe by Robert Sesek · 7 years ago
  71. 0247937 Split core/jni/fd_utils-inl.h into a .h/.cpp pair. am: 8225b7c951 am: 63a7fe6de8 by Robert Sesek · 7 years ago
  72. 54e387d Dynamically add the webview_zygote's preloaded APK to the zygote FD whitelist. by Robert Sesek · 8 years ago
  73. 8225b7c Split core/jni/fd_utils-inl.h into a .h/.cpp pair. by Robert Sesek · 8 years ago
  74. 80fb0b0 Revert "Add boost to increase the load on newly-forked zygote processes." by Todd Kjos · 8 years ago
  75. 5cbce85 Make sure Zygote is running at process priority 0 after VM has started. by Vitalii Tomkiv · 8 years ago
  76. 1e52ce4 Make sure Zygote is running at process priority 0 after VM has started. by Vitalii Tomkiv · 8 years ago
  77. 8175f09 Revert "Add boost to increase the load on newly-forked zygote processes." by Todd Kjos · 8 years ago
  78. b1df48d Merge remote-tracking branch 'goog/cw-f-dev' into fix_merger by Baligh Uddin · 8 years ago
  79. a0d2e6f Merge "Respect force_mount_namespace in MountEmulatedStorage()." am: b828b6bf6c by Robert Sesek · 8 years ago
  80. 06af1c0 Respect force_mount_namespace in MountEmulatedStorage(). by Robert Sesek · 8 years ago
  81. ae06fba Merge "In MountEmulatedStorage() don't create a mount namespace unless actually mounting." by Robert Sesek · 8 years ago
  82. 720fcbc Zygote : Block SIGCHLD during fork. am: dfcc79ee8e by Narayan Kamath · 8 years ago
  83. dfcc79e Zygote : Block SIGCHLD during fork. by Narayan Kamath · 8 years ago
  84. 8a3a6ff In MountEmulatedStorage() don't create a mount namespace unless actually mounting. by Robert Sesek · 8 years ago
  85. 1201509 Move art::Runtime::InitZygote logic from art into frameworks/base. am: e4f8d69c58 am: c1b32fc3ea by Robert Sesek · 8 years ago
  86. 5189f86 Move art::Runtime::InitZygote logic from art into frameworks/base. am: e4f8d69c58 by Robert Sesek · 8 years ago
  87. e4f8d69 Move art::Runtime::InitZygote logic from art into frameworks/base. by Robert Sesek · 8 years ago
  88. abd5b05 Backport changes to whitelist sockets opened by the zygote. am: a1252ccbdb by Narayan Kamath · 8 years ago
  89. a1252cc Backport changes to whitelist sockets opened by the zygote. by Narayan Kamath · 8 years ago
  90. 3764a26 Add a whitelist of sockets on fork. by Narayan Kamath · 8 years ago
  91. c5f27a7 Reopen whitelisted zygote file descriptors after a fork. by Narayan Kamath · 8 years ago
  92. 593aab7 Zygote: Better logging for setgroups failures. by Narayan Kamath · 8 years ago
  93. 885b742 Changes of root storage space unmounting time on Zygote Process by doheon1.lee · 8 years ago
  94. 0f6ae2e resolve merge conflicts of b242549166 to nyc-dev by Erik Kline · 8 years ago
  95. b242549 Give bluetooth sufficient capabilities to run DhcpClient by Erik Kline · 8 years ago
  96. 2956bee Grant CAP_WAKE_ALARM to the Bluetooth process for any user by Pavlin Radoslavov · 8 years ago
  97. fbd5904 Use GID "wakelock" to control access to kernel wakelock by Pavlin Radoslavov · 9 years ago
  98. a877235 Special case system_server to not create the JIT code cache. by Nicolas Geoffray · 9 years ago
  99. b053cce Frameworks/base: Make RuntimeAbort more expressive by Andreas Gampe · 9 years ago
  100. ea1831d am b57dd722: resolved conflicts for a884d81e to stage-aosp-master by Elliott Hughes · 9 years ago