- Mar 29, 2019
-
-
David Reveman authored
BUILD.gn and .cmx files will follow. Change-Id: I33c88f92330ad7dbca7da47b106325d9ccf50439
-
Tamir Duberstein authored
...to 1 per query per 10 seconds. This time with synchronization and cleanup, preventing races and unbounded map growth. NET-2166 #done Change-Id: Ic76780455331ae2af10b98487d5eba52ed4fad38
-
Ankur Mittal authored
- Improve documentation - Put a TODO to delete termination_reason.h DX-387 #comment TEST=not needed Change-Id: I170740bce632fd439436d93be1d19dacf2ce4723
-
Rob Krten authored
Change-Id: I8dee8d8a7a8b62e9ee0ff66d3e14b42807b37719
-
Rob Krten authored
Change-Id: I98d3403a8e1b0d1e9ae7b8a23d927838dba5f51b
-
Dale Sather authored
This CL modifies //src/media/playback/mediaplayer so it implements fuchsia.media.playback rather than fuchsia.mediaplayer. //src/media/playback/mediaplayer_tmp still implements fuchsia.mediaplayer for existing clients TEST: mediaplayer CQ tests and $ fx shell present_view \ fuchsia-pkg://fuchsia.com/mediaplayer_test_util#meta/mediaplayer_test_util.cmx \ --loop <file> Change-Id: I77c028a1e676e91d9ce9da994fff1a27072197da
-
Rob Krten authored
Change-Id: I7a4b73882d35a3852b571f2faefc6176c0e30045
-
Yifei Teng authored
FIDL-421 #done Change-Id: Ibb846bc3300b3a6c5a8db6dfcfcd5014f3662011
-
Kevin Wells authored
This change adds a rewrite module to the package resolver service that defines URI match and re-write rules. A future change will allow configuring and applying URI re-writes during package resolution. PKG-602 #done Change-Id: I249101ed2e17d004414acde74d9af4fcf6186efa
-
Carlos Pizano authored
In my original impl I somehow only test for kill signal any other signal will leave |count_| unbalanced and would cause threads to get stuck in ports even if a packet was posted. thanks to dje@ who found this bug. TEST: new kernel test added "k ut semaphore". This also runs in the bots in the "ut all" set. ZX-3284 #comment done Change-Id: Ica2395f37776e331a8a0da62b4a7170e60b39582
-
Suraj Malhotra authored
Change-Id: Iefbc1552e35ef31f62b9b6a6fcb5b29df8a14395
-
Adam Barth authored
Change-Id: Ia52bf815c5b4adda5533b2003747d01c79f2b0b4
-
Robert Hahn authored
Test=Existing; Sanity check with ath10k Change-Id: Ie83191fd112da958b585380fdbb2167d85aa97a1
-
Ankur Mittal authored
DX-387 #comment TEST=CQ Change-Id: I18464e6ffbb30db4d96822b35709a4a9a99cfacf
-
Suraj Malhotra authored
Mapping the resource across banjo protocols assumes both drivers are in the same process. Although that works currently, it shouldn't be the long term plan to keep ACPI children in the same devhost as the ACPI driver itself. Tested: booted pixelbook Change-Id: I1786ba61e91c38b31fc65d41b829fc31d9f99621
-
RJ Ascani authored
The InitData structure size vary according to their type (CENC, KEYIDS, WEBM, etc). The 16 byte limit that was originally in place was actually intended for init vectors for decryptors, not the init data. Since we're not limiting the InitData types to a pre-defined set, it is difficult to have a known limit for the size of the init data payload. The byte limit for init vectors will be added in a subsequent CL. Test: Compiles. There are no consumers of this API yet, so there will be no breakages. Change-Id: Ie6248f7d3b89a2f6d9d7d2561e9448773ae7f040
-
Konstantin Pozin authored
Document policy of preferring UNIC crates for Unicode-related functionality. OSRB-154 #comment Change-Id: I2fab2b3619cc2b2f8135d66e4b56647878eacf0e
-
Todd Eisenberger authored
These are implemented in fidl.cpp, so the header is fidl.h Change-Id: I80b494b571bc4b7f4812007985769dc3b5ee2bd0
-
Fabrice de Gans-Riberi authored
* Import the chromium.web APIs into a new fuchsia.web library. * Revise the existing APIs to improve extensibility and documentation. Bug: WEB-18 Change-Id: I2a6cf3cefabae35a252b9497775392950b83466a
-
Braden Kell authored
SDIO transfers were failing after reboot, causing Bluetooth to not work. Not setting card ownership on every interrupt fixes this. Bug: ZX-2787 Test: Rebooted several times, saw no SDIO failures. Test: Used bt-cli to scan. Change-Id: I67cf958007fc49364d3f29e0bccb0012dc994a83
-
Mike Voydanoff authored
Drivers must explicitly include: BI_ABORT_IF(NE, BIND_PROTOCOL, ZX_PROTOCOL_PDEV), in their binding rules to avoid running into problems with an upcoming change to the platform bus. Also fixed ambiguity in binding for ARM Mali driver vs astro display. TEST: boot astro into full UI. Change-Id: I29cd296f48645a467aa850da70b7ae0ae1a6554a
-
Tamir Duberstein authored
...in favour of syslog. Change-Id: Icd50f7618b4afe58fa1be21169277ce04c3cda5f
-
Tamir Duberstein authored
Disable filtering for non-physical interfaces while I'm here. Change-Id: Ia7675f5875a86ba67e1b310b07b1333f9121d61f
-
Garratt Gallagher authored
Changing the '.' to a ':' in the Pid.Tid portion of the header This way it will not be confused with something that might represent time. [00003.833] 03449.03865> will become [00003.833] 03449:03865> Also updated the parsing scripts to accept either the old format or the new. Test = Ran serial console, piped it through scripts/colorize_logs Change-Id: I97bd9ca32b7b9bb0b5a60177c4dbdfad3020eea0
-
Eyal Soha authored
NET-2105 #done Testing: net_cli if add /dev/class/ethernet/000 net_cli fwd add-device 1 192.168.1.0 24 net_cli fwd list # Output has one route net_cli fwd del 192.168.42.0 24 # Error no match net_cli fwd del 192.168.42.0 16 # Error invalid args net_cli fwd del 192.168.1.0 24 # Success net_cli fwd list # Output is empty net_cli fwd del 192.168.1.0 24 # Error no match Change-Id: I436b9badf4fccbf0637259434105f0636ee35fef
-
Claudio Cherubino authored
Change-Id: I86ef5a1d90f5a04b3a85fae1f68775febe09b533
-
Tamir Duberstein authored
Change-Id: Ic39c5ef0805859531dc0a05c383f08b80358db77
-
Pascal Perez authored
Change-Id: Ia2a75537c7250cc3d79ca2b517b50b7c9e98c6ba
-
Alex Legg authored
OSRB-164 #comment TEST=Build and verify the firmware exists in out/ Change-Id: Ie51034d56e8dab3df2e4deb693c0f1483ac4a9bf
-
Jorge Canizales authored
Third version of this protocol, now after passing secondary API council review too. Bug: 121077377 Test: Untested until the client and server are rewritten. Change-Id: Ia9d773b63e68dc1d5b5be7814e6bf1c5ae468222
-
Pascal Perez authored
Change-Id: I4e8e94c3076265d9c2f66c3133b3b506d23896f9
-
John Bauman authored
Avoid re-encoding FIDL and needing to put in unnecessary vulkan usages to get vmos. Test: vkcube_on_fb on vim2 Change-Id: I95da9db4aadd52c9eed970e5f217b25267ae81d1
-
Bruno Dal Bo authored
- Adds emulated latency in packet deliveries to DummyNetwork - Changes backing for timers type of DummyEventDispatcher from BTreeMap to a BinaryHeap, allowing two timers to exist with the same target Instant. Change-Id: Ib5e96ea789c71d29466810a0f3ffcae4c68c3102
-
Marty Faltesek authored
ZX_WAIT_ASYNC_REPEATING is deprecated so convert the driver to use ZX_WAIT_ASYNC_ONCE instead. Test: Used bt-cli to scan/connect. Change-Id: Iec5f1dbde3b168b0b805c53875f115bfe0761468
-
Jinwoo Lee authored
Change-Id: I4e84151a0d42226d2c98404c3d0836f42c9e630a
-
Pascal Perez authored
Change-Id: I91a5e183788fb14d88a17c5bcba06685576929a7
-
Alex Legg authored
MAC-245 #comment Change-Id: Ibd425e5e394e9b0a46a5af3e08c5aac7e405aa2b
-
Bruno Dal Bo authored
- Adds DummyNetwork testing utility, that allows dispatching frames and operating timers between different stack contexts. Change-Id: I669a4971de8ab05325aacef7993713310f76649b
-
Bruno Dal Bo authored
- Changes model parsing logic for fuchsia.netemul facet to watch for unknown keys, so it won't accept them silently. - Added test to verify that unknown keys are rejected. Change-Id: I4376375b192163112d90ee342e15f673a438846d
-
Robert Hahn authored
Test=Included Change-Id: Ice888aa06510d8f5063ab7cb56d5d7457fdd7d87
-