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

Add pi4 spicific files

82c90329892e1cb3d09c99fee0f967210d11dcb2 authored over 4 years ago
[feedback] Simplify the decoder interface

* Decode complete blocks instead of partial blocks.

TESTED=`crasher` (report ID 7b9feb2f7fa3d15...

06dc1251896b7da27b5a8114f0f9cf44d9aba73c authored over 4 years ago
[crash_reports] Introduce a Report class

Once we no longer use Crashpad's crash report database, we will want to
hide as much of Crashpad...

39f4190d1423d8bddfb1c0d8e5c52844ebd97700 authored over 4 years ago
[hid][buttons] Migrate to DdkAsyncRemove / DdkUnbindableNew.

UnbindTxn.Reply() is used to reply to the unbind hook,
and DdkAsyncRemove() is used to trigger a...

4e274088a63f5eabb81ab75f50f00807c46b1188 authored over 4 years ago
[GN SDK] Fixing emu-exec-wrapper to serve to the emulator.

This adds the --device-ip option to the internal call to
fserve.sh made by the femu-exec-wrapper...

15a5b66e4c310a832432d527bbf885a0c5cad335 authored over 4 years ago
[bluetooth] Add a fuzzer for channel configuration.

Tests: Manually run the fuzzer.
Change-Id: I0b2d8dcb153e67afc8748f1a9281d618fa3b8c1a
Reviewed-on...

f244000d586db38e794267dee27d83b9f959b82a authored over 4 years ago
[settings] Migrate bt-a2dp volume to watch2

Fixed: 55324
Test: fx test -o bt-a2dp-sink-tests

Change-Id: I4fcd4b5311a109bfd12dff2be27f9641be...

186c115b4a3a2055ccf73ff07a0014d6b8bf7ef6 authored over 4 years ago
[bt][tools] Fix crash in bt-hci-tool

Async loop must be created before invocation.

Bug: 55335
Test: Run `bt-hci-tool scan`
Change-Id...

122cadea11d8ec45593414a738dd4af9c2698463 authored over 4 years ago
[build] Support fuchsia_unittest_package package_name

Add support for using package_name in fuchsia_unittest_package.

Change-Id: I0c12eacc80db67db52b...

3b17e7a9afae0136d019f2092ce1f299caae56f5 authored over 4 years ago
[feedback] Sort log.system.txt using timestamps

Fixed: 55086

TESTED=`fx test feedback-data-tests`
TESTED=`crasher` 15491d6875cbf5ac

Change-Id:...

98a1c01a82e605d337780eb3fec297b2b9f36f78 authored over 4 years ago
[ethernet] Downgrade error log to warning.

There is a race which causes this to happen during test teardown path.
It is not a bug, so it's ...

223c015e30859610be3d51d2d66b6ed822aeb2d9 authored over 4 years ago
[kernel][io] Introduce FILEs for dlog_serial, serial, and console

This allows things like fprintf(serial_FILE, ...) instead of having to
sprintf into a scratch bu...

14d786f9fe36d9e520b9b12a4c7c27bee15e396c authored over 4 years ago
[lsan][metrics] Fix test leak.

Change-Id: Ibc71d167651bf3333185d7267cb9911026308756
Reviewed-on: https://fuchsia-review.googles...

34eddb4a65ee19285041eefad362de84d8f24d9d authored over 4 years ago
[a11y] Ignore semantics updates when disabled

The semantic tree should ignore any updates that come in when semantics are disabled, but log. A...

4fb787edf1da20d506a9cea5c66a875a9a56d98c authored over 4 years ago
[fidl] Remove cramertj@ from FIDL owned code

A larger OWNERS file cleanup needs to be done, but meanwhile removing a
stale entry.

Fixed: 553...

294b8c276f8034743ba8be78b3564011dd299c50 authored over 4 years ago
[UMS]Use init hook instead of make_visible.

Make_visible feature is deprecated and this change moves the driver to
use init hook for proper ...

888c764a529e20503d8530a2b8fb96f8abb3ab4e authored over 4 years ago
[settings] Add fidl process macro for watch2

Adds a macro for setting types that only have a watch2 and not a watch.
This will be used in upc...

795f49ea76a6098ee50f79fd2cf85a9ddd1567dd authored over 4 years ago
[a11y] Initializes Speaker inside the Screen Reader Context.

This change initializes the Speaker inside the Screen Reader context.

In order to initialize th...

c2db4c098af78b68d69f7f0af4d85c9022f7f0c5 authored over 4 years ago
[fidl][benchmarks] Reference benchmarks for Table256 decode

This is intended to be a hand-written "fastest possible" version of
decode for comparison.

I wi...

d6b6d2955be6483519ce991ceb3840ea3ae4edf3 authored over 4 years ago
[Fuchsia DevTools] Code overview for the Harvester

This CL adds documentation for developers working on the Harvester.

bug=50845

Change-Id: Iec4a...

7c723a87a34ad99572ef7b938b50cd61876e1628 authored over 4 years ago
[brcmfmac][sim-fw] Iface clean up in sim-fw

We assume that there are only two ifaces in sim-fw, one for client and
one for softAP, so two va...

bc89414de96ca961f8fea9644cdb188a8a5e85ba authored over 4 years ago
[wlan][iwlwifi] Migrate off device_remove_deprecated.

device_async_remove will schedule the unbind hook to be called.
Since the unbind hook replies im...

3a257b1ed24d967c0150bdd9b274155cb1b75d59 authored over 4 years ago
[buttons] de-duplicate reports

Test: hid-button-tests

Bug: 54526

Change-Id: Ib73af62bddc51241fafd2e09067114bb0eb142a6
Reviewe...

ed91d71a0003de847172e3bbab3fa6da2a2a907f authored over 4 years ago
[bt][lib] Add Clone impl for DetachableWeak

Test: run bluetooth-crate-tests
Change-Id: I3cd9ded9a88c933ed9d6b5b69e78d3bc705bd761
Reviewed-on...

dc04a4216022dee9eee5b77b998e4ac567a99e41 authored over 4 years ago
[appmgr] Document system services list

Bug: 55303
Fixed: 55303

Change-Id: I1f329a54cb91fa65e785bfe1984521ef337e66e8
Reviewed-on: https...

8bf196bb010f832b76565b1ff91c84afb4cc9c91 authored over 4 years ago
[kernel][arm64] Straight Line Spec: Fence all potentially vulnerable ASM

ARM64 CPUs may speculatively execute instructions after:
* Exception generating instructions (SV...

88b8110d00f8d51f3309a016c6319ffb25f2a40e authored over 4 years ago
[factory_reset][reland2] Use f.hw.block.encrypted Shred()

This switches `factory_reset` from rewriting zxcrypt superblocks out
from under the driver by in...

1038b05ae6154c2bdf6be28042506cf906f80ddd authored over 4 years ago
[kernel][arm64] Use an atomic<bool> for secondaries_released

This is a follow up to fxr/400113 based on feedback there.

Test: no functional change
Change-Id...

093b141942a52043bf962371835476ac6277e140 authored over 4 years ago
[bt][a2dp-sink] Use separate task for decoding

When playing audio, some codecs require decoding before the audio
payload can be sent to the Aud...

dc6492a602cfbe20b0432ff4fec74bec61ee8aac authored over 4 years ago
[bt][docs] Add README.md for bt-host/sm library

Adds a README.md detailing the core responsibilities, expected usage,
and basic source layout of...

fe67369fe1116cef4398ab3ad065ef97d7440286 authored over 4 years ago
[syslog] Use logger library instead of stdlib log

This is more consistent with the rest of //tools, and will give more
context than a plain old "e...

a19526dcf7b251fb91f41f531cb99fa8282a8eed authored over 4 years ago
[sl4f] remove component_search and launch facade since they merged into

component facade

Tested: existing sl4f_client_test and sl4f_test
Change-Id: I60faeeaac3dd5e191a9...

982149906921f05e2b42cef0ddb1ea79a3ec05e9 authored over 4 years ago
[brcmfmac] Track auth/assoc indications in tests

Add support for collecting Association/Authentication indication
notifications in SimInterface.
...

76b4eaf84f751c9faeef5603dfaf315bec9932b1 authored over 4 years ago
[fidl] Re-add missing tests

In https://fuchsia-review.googlesource.com/c/fuchsia/+/392332, which
changes fidl-test into a co...

8d26a1cb9e34c27604db32938bc9b0f74bcb90fb authored over 4 years ago
[cast-auth] Add cast-auth to build-info allowlist

Bug: b/159226412
Change-Id: Ib441c94131470acdd2bf9e47a966218a3cb01823
Reviewed-on: https://fuchs...

0a298d4fcff00bb4ba9aa9b1c4a824e77b33450b authored over 4 years ago
[display][factory] Convert display-color utility to carnelian

Reduces the complexity of this utility and makes it match
display-png.

Test: fx shell display-c...

e2b92578b83f447d418c280945b2264a611303a9 authored over 4 years ago
[pkg-resolver] Remove base pinning warning log

Fixed: 52809

Change-Id: I71a4b05acdf9ad9ba18c5ce900754fec9057223b
Reviewed-on: https://fuchsia-...

9fa45b819f7916a0c0a6b74975efb75ebd21f034 authored over 4 years ago
[scenic] Skip YuvImagesOnImagePipe2 test if YUV is not supported.

This test was only supported if YUV format is supported by Escher.
The check at sysmem allocatio...

00acddedbf6eb2983e846ea19f3e14b50cb037f2 authored over 4 years ago
[cml] Rename "realm" to "parent"

Rename realm->parent in CML, CM, and FIDL. The new name is more
intuitive and symmetric with "ch...

b09991c58c18aea8c3535c9a27c922677f8fe237 authored over 4 years ago
[blobfs] Remove redundant Verify() for paged blobs

When LoadAndVerifyBlob() is called on a paged blob, we simply need to
read in all the pages. An ...

a624e19cd6a77ba8302cc655cded76c54b77e859 authored over 4 years ago
[bt][audio-codec] Fix read/write ordering deadlock

When the input and output of the StreamProcessor could be interleaved,
it was possible for the u...

bd4a9ffde0ea1974f7bcb551d440a2becd9e1bb5 authored over 4 years ago
[audio_core] Add additional Ultrasound test case

Add a test to cover a renderer connecting before a device is available.
This also verifies that ...

c1b9a8b8549139720178ce5b0739195ff560551b authored over 4 years ago
[netstack] Wait for interface up in tests

Bug: 52180
Test: fx test netstack_integration_test
Change-Id: I4fce17be0b22b49a4335d6df152c2f86f...

7f14b3b9c4945e28e1dc709784d870ea6c47f22d authored over 4 years ago
[display][factory] Simplify display-png utility

This removes code that was only needed for moving the image
using touch input.

It also changes ...

da238bf9e05e1facfb9fa9aea3b350bfe2e66aa9 authored over 4 years ago
[build] Make Dart libs python3-compatible

Test: fx clean-build of `fx set core.{astro,x64} --release --goma --with //bundles:kitchen_sink`...

6d9415ef45f8bc55dffc7b1b2959fec1f3e4c41f authored over 4 years ago
Revert "[factory_reset][reland] Use f.hw.block.encrypted Shred()"

This reverts commit edf5104f8ab6987a9c97ef8b537f6409c31f2a5f.

Reason for revert: FDR broken on ...

f6d2e78668a3e1d8954ba718f4ce9a5d001f9ae0 authored over 4 years ago
[audio][astro] Fix test name

In https://fuchsia-review.googlesource.com/c/fuchsia/+/401666
I packaged the astro-audio-out-tes...

7e37792b71a8626eae389584b66b546b37d7b945 authored over 4 years ago
[system-tests] "artifacts" now needs userinfo.email permission

In order to fetch artifacts from luci, we now need to also ask for the
https://www.googleapis.co...

a405b353bd0b698741fff1c6592f2ce595ed78c7 authored over 4 years ago
[wlan][common] Add fields and parsing for country IE

Only the country code and environment are parsed for now. The subband
triplets are not parsed.

...

c4d032f3672d0f12f15e81efee703b90ae10c20b authored over 4 years ago
[docs] Fix lifecycle links

Change-Id: I0d5c37dc4809aa20f6bbbdc7dde5ba0f3b585cb2
Reviewed-on: https://fuchsia-review.googles...

b5ff40f03c7723ed9fcfd301022ce35dbfe4af3a authored over 4 years ago
[settings][eearcons] Enable rapid volume earcons

Fixed: b/148486483
Test: fx test -o setui_service_tests

Change-Id: I916d0ac6eded4df59c6dcc616cf...

f84ec30143b1e079300bc1eea0ae8060b8a8b8d6 authored over 4 years ago
[hlcpp] Use traits to copy structs if memcpy-able

This extends the existing IsMemcpyCompatible trait to memcpy structs if
no complex work is neede...

701eed52f2f4ac2412e57abf1d980a7c5c142183 authored over 4 years ago
[msd-intel-gen] Retry on release when there are active mappings

Needed for upcoming Mesa/Anvil 20.0.

Multiply:msd_intel_gen_nonhardware_tests

Bug:13257

Chang...

3c234f79f7176134f3cdd8d3a0df3213baf6cacb authored over 4 years ago
[netstack] Add debug package for tests

Change-Id: Iea3cb22b9c84dd5ba7449e0b0c74037e7da3501d
Reviewed-on: https://fuchsia-review.googles...

36bf8c26e79b1b79b7a3a6f03f5314352f2ba32a authored over 4 years ago
[devices] Separate dispatcher argument from config

Separate async_dispatcher_t into its own argument, so it's clear which
dispatcher is being used ...

9ea9b2606caebec456000636498675f6413170a9 authored over 4 years ago
[kernel] Remove StateObserver code from Dispatcher.

The StateObserver code has been replaced by SignalObserver code, and no
longer has any users. Re...

b6bb58dcb05541d6a5e4d749fef0c39e426d1d85 authored over 4 years ago
[kernel] Migrate RootJobObserver to SignalObserver.

The RootJobObserver watches the root job for termination, allowing
an action to take place such ...

7576b06cd091adf4ed4082a2a05f02abf13ad4ec authored over 4 years ago
[kernel] Migrate PortDispatcher to SignalObserver.

Migrate the PortDispatcher (used by the object_wait_async syscall) to
use SignalObserver instead...

439fc248a8b3411f2dda2803be4e41f5ec9653a2 authored over 4 years ago
[kernel] Migrate WaitStateObserver to SignalObserver.

Migrate the object_wait_{one,many} syscalls to use SignalObserver
instead of StateObserver.

In ...

bc91eea0526ee2538bd263f1fafe5e7850c60b0a authored over 4 years ago
[kernel] Add SignalObserver class.

This CL adds a new SignalObserver class, as a replacement to
StateObserver.

SignalObserver is a...

2ecd09016f33e239a7d043f9b84bc9323a05a5e1 authored over 4 years ago
[paver] Replace use of byte arrays with the uuid::Uuid object.

The uuid::Uuid object encapsulates UUID/GUIDs, helping to avoid
error-prone operations such as m...

f52deb3a05ddd1a11106ce0f62e41820ebe6cc9d authored over 4 years ago
[hwstress] Add basic stress test for device LEDs/lights.

Bug: 52505
Change-Id: Iada18c3830efc02b581da1161ffb2a3a94f487ff
Reviewed-on: https://fuchsia-rev...

098728155e1c56f3a471c22630a5446cde9f2461 authored over 4 years ago
[brcmfmac] Stop SoftAP should not affect client IF.

Bug: 54887

Issuing C_DOWN causes both IFs to go down. This change uses the
iovar "bss" to bring...

c8da6dac2682c29bd137d852ffdcfccd0a866143 authored over 4 years ago
[licenses] Create testhelper, organize, and add tests

Bug: b/158749520
Change-Id: I3417cb9585603fa482e091c4da1608dd8f230849
Reviewed-on: https://fuchs...

485d00f42c6317652b5b0505237ec4e3b555433e authored over 4 years ago
[system_metrics] Add more components for error log metric

Bug: 51179
Change-Id: I69d2e46e01e922c5cb13b3d477c99e75cff57455
Reviewed-on: https://fuchsia-rev...

46cb476dfe135b2b2aeabf819b695b146f74e1d2 authored over 4 years ago
[brcmfmac] Use query() to get ifc mac address

Instead of reading an interface's mac address directly from the
internals of the simulator, use ...

56a664e452624d1dea3028c78d694dfb94d23340 authored over 4 years ago
[brcmfmac] More test cleanup

Remove (unused) SME callbacks and a few other changes to take
advantage of the syntax offered by...

4f00d6581a88e21a7f466340b3a8d3ca505791d5 authored over 4 years ago
[fidl] Test error handler is invoked validly

This change tests the effectiveness of change ID
I9e30d0ea36cea714334ae34a729c689e24686e83 by mo...

b930b36fb006a160c5234b6b75b73eb25c4376db authored over 4 years ago
[licenses] Add clickable Table of Contents

Changelog:
* Numbered list of files in TOC
* Remove .lic from html output
* Compress file automa...

4b18a2b598aaa379ca94ec9b22f3ca0ed932699f authored over 4 years ago
[kernel][thread][lockdep] Make lockdep state private

Bug: 54383
Change-Id: I6f82243594b7b9bf8afb4f6d2bebba408051f682
Reviewed-on: https://fuchsia-rev...

1ef41142207d2262f7757cdf26f62aed7aec6bbb authored over 4 years ago
[fidl] Make better move-only error handler test

This CL creates a better test to reproduce errors that have been fixed
by change ID I8d870452d90...

993191683621e086f6c5beabf7802ba4d54dd99e authored over 4 years ago
[phys] Build ZBI executables for ARM

This puts the pieces together to build phys executables as ZBI
kernels that scan the ZBI for ser...

a9028ba8bb4f88fe68fb8f549a8dbcbd7e35a119 authored over 4 years ago
Revert "[scenic][vulkan] Add aemu_env to Scenic and Vulkan tests."

This reverts commit 4801f59194764f66c69050c1f6c1206f99b3f36a.

Reason for revert: gfx_pixeltests...

049e9929c05611b6dd61a88a0aad2232623c1ba8 authored over 4 years ago
[sl4f] Add FacadeProvider.Cleanup() and .Print().

Adds FIDL methods to reset and print the state of facades hosted by the
FacadeProvider.

Bug: b/...

4abf2b70dbeddff3d95891dfeef564c5bf293b74 authored over 4 years ago
[xhci-rewrite] Fix compatibility issues with various devices/controllers

This patch updates the enumeration process to serially enumerate devices
and adds better handlin...

cbc92ae3cac4e6aee9a8786fcd12249e9c4efd4d authored over 4 years ago
[bt][async-helpers] Use responding_channel where appropriate.

Replace manually constructed oneshot and responder patterns in hanging
get server with respondin...

c16fe79bef5113e1532259a285baf1585475d85d authored over 4 years ago
[licenses] Implement test harness for license patterns

Fixes: b/158749520
Bug: b/158749520

$ fx test check-licenses_golden_tests

Change log:
* Added ...

430538c59b49f84b570f51385ff66b5907f63175 authored over 4 years ago
[sys] Publish fuchsia.boot.Items as a system service

This is to be used in a test.

Bug: 53556
Change-Id: I3c941073cd4e0e15f163be99b4f29423a1839491
R...

611683f2aa54f5f20b460eeea08ecd5ff59f60a3 authored over 4 years ago
[omaha-client] Fix default package name for omcl_policy_config.

Change-Id: I26ef519c86e211665ea038935d20e4389910d2cf
Reviewed-on: https://fuchsia-review.googles...

ccb816874b33fe73e8d671411a5cc647a652932f authored over 4 years ago
[a11y] MessageFormatter uses icu::Locale instead of language code.

This change allows building an icu::Locale using a BCP47 locale ID, which is the information a11...

5760446e13f505c5f1a07fb1b9f6ec9241da9836 authored over 4 years ago
[region-alloc] Change bool parameters to enum classes.

Change some existing bool parameters for AddRegion and SubtractRegion
to enums instead, and enum...

986abf06065844ad317117b33c181a86bb64d379 authored over 4 years ago
[goma] Enable http2 proxy for goma-client by default

This change enables http2 proxy for goma-client to address network
issues on certain platforms w...

e6e5ff6df090fe8f6f4bef56d36f15175b5bd7ac authored over 4 years ago
[kernel][resource] Cleanup some signatures

Cleanup some places where a zx_rsrc_kind_t should have been specified
for a function parameter, ...

ee5c43e510f2f6a796579c2020a83964f86cb7ab authored over 4 years ago
[overnet] Serial e2e test

Add a test to connect a host ascendd instance to a Fuchsia overnetstack
via serial.

MULTIPLY: o...

42c4c83305430939093591abdcd621e79e817f5d authored over 4 years ago
[goma] Revise goma prebuilt path check in `fx goma`

This patch revise goma prebuilt path check in `fx goma` so it won't
report an error if running G...

1cb7f4553e667a66b978905ce94ed37b4b20a21e authored over 4 years ago
[bluetooth] Add a fuzzer for parsing sdp responses.

Tests: Manually run the fuzzer.
Change-Id: Id15bd5be27798d63d4e2859bf8069c275a2f9e15
Reviewed-on...

af3e65bebf6fdec2206f63865f3c50be1ec95846 authored over 4 years ago
[resultdb] Add a tool that uploads test result to resultdb_sink.

Bug: 47186
Tested: fx test host_x64/resultdb_tests

Local run example 2: rdb stream -new ./out/d...

6620ca44f43e02551108ac17c55e368e8a4443cb authored over 4 years ago
[kernel][wait] Simplify WaitQueue::PriorityChanged

Before, it was a static method that looked up what WaitQueue to
modify. But callers always have ...

d8e93f89258393bc116a1293a5c02d4944cbcf62 authored over 4 years ago
[cmc] Derive macros combine attributes

Instead of defining multiple attributes for each cmc derive macros,
combine them into one top-le...

1760d5f7095c627d7aeb7d619d9311611b7ca4ff authored over 4 years ago
[intl] remove BUILD file for intl

This BUILD file is no longer needed since we are using
the package in the dart-pkg/pub directory...

5da8e7cff7e1fb7d8198465f1fbe3287d257f275 authored over 4 years ago
[qemu] Update QEMU arguments to be compatible with 2.12 and 5.0

This enables soft-transition from QEMU 2.12 to 5.0.

Bug: 54317
Change-Id: Ica557bed654871832cc6...

80140bddeba313135bffcb8c908087c1e83e9cf7 authored over 4 years ago
[xhci-rewrite] Cleanup code.

Several changes were made to improve code quality:
* Unused functions were removed from UsbXhci
...

675c243be966bbbf8541294faeb0fdcba51125c2 authored over 4 years ago
[bind-fail-test] Add test exception to max severity json

This test is supposed to result in a driver bind failing, so the error
messages which are printe...

d133b924ae9d5a193c57fdde26fca165a2a7f4d9 authored over 4 years ago
[modular] Fix typo in AppClient method name

Change-Id: I94e36fb628398e00355d8144f9cea94f14a9c342
Reviewed-on: https://fuchsia-review.googles...

30e0faca870697eb504b435133292f4b197b14e8 authored over 4 years ago
[licenses] Generate NOTICES.html

Fixes: b/158698476
Bug: b/158698476

Change log:
* HTML output is now formatted and easier to vi...

4a0613603a02e89f816ded6c1e0f23dc8d65dc7d authored over 4 years ago
[kernel][vmo] Fix decommit range checking for child slices.

Fix an issue that adanis@ spotted while looking at a different issue.
Essentially, when we perfo...

3594eeb14b865cec057b5412e95d531d68e1939d authored over 4 years ago
[a11y] Implements Speaker.

This change implements the Speaker class, used by the Screen Reader to manage speech tasks.

It ...

a1bf1aef042efdca5572a19ae74d88d1cd7091bb authored over 4 years ago
[ffx] Rename development-bridge directory to ffx

Bug: 53961
Change-Id: I6d40675f51af2c58f5e2529a5a6c0103400b0bf1
Reviewed-on: https://fuchsia-rev...

36575f65c1a4b9a5c37970006c6c5fbb9dd170e9 authored over 4 years ago
[amlogic_encoder] Remove driver

This will not be used from this location after all.

Change-Id: Ib317044c800422b23c79cb9faffc69c...

186c2e0effccf4843be93f6f16aa03b322a5b81f authored over 4 years ago
[inspect] Add getters for node hierarchy and properties

Tested: fuchsia_inspect_node_hierarchy and affected tests in archivist, cs
Fixed: 54358

Change-...

1371048844e34f0b4fdb3ec9792d509b940227a9 authored over 4 years ago