- Mar 20, 2019
-
-
George Kulakowski authored
Change-Id: I5e8d4e8dc54f4f59c636cfdfbaa42b51945d4903
-
Roland McGrath authored
These features are no longer used. Normalize the manifest file format supported exactly across tools. Test: CQ Change-Id: I8be09b48360a3533a0c05ffad8ad1707f876161b
-
Sean Klein authored
Change-Id: I0540992bb804a046dcce49b42fa459d0d544cc4c
-
Shac Ron authored
Remove the ioctl legacy parameters from GetStats call. Bug: ZX-3630 Test: fs-management-test Change-Id: I3f1a3a9e49be25cc1b835ffcb412ebafe0b901a4
-
James Robinson authored
This reverts commit e6ff1f38. Reason for revert: This makes the mac host bots try to compile every package in the system instead of just the host tests, which frequently causes timeouts. Original change's description: > [build] Remove packages.gni import from build/gn/BUILD.gn > > We do not need this import anymore. This CL is a warmup for deleting > packages.gni. > > Change-Id: I179cc7b728c0d49f0e67e6ea9764a36991329628 TBR=abarth@google.com,raggi@google.com,jinwoo@google.com Change-Id: I538d984a4ad8bcc2e94f2c8d4cb4732807cef293 No-Presubmit: true No-Tree-Checks: true No-Try: true
-
Bruno Dal Bo authored
- Renames OptionImpl to OptionsImpl (plural) and all implementing types follow the same pattern. - Renames RecordsImpl and OptionsImpl ::Output to ::Record and ::Option, respectively. Change-Id: I195380cec132743f6674ce5fab2d86e6ceb4a52e
-
Benjamin Brittain authored
Change-Id: I5935fe5fcd87ceb4c91a9fa1c48fa8d8aac86840
-
Gianfranco Valentino authored
On Fuchsia platform stringify zx_status_t. ZX-3702 #done TEST=zxtest-integration-test Change-Id: Ide8884291a2fc2d90518c99e362d80ebb3a023fe
-
Tyler Mandry authored
This removes the need to add .build-id links from finalize-manifests. TC-403 #done Change-Id: Ic89615bfdfca7d041a4b2844a7be0c204a7476de
-
- Mar 19, 2019
-
-
Ankur Mittal authored
DX-387 #comment CF-664 #comment Change-Id: Ib0f0077469ff74377ebac097b88869d3a45b6625
-
Ankur Mittal authored
TEST=CQ Change-Id: Ia519988fafd18f90312df273918232d9771d7a78
-
Benjamin Brittain authored
Change-Id: I0f4b54574f90c2013c73784bd62c64787a5006d0
-
Nathan Rogers authored
Add a period to the bot not recognized log line. Run `fx format-code`. Test: CQ Change-Id: Ie588a4e80aca203fcd3e464c33e47d9b34dd9ccd
-
Craig Stout authored
Change-Id: I721e809c3272b340143c875616cbcb659d7c6882
-
Ricardo Vargas authored
ZX-3055 #comment in-progress Change-Id: Id987b6b7f9106f525f5714f7d697691fc3e15cb3
-
Benjamin Brittain authored
Change-Id: I7e77cc4532baddfe0992ad25d82cd349c350d2a5
-
Taylor Cramer authored
Change-Id: Ibb9647bff224ae966cfe9152d420b175bf1bb6ba
-
George Kulakowski authored
Change-Id: Ic6657b3f3aa257ff61a7787a5621bc3b9a1e6775
-
Yifei Teng authored
FIDL-527 #done TEST: /boot/test/sys/fidl-test Change-Id: I5488a40b25c183e195e09a4f639dfade30da6bd0
-
Renato Mangini Dias authored
Add more folks (nickcook, mangini) to OWNERS of /docs Change-Id: Iaa11a1dd010a8d3e19d43b3fee267addcb4901b8
-
Taylor Cramer authored
Change-Id: I49c756fe29f7e00fb23b815645ccaefa1622ef31
-
Ricardo Vargas authored
Hide the actual error code variable, use explicit vaues for every error on the enumeration and fix a few places not setting the error properly. Change-Id: I7b71d4dba6aaef1a5cae51eac7d34df1855aece3
-
Tamir Duberstein authored
These tests aren't exercising anything hardware-specific. Change-Id: I61f06e0ad2adb21ec69a657ad6296536b70bd086
-
Nick Cook authored
PiperOrigin-RevId: 239257487 Change-Id: I06333fea3a20d8f138c5943614af5597518c9478
-
Cristián Donoso authored
This creates a socket that is passed upon creation to the inferior to be used as the stdout/stderr file descriptors. For now the agent only logs the streams. An integration test and sending the data over to the client will be made in another CL. TEST=Manual: 1. Process that writes to both stdout and stderr. 2. Having 2 process attached at the same time writing to stdout. DX-595 # Comment. DX-596 # Comment. DX-724 # Comment. Change-Id: If43b49c6de457f70ee8029a5f63abacf66a5c5af
-
Dave Moore authored
Test: None To override the default [jemalloc] with scudo pass these to your fx set --zircon-arg malloc='"scudo"' --arg use_scudo=false This a bit counterintuitive, but the --zircon-arg says to use the standalone scudo implementation from zircon. The --arg says to no longer use the scudo from the toolchain. Once we are confident in this approach we will remove the toolchain approach entirely. Change-Id: I2d5a44b338e372b440ea48980943ab0ecb441ef3
-
Taylor Cramer authored
Change-Id: I94cd9f31d2baecce3cb7bae0e8d14fe0171aacdb
-
Gary Bressler authored
This turns the "package" into a "test_package", working around IN-933. Change-Id: Ibf1bf65c176d60704d06e6b3670e28dd5593ec5a
-
Gary Bressler authored
This allows component manager (and other components) to use a natural, always-valid representation without the ergonomics issues of FIDL tables. CF-624 #comment added library Change-Id: I601dd9418496d619d3f7f971f6661fdd14273afe
-
Craig Stout authored
Also remove some unused members from the KHR version. Change-Id: If309806284c7e6759792dcf6e78756b7afcdf2b5
-
Joshua Liebow-Feeser authored
This reverts commit ee0cb2f1. Reason for revert: RSA tests were taking a long time, causing CQ timeouts. Original change's description: > [mundane] Backport changes from upstream. > > Backport from upstream Change-Id > 8ec91673f84b24941d19145db4f0781f961ec162 > > Additional changes include: > * Change license headers to fuchsia license. > * Change garnet/public/rust/mundane/src/hash.rs and add a line to > allow deprecated feature. Because of rustc bug at: > https://github.com/rust-lang/rust/issues/58822. Need to remove the > line once rust updated to 1.35.0 > * Run fx format-code > > Bug: SEC-226 > Tests: fx build test. > > Change-Id: I48ff7047e71f0401e9792d05da97c56254b9b38e TBR=cramertj@google.com,joshlf@google.com,shanyu@google.com,zarvox@google.com Change-Id: I47722941dd682eda089e9c31d41e4c50d39aa6c8 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: SEC-226
-
Kiet Tran authored
Test: fx run-test wlan-inspect-tests Change-Id: Ia52701488d3abb212ea187e29a4b3ec1c5f37bca
-
Miguel Flores Ruiz de Eguino authored
Change-Id: Ia46ce6e101bd60cf9765f69bc6a4f486edb042df
-
Brett Wilson authored
The parser will soon generate types in the AST. This new node holds type references. It is currently unused. Change-Id: Icad5be78f40ead29c4569d783cd346b4b378bf14
-
Tim Detwiler authored
This is needed to enabling building libmagma for linux targets. If we have a compile time `PAGE_SIZE`, that will be the value used, otherwise we will call into sysconf() to resolve the page size of the system. Test: fx full-build Change-Id: I4f8b96183c6337dd1d12d5b11ddc3661246ddb7e
-
James Robinson authored
This adds a //src:tests GN target and tests targets to each area containing the set of test packages in that area. Also updates //bundles/tests to include all tests from areas. Change-Id: I7cce05a0d4a966680d8d2c207ddf041af8fe98aa
-
Tamir Duberstein authored
Change-Id: Ic5aa84c1cde9a29507ab72d3f63aa6a1a319da87
-
Kiet Tran authored
Test: fx run-test wlan-inspect-tests Change-Id: I39b7ebf617fd679d41d296f76b29551530e89d52
-
Casey Dahlin authored
The only memory we get from the dumps themselves as of now is the stacks. In the future we can also map some of the read-only bits of the libraries as well. Change-Id: I90a1b7239d6f2a3dfb9223097d50bd322e40d578
-
Adam Barth authored
We do not need this import anymore. This CL is a warmup for deleting packages.gni. Change-Id: I179cc7b728c0d49f0e67e6ea9764a36991329628
-