1. 742981e Pass runtimeFlags to postForkSystemServer by Mathieu Chartier · 4 years, 8 months ago
  2. 20139df zygote: remove ashmem initialization by Tri Vo · 4 years, 10 months ago
  3. 15c0233 Use bionic platform headers. by Christopher Ferris · 4 years, 11 months ago
  4. eb3773e Merge "BT: Add CAP_NET_ADMIN for Bluetooth Process" am: 867956b55c by Nitin Shivpure · 5 years ago
  5. 99cec9d BT: Add CAP_NET_ADMIN for Bluetooth Process by Nitin Shivpure · 5 years ago
  6. f68c4e2 Fixes two data races in USAP pool management. by Chris Wailes · 5 years ago
  7. 51c53b4 Revert "Adjusts the USAP pool refill mechanism." by Mathew Inwood · 5 years ago
  8. 0779af6 Adjusts the USAP pool refill mechanism. by Chris Wailes · 5 years ago
  9. 64501e5 Remove storage sandboxes related code. by Sudheer Shanka · 5 years ago
  10. d6d09d9 Merge "Allow sandboxed apps to access only package specific dirs." into qt-dev by Sudheer Shanka · 5 years ago
  11. 8a3c261 Remove gMallocLeakZygoteChild. by Christopher Ferris · 5 years ago
  12. c00c1cf Remove gMallocLeakZygoteChild. by Christopher Ferris · 5 years ago
  13. 783c90e Allow sandboxed apps to access only package specific dirs. by Sudheer Shanka · 5 years ago
  14. 72625f5 Disable XOM on libraries for apps with targetSdkVerison<Q by Jeff Vander Stoep · 5 years ago
  15. 7a4adcc zygote: initialize ashmem early by Tim Murray · 5 years ago
  16. cde0ac7 zygote: initialize ashmem early by Tim Murray · 5 years ago
  17. 6d482d54 Adds Zygote.initNativeState by Chris Wailes · 5 years ago
  18. 4667b99 zygote: initialize selinux app contexts before fork() by Jeff Vander Stoep · 5 years ago
  19. 739c0b5 Disable XOM on libraries for apps with targetSdkVerison<Q by Jeff Vander Stoep · 5 years ago
  20. 6b6f96d Zygote: Load system server code early by Andreas Gampe · 5 years ago
  21. 066faf7 Merge "Tracing for isolated storage changes." by Jeff Sharkey · 5 years ago
  22. 853e53e Tracing for isolated storage changes. by Jeff Sharkey · 5 years ago
  23. 76b4b2c Zygote: Load system server code early by Andreas Gampe · 5 years ago
  24. fe3a348 Addressed deferred CL feedback comments. by Chris Wailes · 5 years ago
  25. 7e797b6 Renamed blastula to unspecialized app process (usap) by Chris Wailes · 5 years ago
  26. b62d5c7 Merge "Log the pid of the forked zygote child." am: 820cfa422c am: 181c318f1f by Martin Stjernholm · 5 years ago
  27. a9bd8c3 Log the pid of the forked zygote child. by Martin Stjernholm · 5 years ago
  28. bda1b8f Merge changes Ib8f3b5b0,I66b01930,I560cdf9c by Christian Wailes · 5 years ago
  29. e51005d Look for visible vols for a user under /mnt/user/<userId>/package/. by Sudheer Shanka · 5 years ago
  30. db132a3 Teaches the System Server to enable the Zygote's blastula pool. by Chris Wailes · 5 years ago
  31. ae93714 Improved file descriptor cleanup in Zygote. by Chris Wailes · 6 years ago
  32. 74584a5 Fix inconsistent naming and indentation. by Sudheer Shanka · 5 years ago
  33. 03b20ec Avoid creating /mnt/user/<userId>/package/<packageName> for all pkgs. by Sudheer Shanka · 5 years ago
  34. 121a206 Merge "Ignore EEXIST errors when creating pkg specific dirs." by Sudheer Shanka · 5 years ago
  35. 0ad0d89 Ignore EEXIST errors when creating pkg specific dirs. by Sudheer Shanka · 5 years ago
  36. 0bccbf7 Add blastula pool system properties by Mathieu Chartier · 5 years ago
  37. ecb1501 Merge "zygote: use async signal safe log to record child process death" am: 2555ed5bca am: 2feb04170b by Elliott Hughes · 5 years ago
  38. 2555ed5 Merge "zygote: use async signal safe log to record child process death" by Elliott Hughes · 5 years ago
  39. e5ecf06 Merge "Revert "Revert "Ensure necessary external storage dirs while creating sandboxes.""" by Sudheer Shanka · 5 years ago
  40. 3614fbd Merge "Fix loop iteration bug." am: 1a74681173 am: db80339f95 am: c43493ffec by Christian Wailes · 5 years ago
  41. 31c52c9 Fix loop iteration bug. by Chris Wailes · 5 years ago
  42. c8cd0c1 Revert "Revert "Ensure necessary external storage dirs while creating sandboxes."" by Sudheer Shanka · 5 years ago
  43. 03ff08e Revert "Ensure necessary external storage dirs while creating sandboxes." by Jeff Sharkey · 5 years ago
  44. d8b4f10 Ensure necessary external storage dirs while creating sandboxes. by Sudheer Shanka · 5 years ago
  45. 6d0dd1a zygote: use async signal safe log to record child process death by wangmingming1 · 6 years ago
  46. 0637680 Enable isolated storage by default. by Jeff Sharkey · 5 years ago
  47. 932d51d Create pkg specific dirs if they are not available. by Sudheer Shanka · 5 years ago
  48. 03fd40b Remove sandbox specific bind mounts from root namespace. by Sudheer Shanka · 5 years ago
  49. 9df7150 Merge "Check if sandbox is prepared before mounting pkg specific dirs." by Sudheer Shanka · 5 years ago
  50. 430fcc8 Check if sandbox is prepared before mounting pkg specific dirs. by Sudheer Shanka · 5 years ago
  51. 9c9b025 Replace hardcoded cgroup paths by Suren Baghdasaryan · 6 years ago
  52. 3fc4af6 Replace hardcoded cgroup paths by Suren Baghdasaryan · 6 years ago
  53. 4d8546d Make profileable_from_shell apps dumpable. by Yabin Cui · 5 years ago
  54. 3516738 Merge "even more O_CLOEXECs!" am: bb5b645454 am: 6130adad16 am: 8da21b7b21 by Nick Kralevich · 6 years ago
  55. 5d5bf1f even more O_CLOEXECs! by Nick Kralevich · 6 years ago
  56. 5d445ad DO NOT MERGE: Revert "Revert "Add libprocessgroup dependency and fix sched_policy include"" by Suren Baghdasaryan · 6 years ago
  57. 33a0994 Merge "Enables the use of the blastula pool." by Christian Wailes · 6 years ago
  58. cffbf1c Enables the use of the blastula pool. by Chris Wailes · 6 years ago
  59. ba4c2eb Enables the use of the blastula pool. by Chris Wailes · 6 years ago
  60. c5e0fda DO NOT MERGE: Revert "Add libprocessgroup dependency and fix sched_policy include" by Suren Baghdasaryan · 6 years ago
  61. 8b35ba2 Implemented native functions and types for blastula management. by Chris Wailes · 6 years ago
  62. 30f16ca Added mitigation for b/122921367 by Chris Wailes · 6 years ago
  63. d54dfdb Merge "Install setresuid()/setresgid() seccomp filter in AppZygote." by Martijn Coenen · 6 years ago
  64. aa1c962 Implemented native functions and types for blastula management. by Chris Wailes · 6 years ago
  65. 09a29e1 Add libprocessgroup dependency and fix sched_policy include by Suren Baghdasaryan · 6 years ago
  66. 0b6da53 Create a new MOUNT_EXTERNAL_LEGACY storage mode. by Sudheer Shanka · 6 years ago
  67. e620554 Merge "Add libprocessgroup dependency and fix sched_policy include" by Suren Baghdasaryan · 6 years ago
  68. b128866 Merge "Prepare setresuid()/setresgid() seccomp filter in AppZygote." by TreeHugger Robot · 6 years ago
  69. 8953999 Merge "Use "sys.isolated_storage_snapshot" prop to check for the feature." by Sudheer Shanka · 6 years ago
  70. 6ef1680 Install setresuid()/setresgid() seccomp filter in AppZygote. by Martijn Coenen · 6 years ago
  71. 86f08a5 Prepare setresuid()/setresgid() seccomp filter in AppZygote. by Martijn Coenen · 6 years ago
  72. e443326 Add libprocessgroup dependency and fix sched_policy include by Suren Baghdasaryan · 6 years ago
  73. a380158 Use "sys.isolated_storage_snapshot" prop to check for the feature. by Sudheer Shanka · 6 years ago
  74. eac7f4e Added mitigation for b/122921367 by Chris Wailes · 6 years ago
  75. 708c409 Merge "Add NetworkStack app" am: d01eaecbd2 am: e1922923fc am: 5673820f9b by Remi NGUYEN VAN · 6 years ago
  76. c094a54 Add NetworkStack app by Remi NGUYEN VAN · 6 years ago
  77. 2491af2 Merge "Fix performance-for-range-copy warnings" am: bc29242288 am: 7adb73f332 by Chih-Hung Hsieh · 6 years ago
  78. a1b644e Fix performance-for-range-copy warnings by Chih-Hung Hsieh · 6 years ago
  79. 95268ae Merge "Create a new mount mode for installer packages." by Jeff Sharkey · 6 years ago
  80. 3a0df3b Create a new mount mode for installer packages. by Sudheer Shanka · 6 years ago
  81. dc7fba4 Merge "Add persist.zygote.core_dump property for coredumps" am: a36a69a9e6 am: 68b64b2639 by Orion Hodson · 6 years ago
  82. 2b71ad0 Add persist.zygote.core_dump property for coredumps by Orion Hodson · 6 years ago
  83. 05690ae Merge "Move EnableDebuggger from ART to zygote" am: a28a009b22 am: 05c07b3410 by Orion Hodson · 6 years ago
  84. 8d005a6 Move EnableDebuggger from ART to zygote by Orion Hodson · 6 years ago
  85. efc65b2 Refactor native Zygote code. by Chris Wailes · 6 years ago
  86. af594fc Refactor native Zygote code. by Chris Wailes · 6 years ago
  87. 65e48ec Close statsd log socket before zygote fork(). by Howard Ro · 6 years ago
  88. 1bd83da Merge "Add post fork hook for System Server" am: f2a342b3ab am: a58c2a07c1 by Orion Hodson · 6 years ago
  89. 46724e7 Add post fork hook for System Server by Orion Hodson · 6 years ago
  90. 8977bfd Merge "Close statsd log socket before zygote fork()." by Howard Ro · 6 years ago
  91. 2733041 Close statsd log socket before zygote fork(). by Howard Ro · 6 years ago
  92. 3f0645b Bind mount pkg specific dirs in the zygote child namespaces. by Sudheer Shanka · 6 years ago
  93. 696873e Add system_server to system group only if per_app_memcg is true by Minchan Kim · 6 years ago
  94. 98cb3f0 Allow some apps to get full access to external storage. by Sudheer Shanka · 6 years ago
  95. 8d8223e Keep /sdcard working for shell process when isolated storage is enabled. by Sudheer Shanka · 6 years ago
  96. 663b104 Mount package sandboxes during process initialization. by Sudheer Shanka · 6 years ago
  97. 154fe3f Pass the packageName to zygote when starting a new process. by Sudheer Shanka · 6 years ago
  98. f287139 Merge changes from topic "bionic_fdsan_java" am: bb352287c9 am: 1fad55e868 by Josh Gao · 6 years ago
  99. 1fad55e Merge changes from topic "bionic_fdsan_java" am: bb352287c9 by Josh Gao · 6 years ago
  100. d795110 Reenable fdsan in the zygote post-fork. by Josh Gao · 6 years ago