Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/dahliaOS/zircon-rpi
Zircon for the Raspberry Pi4
https://github.com/dahliaOS/zircon-rpi
82c90329892e1cb3d09c99fee0f967210d11dcb2 authored over 4 years ago
* Decode complete blocks instead of partial blocks.
TESTED=`crasher` (report ID 7b9feb2f7fa3d15...
06dc1251896b7da27b5a8114f0f9cf44d9aba73c authored over 4 years ago
Once we no longer use Crashpad's crash report database, we will want to
hide as much of Crashpad...
UnbindTxn.Reply() is used to reply to the unbind hook,
and DdkAsyncRemove() is used to trigger a...
This adds the --device-ip option to the internal call to
fserve.sh made by the femu-exec-wrapper...
Tests: Manually run the fuzzer.
Change-Id: I0b2d8dcb153e67afc8748f1a9281d618fa3b8c1a
Reviewed-on...
Fixed: 55324
Test: fx test -o bt-a2dp-sink-tests
Change-Id: I4fcd4b5311a109bfd12dff2be27f9641be...
186c115b4a3a2055ccf73ff07a0014d6b8bf7ef6 authored over 4 years agoAsync loop must be created before invocation.
Bug: 55335
Test: Run `bt-hci-tool scan`
Change-Id...
Add support for using package_name in fuchsia_unittest_package.
Change-Id: I0c12eacc80db67db52b...
3b17e7a9afae0136d019f2092ce1f299caae56f5 authored over 4 years agoFixed: 55086
TESTED=`fx test feedback-data-tests`
TESTED=`crasher` 15491d6875cbf5ac
Change-Id:...
98a1c01a82e605d337780eb3fec297b2b9f36f78 authored over 4 years ago
There is a race which causes this to happen during test teardown path.
It is not a bug, so it's ...
This allows things like fprintf(serial_FILE, ...) instead of having to
sprintf into a scratch bu...
Change-Id: Ibc71d167651bf3333185d7267cb9911026308756
Reviewed-on: https://fuchsia-review.googles...
The semantic tree should ignore any updates that come in when semantics are disabled, but log. A...
4fb787edf1da20d506a9cea5c66a875a9a56d98c authored over 4 years ago
A larger OWNERS file cleanup needs to be done, but meanwhile removing a
stale entry.
Fixed: 553...
294b8c276f8034743ba8be78b3564011dd299c50 authored over 4 years ago
Make_visible feature is deprecated and this change moves the driver to
use init hook for proper ...
Adds a macro for setting types that only have a watch2 and not a watch.
This will be used in upc...
This change initializes the Speaker inside the Screen Reader context.
In order to initialize th...
c2db4c098af78b68d69f7f0af4d85c9022f7f0c5 authored over 4 years ago
This is intended to be a hand-written "fastest possible" version of
decode for comparison.
I wi...
d6b6d2955be6483519ce991ceb3840ea3ae4edf3 authored over 4 years agoThis CL adds documentation for developers working on the Harvester.
bug=50845
Change-Id: Iec4a...
7c723a87a34ad99572ef7b938b50cd61876e1628 authored over 4 years ago
We assume that there are only two ifaces in sim-fw, one for client and
one for softAP, so two va...
device_async_remove will schedule the unbind hook to be called.
Since the unbind hook replies im...
Test: hid-button-tests
Bug: 54526
Change-Id: Ib73af62bddc51241fafd2e09067114bb0eb142a6
Reviewe...
Test: run bluetooth-crate-tests
Change-Id: I3cd9ded9a88c933ed9d6b5b69e78d3bc705bd761
Reviewed-on...
Bug: 55303
Fixed: 55303
Change-Id: I1f329a54cb91fa65e785bfe1984521ef337e66e8
Reviewed-on: https...
ARM64 CPUs may speculatively execute instructions after:
* Exception generating instructions (SV...
This switches `factory_reset` from rewriting zxcrypt superblocks out
from under the driver by in...
This is a follow up to fxr/400113 based on feedback there.
Test: no functional change
Change-Id...
When playing audio, some codecs require decoding before the audio
payload can be sent to the Aud...
Adds a README.md detailing the core responsibilities, expected usage,
and basic source layout of...
This is more consistent with the rest of //tools, and will give more
context than a plain old "e...
component facade
Tested: existing sl4f_client_test and sl4f_test
Change-Id: I60faeeaac3dd5e191a9...
Add support for collecting Association/Authentication indication
notifications in SimInterface.
...
In https://fuchsia-review.googlesource.com/c/fuchsia/+/392332, which
changes fidl-test into a co...
Bug: b/159226412
Change-Id: Ib441c94131470acdd2bf9e47a966218a3cb01823
Reviewed-on: https://fuchs...
Reduces the complexity of this utility and makes it match
display-png.
Test: fx shell display-c...
e2b92578b83f447d418c280945b2264a611303a9 authored over 4 years agoFixed: 52809
Change-Id: I71a4b05acdf9ad9ba18c5ce900754fec9057223b
Reviewed-on: https://fuchsia-...
This test was only supported if YUV format is supported by Escher.
The check at sysmem allocatio...
Rename realm->parent in CML, CM, and FIDL. The new name is more
intuitive and symmetric with "ch...
When LoadAndVerifyBlob() is called on a paged blob, we simply need to
read in all the pages. An ...
When the input and output of the StreamProcessor could be interleaved,
it was possible for the u...
Add a test to cover a renderer connecting before a device is available.
This also verifies that ...
Bug: 52180
Test: fx test netstack_integration_test
Change-Id: I4fce17be0b22b49a4335d6df152c2f86f...
This removes code that was only needed for moving the image
using touch input.
It also changes ...
da238bf9e05e1facfb9fa9aea3b350bfe2e66aa9 authored over 4 years agoTest: fx clean-build of `fx set core.{astro,x64} --release --goma --with //bundles:kitchen_sink`...
6d9415ef45f8bc55dffc7b1b2959fec1f3e4c41f authored over 4 years agoThis reverts commit edf5104f8ab6987a9c97ef8b537f6409c31f2a5f.
Reason for revert: FDR broken on ...
f6d2e78668a3e1d8954ba718f4ce9a5d001f9ae0 authored over 4 years ago
In https://fuchsia-review.googlesource.com/c/fuchsia/+/401666
I packaged the astro-audio-out-tes...
In order to fetch artifacts from luci, we now need to also ask for the
https://www.googleapis.co...
Only the country code and environment are parsed for now. The subband
triplets are not parsed.
...
c4d032f3672d0f12f15e81efee703b90ae10c20b authored over 4 years ago
Change-Id: I0d5c37dc4809aa20f6bbbdc7dde5ba0f3b585cb2
Reviewed-on: https://fuchsia-review.googles...
Fixed: b/148486483
Test: fx test -o setui_service_tests
Change-Id: I916d0ac6eded4df59c6dcc616cf...
f84ec30143b1e079300bc1eea0ae8060b8a8b8d6 authored over 4 years ago
This extends the existing IsMemcpyCompatible trait to memcpy structs if
no complex work is neede...
Needed for upcoming Mesa/Anvil 20.0.
Multiply:msd_intel_gen_nonhardware_tests
Bug:13257
Chang...
3c234f79f7176134f3cdd8d3a0df3213baf6cacb authored over 4 years ago
Change-Id: Iea3cb22b9c84dd5ba7449e0b0c74037e7da3501d
Reviewed-on: https://fuchsia-review.googles...
Separate async_dispatcher_t into its own argument, so it's clear which
dispatcher is being used ...
The StateObserver code has been replaced by SignalObserver code, and no
longer has any users. Re...
The RootJobObserver watches the root job for termination, allowing
an action to take place such ...
Migrate the PortDispatcher (used by the object_wait_async syscall) to
use SignalObserver instead...
Migrate the object_wait_{one,many} syscalls to use SignalObserver
instead of StateObserver.
In ...
bc91eea0526ee2538bd263f1fafe5e7850c60b0a authored over 4 years ago
This CL adds a new SignalObserver class, as a replacement to
StateObserver.
SignalObserver is a...
2ecd09016f33e239a7d043f9b84bc9323a05a5e1 authored over 4 years ago
The uuid::Uuid object encapsulates UUID/GUIDs, helping to avoid
error-prone operations such as m...
Bug: 52505
Change-Id: Iada18c3830efc02b581da1161ffb2a3a94f487ff
Reviewed-on: https://fuchsia-rev...
Bug: 54887
Issuing C_DOWN causes both IFs to go down. This change uses the
iovar "bss" to bring...
Bug: b/158749520
Change-Id: I3417cb9585603fa482e091c4da1608dd8f230849
Reviewed-on: https://fuchs...
Bug: 51179
Change-Id: I69d2e46e01e922c5cb13b3d477c99e75cff57455
Reviewed-on: https://fuchsia-rev...
Instead of reading an interface's mac address directly from the
internals of the simulator, use ...
Remove (unused) SME callbacks and a few other changes to take
advantage of the syntax offered by...
This change tests the effectiveness of change ID
I9e30d0ea36cea714334ae34a729c689e24686e83 by mo...
Changelog:
* Numbered list of files in TOC
* Remove .lic from html output
* Compress file automa...
Bug: 54383
Change-Id: I6f82243594b7b9bf8afb4f6d2bebba408051f682
Reviewed-on: https://fuchsia-rev...
This CL creates a better test to reproduce errors that have been fixed
by change ID I8d870452d90...
This puts the pieces together to build phys executables as ZBI
kernels that scan the ZBI for ser...
This reverts commit 4801f59194764f66c69050c1f6c1206f99b3f36a.
Reason for revert: gfx_pixeltests...
049e9929c05611b6dd61a88a0aad2232623c1ba8 authored over 4 years ago
Adds FIDL methods to reset and print the state of facades hosted by the
FacadeProvider.
Bug: b/...
4abf2b70dbeddff3d95891dfeef564c5bf293b74 authored over 4 years ago
This patch updates the enumeration process to serially enumerate devices
and adds better handlin...
Replace manually constructed oneshot and responder patterns in hanging
get server with respondin...
Fixes: b/158749520
Bug: b/158749520
$ fx test check-licenses_golden_tests
Change log:
* Added ...
This is to be used in a test.
Bug: 53556
Change-Id: I3c941073cd4e0e15f163be99b4f29423a1839491
R...
Change-Id: I26ef519c86e211665ea038935d20e4389910d2cf
Reviewed-on: https://fuchsia-review.googles...
This change allows building an icu::Locale using a BCP47 locale ID, which is the information a11...
5760446e13f505c5f1a07fb1b9f6ec9241da9836 authored over 4 years ago
Change some existing bool parameters for AddRegion and SubtractRegion
to enums instead, and enum...
This change enables http2 proxy for goma-client to address network
issues on certain platforms w...
Cleanup some places where a zx_rsrc_kind_t should have been specified
for a function parameter, ...
Add a test to connect a host ascendd instance to a Fuchsia overnetstack
via serial.
MULTIPLY: o...
42c4c83305430939093591abdcd621e79e817f5d authored over 4 years ago
This patch revise goma prebuilt path check in `fx goma` so it won't
report an error if running G...
Tests: Manually run the fuzzer.
Change-Id: Id15bd5be27798d63d4e2859bf8069c275a2f9e15
Reviewed-on...
Bug: 47186
Tested: fx test host_x64/resultdb_tests
Local run example 2: rdb stream -new ./out/d...
6620ca44f43e02551108ac17c55e368e8a4443cb authored over 4 years ago
Before, it was a static method that looked up what WaitQueue to
modify. But callers always have ...
Instead of defining multiple attributes for each cmc derive macros,
combine them into one top-le...
This BUILD file is no longer needed since we are using
the package in the dart-pkg/pub directory...
This enables soft-transition from QEMU 2.12 to 5.0.
Bug: 54317
Change-Id: Ica557bed654871832cc6...
Several changes were made to improve code quality:
* Unused functions were removed from UsbXhci
...
This test is supposed to result in a driver bind failing, so the error
messages which are printe...
Change-Id: I94e36fb628398e00355d8144f9cea94f14a9c342
Reviewed-on: https://fuchsia-review.googles...
Fixes: b/158698476
Bug: b/158698476
Change log:
* HTML output is now formatted and easier to vi...
Fix an issue that adanis@ spotted while looking at a different issue.
Essentially, when we perfo...
This change implements the Speaker class, used by the Screen Reader to manage speech tasks.
It ...
a1bf1aef042efdca5572a19ae74d88d1cd7091bb authored over 4 years ago
Bug: 53961
Change-Id: I6d40675f51af2c58f5e2529a5a6c0103400b0bf1
Reviewed-on: https://fuchsia-rev...
This will not be used from this location after all.
Change-Id: Ib317044c800422b23c79cb9faffc69c...
186c2e0effccf4843be93f6f16aa03b322a5b81f authored over 4 years ago
Tested: fuchsia_inspect_node_hierarchy and affected tests in archivist, cs
Fixed: 54358
Change-...
1371048844e34f0b4fdb3ec9792d509b940227a9 authored over 4 years ago