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