- Apr 22, 2019
-
-
Christopher Anderson authored
The class is big enough to justify moving all implementations into the .cpp, and the compiler will decide whether it wants to inline anyway. Change-Id: Ia6090a066fba6cf8aee24d0f9a07f2efd0f88702
-
Doug Evans authored
... now that PT-133 has been fixed. Change-Id: Iaa17a36992c4b0d8d2281b23ad05eb4784ab00aa
-
James Tucker authored
Change-Id: Ia47003dac89d8e4e7085321bbbd9ff291f7d39d8
-
David Stevens authored
In preparation for new types of VMOs for which 'clone' is not an accurate description, rename 'clones' to 'children'. The renaming only affects up to the syscall layer, as higher layers can still refer to copy-on-write children as 'clones'. This change adds a vdso shim for the old zx_vmo_clone syscall and leaves the old flags/zx wrapper. These will be removed once clients are migrated to the updated API. Change-Id: I8319d8ab379b7e57905ec3f6ece86fd6e0d401d1
-
Adam Barth authored
This variant of ThreadSafeBindingSet is not actually thread safe. The design is fundamentally broken and clients need to migrate to another mechanism. FIDL-594 #comment Change-Id: Id7945385261d938d873adca76805b31739d40f5f
-
Payton Turnage authored
Flaked in GI Change-Id: Ib7b4e7bc7f269b1fde89ebd1fc58e23622f236a8
-
Tim Detwiler authored
This is needed to add this interface to a bridge. Test: # Deploy fuchsia with debian_guest to device. (host) $ fx set terminal.x64 --with //garnet/packages/experimental:debian_guest --release (host) $ fx ota # Boot the guest. The vmm will create the 'ethv0' device # automatically. (fuchsia[0]) $ guest launch debian_guest --legacy-net=false # Bridge the new ethv0 to the physical NIC (ethp001f6 for me): (fuchsia[1]) $ ifconfig bridge ethv0 ethp001f6 # Observe the bridge is successfully created. Change-Id: I1f29726798439660dd03cfbd15a6a7f9db79fa56
-
Kevin Wells authored
Change-Id: I9f3b9b6adf09759e883798bd5443519f385cdcda
-
David Stevens authored
- Add VmObject pointers to vmo dumps from 'k zx'. These pointers can be used to further inspect vmos with 'k vm_object'. - Add parent pointer to 'k vm_object'. Change-Id: I988d6968e4d4fe8824b1710975145c62f01744c2
-
Kevin Wells authored
Change-Id: I2dc7849e6f5e80c4474118450d2eb68f36f40a0c
-
Satsuki Ueno authored
This refactors the token cache interface to separate token definitions and cache logic. Token and key definitions are pulled out of the token cache and moved to token manager. The cache provides traits that should be implemented by anything stored in the cache. This also adds test configuration to token manager to support tests migrated from token cache. Next changes: Enforce maximum cache size. Change-Id: I63b403a2192e1cdd6b8f1f36d7cb8b334f9a9829
-
Marty Faltesek authored
Test: handle-transfer-test Bug: ZX-3722 #done Change-Id: I8db6a3622c6a0764a43b63d5ac22d6b364550810
-
docs-roller authored
Test: CQ Change-Id: I289783bb494d2ae60f642380c15a83e077337236
-
- Apr 21, 2019
-
-
docs-roller authored
Test: CQ Change-Id: Ibeb5a04679134351ffe97a2e17efce1414435ae6
-
docs-roller authored
Test: CQ Change-Id: Iaee9b44ed7c7b26f1dcda893cd812ba8416c6ca2
-
- Apr 20, 2019
-
-
docs-roller authored
Test: CQ Change-Id: I41fa93572ce35f4463ce98d7f100ca95108a95f7
-
Adam Barth authored
There are no longer any clients. Change-Id: I2a1984d305bf9dfe5588692005ee0676e8695c3a
-
Adam Barth authored
This test runs the production system_recovery binary in an integration test in a normal Fuchsia system. Change-Id: I5b2e37d0745a14d343e1ec9d7851ae86d8899ce1
-
Andres Oportus authored
Qualcomm's interpretation of the SMC calling conventions requires keeping track of a request's session id returned from smc calls in X6. This change moves support for Qualcomm's SMC retry mechanism from PIL to a library including storage of session id across retires to be used by other QSEE clients. Test: PIL authentication of the Audio DSP FW image. Change-Id: I762e4dbb0283960d90c2da590321b0f10168f4ca
-
Bruno Dal Bo authored
- Adds an option for clients to observe launched services' exit code and termination reason on EnclosingEnvironments. Change-Id: I5f88c75075d24c6063e089e0ec03ccff8dcecb45
-
Adam Barth authored
The boards were still using old-style JSON paths rather than GN labels. This CL brings them closer to the future. Change-Id: I7348d1b19e0eccf56fec4ef83625ff7d6938afd7
-
Jeff Brown authored
Added fit::make_result_promise(), fit::make_ok_promise(), and fit::make_error_promise(). Adopted the new helpers in various places that benefit from it. Test: fit-test Change-Id: Id7519f2c25df8d2caff276286710051bad6ef9f1
-
docs-roller authored
Test: CQ Change-Id: Id807f8c82698fb8b03b41c65e5704ccdd38941a9
-
David Worsham authored
Test: mediaplayer_tests SCN-1018 #comment SCN-1291 #comment Change-Id: I2b2bea29e70d50d12a69c29cfc53399a5b8990d7
-
Bryan Henry authored
flag flip This is a reland of 9f08f780 Original change's description: > [migrate] Finish migration to isolated-persistent-storage + AccountManager flag flip > > This migrates all of the remaining components using > deprecated-global-persistent-storage to isolated-persistent-storage, and > flips the use_account_manager flag for basemgr to start using > AccountManager. > > SEC-216 #comment > MF-318 #done > CF-638 #done > MF-261 #done > PKG-490 #done > CF-649 #done > > Change-Id: I2f35a515a590e425cc4d86373c7b8143092a5521 Change-Id: I4c9cc12dab69a927a2e3bf51480aa80bfb19ba0f
-
Ross Wang authored
DX-1315 #comment This moves //src/testing/sl4f/client to //sdk/testing/sl4f/client. A redirect is left in //src... to soften the transition. Test: Changed a dependent to depend on //sdk/testing/sl4f/client, and not Change-Id: I548dbe7abe6db6924ef93c7284634f97bf9946cf
-
James Tucker authored
Change-Id: Ib35d2fa7eeba5ea41268bad49dea13f709ade52c
-
James Tucker authored
Change-Id: I4fcf4d0e0fc5ce26903352d2c9ab2ea482d6b1dd
-
James Tucker authored
Change-Id: Ie3dcd177bd2db782ee8ae44d2e0e1c824f9d2ba2
-
Dustin Green authored
Plumb sysmem via StreamProcessor interface. For now, OnOutputConfig is still sent to make this a soft transition. Tested: use_media_decoder, use_h264_decoder_test, mediaplayer_test_util, chromium fuchsia_video_decoder test Change-Id: I13e3ae4f4be66a121dc097ff00bd136e04a56442
-
Ankur Mittal authored
fixing it to search for /hub/r/my_realm/1 /hub/r/my_realm/2 /hub/r/my_realm/3 /hub/c/my_c/1 /hub/c/my_c/2 /hub/c/my_c/3 Change-Id: I7692843ef6fe4e304e008989b5dc7e202488504e
-
David Worsham authored
Its been deprecated for a month, time to delete it. SCN-892 #done Change-Id: Ie23f903292e6577d223522ef38ae419978ca3e2e
-
Bruno Dal Bo authored
- Fix issues where sandboxes could hang if set up with duplicate environment names - Sandbox service creates a shell environment around each sandbox to loosen naming restrictions. Change-Id: I4f5b551bf636eabf2a26f8540fafec3d9a79899e
-
Dan Johnson authored
Bug: PKG-631 Change-Id: Ie1f5253054d341f1da379cfcbdea5e7bc05f88db
-
Ankur Mittal authored
FLK-168 #progress Change-Id: I3a4e83d67f3b6c590b14eb1b6d90dda2233a6c26
-
James Tucker authored
Observed in the wild header timeouts due to improperly torn down TCP sockets. We retry up to twice under these conditions before passing the errors up the stack. Bug: PKG-691 #comment Bug: DNO-483 #comment Change-Id: I7e7e5042012d0be231ac28f4da1d541c239801ce
-
James Tucker authored
newrepo was only preparing staged repository data, which meant that after a newrepo invocation the repository was not in a "servable" state. Newrepo now commits the empty target set, to ensure that a newly formed repository is entirely servable. This change also updates the flags somewhat to unify between `pm newrepo` and `pm publish`, but retains support for the old flags. In the case where a user supplies both the `-repo` and the `-r` flag to publish, the last flag in argv wins. Bug: DX-972 #done Change-Id: Ib15ae26d5a5cb3480e24d8e7fecdd2966189b9cd
-
Michael Brunson authored
We will need an FVM without minfs to test programs related to PKG-442 since we will not be able to write a zxcrypt partition at runtime. Issue: PKG-684 Change-Id: I2daa6615784edece7962a68a1742e656993b106f
-
James Tucker authored
pkgfs no longer depends on Amber, instead Amber performs all of the installation operations off of it's own back. Change-Id: I8de8f98e2fc4094484d295db45b30d7e1d747667
-
Jody Sankey authored
This is step 1 of 4 in a soft transition to migrate the Auth Provider between repos. It creates a new component but the component is not yet included in any configurations or used. Change-Id: I3b115347b16129b0be72d7ff1c59310d4105573d
-