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