1. b62d5c7 Merge "Log the pid of the forked zygote child." am: 820cfa422c am: 181c318f1f by Martin Stjernholm · 5 years ago
  2. a9bd8c3 Log the pid of the forked zygote child. by Martin Stjernholm · 5 years ago
  3. bda1b8f Merge changes Ib8f3b5b0,I66b01930,I560cdf9c by Christian Wailes · 5 years ago
  4. e51005d Look for visible vols for a user under /mnt/user/<userId>/package/. by Sudheer Shanka · 5 years ago
  5. db132a3 Teaches the System Server to enable the Zygote's blastula pool. by Chris Wailes · 5 years ago
  6. ae93714 Improved file descriptor cleanup in Zygote. by Chris Wailes · 5 years ago
  7. 74584a5 Fix inconsistent naming and indentation. by Sudheer Shanka · 5 years ago
  8. 03b20ec Avoid creating /mnt/user/<userId>/package/<packageName> for all pkgs. by Sudheer Shanka · 5 years ago
  9. 121a206 Merge "Ignore EEXIST errors when creating pkg specific dirs." by Sudheer Shanka · 5 years ago
  10. 0ad0d89 Ignore EEXIST errors when creating pkg specific dirs. by Sudheer Shanka · 5 years ago
  11. 0bccbf7 Add blastula pool system properties by Mathieu Chartier · 5 years ago
  12. ecb1501 Merge "zygote: use async signal safe log to record child process death" am: 2555ed5bca am: 2feb04170b by Elliott Hughes · 5 years ago
  13. 2555ed5 Merge "zygote: use async signal safe log to record child process death" by Elliott Hughes · 5 years ago
  14. e5ecf06 Merge "Revert "Revert "Ensure necessary external storage dirs while creating sandboxes.""" by Sudheer Shanka · 5 years ago
  15. 3614fbd Merge "Fix loop iteration bug." am: 1a74681173 am: db80339f95 am: c43493ffec by Christian Wailes · 5 years ago
  16. 31c52c9 Fix loop iteration bug. by Chris Wailes · 5 years ago
  17. c8cd0c1 Revert "Revert "Ensure necessary external storage dirs while creating sandboxes."" by Sudheer Shanka · 5 years ago
  18. 03ff08e Revert "Ensure necessary external storage dirs while creating sandboxes." by Jeff Sharkey · 5 years ago
  19. d8b4f10 Ensure necessary external storage dirs while creating sandboxes. by Sudheer Shanka · 5 years ago
  20. 6d0dd1a zygote: use async signal safe log to record child process death by wangmingming1 · 6 years ago
  21. 0637680 Enable isolated storage by default. by Jeff Sharkey · 5 years ago
  22. 932d51d Create pkg specific dirs if they are not available. by Sudheer Shanka · 5 years ago
  23. 03fd40b Remove sandbox specific bind mounts from root namespace. by Sudheer Shanka · 5 years ago
  24. 9df7150 Merge "Check if sandbox is prepared before mounting pkg specific dirs." by Sudheer Shanka · 5 years ago
  25. 430fcc8 Check if sandbox is prepared before mounting pkg specific dirs. by Sudheer Shanka · 5 years ago
  26. 9c9b025 Replace hardcoded cgroup paths by Suren Baghdasaryan · 6 years ago
  27. 3fc4af6 Replace hardcoded cgroup paths by Suren Baghdasaryan · 6 years ago
  28. 4d8546d Make profileable_from_shell apps dumpable. by Yabin Cui · 5 years ago
  29. 3516738 Merge "even more O_CLOEXECs!" am: bb5b645454 am: 6130adad16 am: 8da21b7b21 by Nick Kralevich · 5 years ago
  30. 5d5bf1f even more O_CLOEXECs! by Nick Kralevich · 5 years ago
  31. 5d445ad DO NOT MERGE: Revert "Revert "Add libprocessgroup dependency and fix sched_policy include"" by Suren Baghdasaryan · 5 years ago
  32. 33a0994 Merge "Enables the use of the blastula pool." by Christian Wailes · 5 years ago
  33. cffbf1c Enables the use of the blastula pool. by Chris Wailes · 6 years ago
  34. ba4c2eb Enables the use of the blastula pool. by Chris Wailes · 6 years ago
  35. c5e0fda DO NOT MERGE: Revert "Add libprocessgroup dependency and fix sched_policy include" by Suren Baghdasaryan · 5 years ago
  36. 8b35ba2 Implemented native functions and types for blastula management. by Chris Wailes · 6 years ago
  37. 30f16ca Added mitigation for b/122921367 by Chris Wailes · 6 years ago
  38. d54dfdb Merge "Install setresuid()/setresgid() seccomp filter in AppZygote." by Martijn Coenen · 5 years ago
  39. aa1c962 Implemented native functions and types for blastula management. by Chris Wailes · 6 years ago
  40. 09a29e1 Add libprocessgroup dependency and fix sched_policy include by Suren Baghdasaryan · 6 years ago
  41. 0b6da53 Create a new MOUNT_EXTERNAL_LEGACY storage mode. by Sudheer Shanka · 6 years ago
  42. e620554 Merge "Add libprocessgroup dependency and fix sched_policy include" by Suren Baghdasaryan · 6 years ago
  43. b128866 Merge "Prepare setresuid()/setresgid() seccomp filter in AppZygote." by TreeHugger Robot · 6 years ago
  44. 8953999 Merge "Use "sys.isolated_storage_snapshot" prop to check for the feature." by Sudheer Shanka · 6 years ago
  45. 6ef1680 Install setresuid()/setresgid() seccomp filter in AppZygote. by Martijn Coenen · 6 years ago
  46. 86f08a5 Prepare setresuid()/setresgid() seccomp filter in AppZygote. by Martijn Coenen · 6 years ago
  47. e443326 Add libprocessgroup dependency and fix sched_policy include by Suren Baghdasaryan · 6 years ago
  48. a380158 Use "sys.isolated_storage_snapshot" prop to check for the feature. by Sudheer Shanka · 6 years ago
  49. eac7f4e Added mitigation for b/122921367 by Chris Wailes · 6 years ago
  50. 708c409 Merge "Add NetworkStack app" am: d01eaecbd2 am: e1922923fc am: 5673820f9b by Remi NGUYEN VAN · 6 years ago
  51. c094a54 Add NetworkStack app by Remi NGUYEN VAN · 6 years ago
  52. 2491af2 Merge "Fix performance-for-range-copy warnings" am: bc29242288 am: 7adb73f332 by Chih-Hung Hsieh · 6 years ago
  53. a1b644e Fix performance-for-range-copy warnings by Chih-Hung Hsieh · 6 years ago
  54. 95268ae Merge "Create a new mount mode for installer packages." by Jeff Sharkey · 6 years ago
  55. 3a0df3b Create a new mount mode for installer packages. by Sudheer Shanka · 6 years ago
  56. dc7fba4 Merge "Add persist.zygote.core_dump property for coredumps" am: a36a69a9e6 am: 68b64b2639 by Orion Hodson · 6 years ago
  57. 2b71ad0 Add persist.zygote.core_dump property for coredumps by Orion Hodson · 6 years ago
  58. 05690ae Merge "Move EnableDebuggger from ART to zygote" am: a28a009b22 am: 05c07b3410 by Orion Hodson · 6 years ago
  59. 8d005a6 Move EnableDebuggger from ART to zygote by Orion Hodson · 6 years ago
  60. efc65b2 Refactor native Zygote code. by Chris Wailes · 6 years ago
  61. af594fc Refactor native Zygote code. by Chris Wailes · 6 years ago
  62. 65e48ec Close statsd log socket before zygote fork(). by Howard Ro · 6 years ago
  63. 1bd83da Merge "Add post fork hook for System Server" am: f2a342b3ab am: a58c2a07c1 by Orion Hodson · 6 years ago
  64. 46724e7 Add post fork hook for System Server by Orion Hodson · 6 years ago
  65. 8977bfd Merge "Close statsd log socket before zygote fork()." by Howard Ro · 6 years ago
  66. 2733041 Close statsd log socket before zygote fork(). by Howard Ro · 6 years ago
  67. 3f0645b Bind mount pkg specific dirs in the zygote child namespaces. by Sudheer Shanka · 6 years ago
  68. 696873e Add system_server to system group only if per_app_memcg is true by Minchan Kim · 6 years ago
  69. 98cb3f0 Allow some apps to get full access to external storage. by Sudheer Shanka · 6 years ago
  70. 8d8223e Keep /sdcard working for shell process when isolated storage is enabled. by Sudheer Shanka · 6 years ago
  71. 663b104 Mount package sandboxes during process initialization. by Sudheer Shanka · 6 years ago
  72. 154fe3f Pass the packageName to zygote when starting a new process. by Sudheer Shanka · 6 years ago
  73. f287139 Merge changes from topic "bionic_fdsan_java" am: bb352287c9 am: 1fad55e868 by Josh Gao · 6 years ago
  74. 1fad55e Merge changes from topic "bionic_fdsan_java" am: bb352287c9 by Josh Gao · 6 years ago
  75. d795110 Reenable fdsan in the zygote post-fork. by Josh Gao · 6 years ago
  76. 6614a08 Merge "Add system_server to system group only if per_app_memcg is true" into pi-dev by Minchan Kim · 6 years ago
  77. 5fa8af2 Add system_server to system group only if per_app_memcg is true by Minchan Kim · 6 years ago
  78. 9a81005 Split fork and specialize in zygote by David Sehr · 6 years ago
  79. de8d0bd Split fork and specialize in zygote by David Sehr · 6 years ago
  80. 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
  81. e645943 When suid_dumpable == 2, set dumpable to 0 for apps by Victor Hsieh · 6 years ago
  82. c39a1b9 Merge "Fix seccomp filter set up in zygote" am: 29d32fb55b am: 13127dfa03 by Victor Hsieh · 6 years ago
  83. 634fb40 Fix seccomp filter set up in zygote by Victor Hsieh · 6 years ago
  84. fa046a1 Fix seccomp filter set up in zygote by Victor Hsieh · 6 years ago
  85. 9d66fa0 Don't try to create a process group when not root. by Torne (Richard Coles) · 6 years ago
  86. c362a44 Frameworks: Refactor FileDescriptorTable errors by Andreas Gampe · 6 years ago
  87. 5f35c4e Frameworks: Add app name to zygote abort by Andreas Gampe · 6 years ago
  88. d5758f6 Frameworks: Refactor zygote abort code by Andreas Gampe · 6 years ago
  89. 183a5d3 Frameworks: Refactor FileDescriptorTable errors by Andreas Gampe · 6 years ago
  90. bf94c2c Frameworks: Add app name to zygote abort by Andreas Gampe · 6 years ago
  91. b8aae19 Frameworks: Refactor zygote abort code by Andreas Gampe · 6 years ago
  92. 041483a Zygote: Set libbase default tag on fork by Andreas Gampe · 6 years ago
  93. 3961397 Zygote: Set libbase default tag on fork by Andreas Gampe · 6 years ago
  94. 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
  95. d0a190df Add Zygote.startChildZygote() to fork a new process that itself is a zygote. by Robert Sesek · 6 years ago
  96. 4878292 Merge "Fix "zygote is killed by signal 1"" am: 2372af9cd8 am: 476b746360 by hansson · 6 years ago
  97. 435e84b Fix "zygote is killed by signal 1" by yuanhao · 7 years ago
  98. 2176822 Merge "Reland: Move zygote's seccomp setup to post-fork" am: 7839672e22 am: 4249466562 by Victor Hsieh · 7 years ago
  99. c8176ef Reland: Move zygote's seccomp setup to post-fork by Victor Hsieh · 7 years ago
  100. 6bdc3a2 Check for /dev/memcg/system/tasks before writing to it by Jeff Vander Stoep · 7 years ago