Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/dahliaOS/fuchsia-pine64-pinephone


https://github.com/dahliaOS/fuchsia-pine64-pinephone

[fidlgenlib] Support for flexible enums

Add support for reading JSON IR values relating to flexible enums, and
exposing various helpers....

f28eb81421883d215a654933acf69868dfc67295 authored over 4 years ago
[testing] Create a bundle for manual testing utilities.

Bug: 58349
Change-Id: I85130d30d239ae5d9e16389eeb53a9a7c53ceb56
Reviewed-on: https://fuchsia-rev...

c6e76cdcea911b2cfda18512ecb5c29dd9785926 authored over 4 years ago
[bt][testing][docs] Fix doc comment in FakeSignalingServer

Remove doc comment incorrectly copied/pasted from FakeL2cap into
FakeSignalingServer to avoid co...

33a263aac90c498c1f0e4912bd8eb45678037e74 authored over 4 years ago
[fuzzing][fidl] Add LlvmFuzzer FIDL service.

This CL adds the LlvmFuzzer FIDL service. Fuzzer authors can write the
usual fuzz target functio...

f2c82a8db30b9d23a4225ffb500444b43a4bca74 authored over 4 years ago
[zbitl] Tidy up tests and expand coverage

Test cases are made uniformized by putting test data particulars behind
helpers - and helpful ma...

90422e3d27386d2d7c41f31b2e1e20c677bc2b76 authored over 4 years ago
[watch_handler] Support watches where initial value is not known

This extends the watch_handler library to handle cases where the
initial value is not known at t...

03d35c2acfbf9a1c21d0c7457c464122d2452210 authored over 4 years ago
[test_runners] Allow tests to run in parallel.

Adding a option to run tests in parallel. Need to add same option to
test executor and fx test a...

b55015b95f1bd99666906313e3288fd04879d27c authored over 4 years ago
[zbitl] Fix CRC32 computation

An item's CRC32 is computed as the hash of its header with its crc32
field set to 0, combined wi...

6c9e4d858ff70ffcf76ef6c708ebe0b279d45247 authored over 4 years ago
[last_reboot] Add FDR FIDL reboot reason

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

4edcdfc42151c9a25f28cf5fbf71e5673aa03d22 authored over 4 years ago
[fidl][rust] Simplify out_tuple logic in protocol.tmpl.go

The code to generate out parameters is more complex than needed and
conditions in the templates ...

39ddad8f5c4f68ac8618ea66d231fc5867bf1738 authored over 4 years ago
[unification] Add metadata to core tests

Uses the bootfs_test template to ensure that core tests emit metadata and adds these tests to th...

dd68d5fffd24cace8c0369e0310af48265dd573a authored over 4 years ago
[a11y] A11y Manager uses a default locale when property provider is not available

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

bfd417cd3a6538345e4fef32360ad16c76eccff2 authored over 4 years ago
[audio_core] Add TRACE_ALERTs for overflows and underflows

To help debug such events. Note: alert names cannot be larger than 14
characters, hence "audioun...

cc9eb5274495b9c266b99d06dc0e16e75de4241e authored over 4 years ago
[logs][dg-data] Archivist uses diagnostics_data for log IR.

Aligns types in prep for ArchiveAccessor for logs.

Defines dg_data::Severity for serde traits.
...

2d36613c37abc5c2cd224ecff892ce689ea141e7 authored over 4 years ago
[fuzzing][fidl] Add cross-process fuzzer data flows.

This CL adds the Coverage and DataProvider FIDL services, which
aggregate sanitizer coverage fro...

f861cdcc0fc59bdcef554e031796768d885a4d6b authored over 4 years ago
[amlogic_decoder] Heuristic for lower latency decode

Since we don't presently get max_num_reorder_frames
from the FW, for now we can lean on this heu...

5be111106d85741bdfc61ed9ce2ddc981e1c7fe8 authored over 4 years ago
[bt][a2dp-source] Max TX size from channel for RTP

Add max_tx_size to MediaStream to retrieve the Max TX size from the
underlying channel. Use it ...

11b3e2ca30725f14986661621f87771744a6c1a2 authored over 4 years ago
[bt][gap] Reduce unnecessary type conversions

request_host_service immediately turns a fasync::Channel back into a
non-async channel in every ...

757eadbe8980d1de03eed7314da44dca0e634718 authored over 4 years ago
[factory] expose retail flag and SKU through hwinfo API

Bug: 58679

Change-Id: Iee5a5428ccb61c2363be7700e0a7a20c9bc4afe0
Reviewed-on: https://fuchsia-re...

f6e158681829b70bc8172a3d903e7107656225b2 authored over 4 years ago
[sshutil] Use t.Cleanup() to cleanup after tests

This is a feature added in Go 1.14 that lets us move client/server
cleanup logic into the helper...

a5e74131c011674ae3d7e337577595aee3eaac68 authored over 4 years ago
[time] Remove backstop checks from httpdate

Backstop will be verified by timekeeper rather than by the time sources
that will use this libra...

be3466dc50f32d250cb921e504b9181da88c674b authored over 4 years ago
[usb-composite] Migrate off DdkRemoveDeprecated.

DdkAsyncRemove() will also call the unbind hook.

Since UsbInterface implements a trivial unbind...

5f29fc715685104618e3c62e9c1c51bd5b8db7de authored over 4 years ago
[bt][a2dp-manager] Log mode switch to syslog.

Move some utility functions out into a `util` module.

TEST=fx test bt-a2dp-manager-tests

Chang...

21dd296fedfa2ff2ba606b727a10fa3ba2f5fb26 authored over 4 years ago
[kernel][vm] Cache attributed page counts

Cache the attributed page count returned by
AttributedPagesInRangeLocked(), along with the VMO h...

2e54f629de4b80654ba396dc47140a4ae2ae9c3b authored over 4 years ago
Revert "[unification] Break down //src/devices:bootfs"

This reverts commit b6fe8e66190a562f079b831a788ddce8fa95a930.

Reason for revert: conflicted wit...

f8a81f18b45afb98e0a87e0a05b890f58745a6a9 authored over 4 years ago
[storage][ftl]: Package driver tests.

ftl tests can new be run through fx test ft-/ftl-integration.

Fixed: 58908

TEST= ftl, ftl-inte...

2e9798a0ae3beef5a42a6fb44f73bc84b4b413d7 authored over 4 years ago
[qemu-x64] Add back missing driver

Tested: `fx set core.qemu-arm64 && fx build && fx qemu -N` and manually
confirmed block device e...

8a45f53b47fa80ed1420a27865345d458a0cb340 authored over 4 years ago
[overnet] Add logging of link type to list-links

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

4afc06edd6843c616c311a795456520b6d4eb54a authored over 4 years ago
[drivers] Create usb-peripheral-stack bundle.

Bug: 58349
Change-Id: I71e91f54b25f67d72786b81d7984f86dc09113ec
Reviewed-on: https://fuchsia-rev...

af12f2fafdd7eee6389447cd925205a29f880d08 authored over 4 years ago
[unification] Break down //src/devices:bootfs

Fixed: 59028
Change-Id: Ie0cf0f53e605daa25caaedff430694a242a5ce20
Reviewed-on: https://fuchsia-r...

b6fe8e66190a562f079b831a788ddce8fa95a930 authored over 4 years ago
[qemu-x64] Add missing e1000 driver

TESTED: Manually confirmed `fx set core.qemu-x64 && fx build && fx qemu
-kN` produced network in...

e10a32a19e239b12788e48d44bdb5a7cac6c9c72 authored over 4 years ago
[fuzzing][fidl] Add sanitizer-cov proxy.

This CL adds the SanitizerCovProxy, which forwards data provided by the
__sanitizer_cov_* interf...

51e70215221ab7a3289e50e35470cbd8efe38fcc authored over 4 years ago
[ffx] update default ssh path heuristics

Fucshia (tree) now uses $HOME/.ssh/fuchsia_* paths by default.
Add $FUCHSIA_AUTHORIZED_KEYS as a...

69af8cbd799e1952723525f8e6ac99e59740cf45 authored over 4 years ago
[kernel][vm] VMO hierarchy generation counts

Add a generation count associated with each VmObjectPaged hierarchy,
which is incremented on any...

0c26b48ae077f07ed090b7225ed21f6875253b3b authored over 4 years ago
[fidl][rust] Inline new_empty()

This saves 57344 bytes

This does not inline for arrays, because it at least wasn't obvious
that...

6c83b4d3ae8d9c08cbbce7d215206c33a0956817 authored over 4 years ago
[fidl][docs] Doc cleanup/fixes

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

1bd86cdf692e198abbc7b142795134283f095554 authored over 4 years ago
[fidl][docs] Add updated Dart tutorial

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

1d1afe730ab4c678aa8c35ec3be52e52a05210bf authored over 4 years ago
[build][alln] Add $zx_build/public/gn/migrated_targets.gni

Add a new .gni file which will be included by the BUILD.zircon.gn
and BUILD.gn files of so-calle...

fed60238bf685410f955f3fd5f05f50e70c751fc authored over 4 years ago
[lowpan][lowpan-spinel-driver] NCP/RCP debug logging fixes and unit test

This commit fixes an issue with the NCP debug logging and adds a unit
test to verify correct beh...

033dbf0b430c02c39e792c4b83217d0bfa8ce232 authored over 4 years ago
[luis][touch] Enable touch driver on Luis

Bug: 56167
Test: Paved Luis with full build, used touch to navigate UI
Test: Used print-input-re...

09971e3da0160a2b1c93f8c0831b782f80eff4ef authored over 4 years ago
[build][alln] Improve zx_library() and zx_host_tool() in the Fuchsia build.

This CL provides several improvements to the zx_library() and
zx_host_tool() templates, as defin...

fb30eb883eb084b7605e173973808262a907b722 authored over 4 years ago
[fidlc][handle] Disable old-style handle syntax for in-tree

This locks down disallowing use of handle<subtype> for fuchsia.git.

Bug: 51001
Change-Id: Ibfb3...

06d893cbd89571df49469fbbb625cb08698e1aa6 authored over 4 years ago
[blobfs] Store blob data in stress tests efficiently

We used to store the byte data of all blobs in memory. Now, we
store params that can be used to ...

f1c668d332c6da618b85e51231e47969d61fc07a authored over 4 years ago
[triage] Introduce Plugins.

Plugins can process an entire snapshot using custom logic written in
Rust. It is a playground to...

185951fd3cab4de5b58283d65f365614caad41dd authored over 4 years ago
[golibs] Add google.golang.org/protobuf dep

Make github.com/golang/protobuf depend on google.golang.org/protobuf.
This unblocks rolling gith...

e581a3e79cbc0565b7bba61f49e1436ebadd4f03 authored over 4 years ago
[fidl] Use uint16_t rather than packed 24-bit uint32_t in coding tables

uint16_t is a native type that is more efficient to use than 24 bits of
a uint32_t and we don't ...

fe6890c4279580b9107a0c8c6b444da5861dd185 authored over 4 years ago
[fidlc][handle] Convert some old-style handle<> in test.fidl to new style

Bug: 51001
Change-Id: Iac8f1de4f78bdc47eff472fbb48c355a4537d653
Reviewed-on: https://fuchsia-rev...

205b2346d89a81f4973377116e7842250d814a83 authored over 4 years ago
[go] Update go.mod require and replace statements

I had added invalid replace statements by error. This broke go test hard
unless the user added a...

76cd99de28c50590178db4a17fe6506fcbc6da77 authored over 4 years ago
[build] Remove third_party/go allowlist entries

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

cb70d72cf216317cb5591cc6ca60bb07b5b79429 authored over 4 years ago
[gndoc] Update GN build arguments documentation

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

bbf0e5cad90f7a8b5315cc99d0c6acfc1a87bcc6 authored over 4 years ago
[build] Fix global `toolchain.environment` for Zircon toolchains.

The `toolchain.environment` variable defined in global_variables.gni
didn't reflect the environm...

6fd73bcca6b2b6803dfb498deffdcd470cebd240 authored over 4 years ago
[omaha-client] Send ping to Omaha while waiting for reboot.

Fixed: 56436
Change-Id: Iebb351e7e45c17726c576e72992186ce49b4a997
Reviewed-on: https://fuchsia-r...

a716b17bf8da223d6aee884dbda7ee8b28f0d435 authored over 4 years ago
[fidl][rust] Inline unsafe_decode and unsafe_encode

This doesn't really have any performance change, but
saves 4096 bytes in binary size.

Change-Id...

70b97062cda1f7e0b468c3cb80c4b91e1e7e4137 authored over 4 years ago
[fidl][rust] Inline naturally_nullable

This is always a boolean constant.

This saves 32768 bytes

Performance changes are generally sl...

cecfa737f0147167830f6bd5e3b3d0822d9f7efc authored over 4 years ago
[block-verity] implement verified read mode

With this patchset, the block-verity implementation now supports
`OpenForVerifiedRead`, using a ...

686f2e28f6d33c6a119ff702b15b35abcfe30b42 authored over 4 years ago
[images] Condense common_image_contents a bit.

Bug: 58349
Change-Id: Iae44e3f45452722387f18c292dc36cb267bfe159
Reviewed-on: https://fuchsia-rev...

05ee59ed2f0f0a6282dc8729f1356419eb8b1aaf authored over 4 years ago
[virtualization] Remove common_image_contents from zircon_guest build

This change should have no effect but the image now contains fewer
bootfs labels. Lots of irrele...

bbb26f197a7fac6edaa1873489aaad55802ded33 authored over 4 years ago
[bindc] clean up test environment list

Including both linux and mac is not needed. The host_env alias points
to the appropriate environ...

677ae4219cc983893ecbacbac22284e2056a66af authored over 4 years ago
[drivers] Create a bundle for driver-related utilities.

Also adjust usb-host-stack group to match existing bundle pattern.

Bug: 58349
Change-Id: I7d69d...

5f04f29b900e20f946f447e0b336205ff3e027d4 authored over 4 years ago
[zbitl] Use file-based data for tests

More straightforward to manage test data in this form and we want
file-based tests in the future...

4154b3cfcf56316fbe1b2d92c4e4ae7ac605377f authored over 4 years ago
[ram] Add ddr windowing result to ram-info tool

Uses the existing DDR bandwidth measuring tool, and adds
the ability to read the sticky register...

b7765f36804d080b42b93fbef0f7c196695f1c3f authored over 4 years ago
[cargo-gnaw] Print stderr when build.rs compilation fails

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

3ffae7d5d7a3c912fad95659038ba05f3d79762b authored over 4 years ago
[wlan][policy] REVERT: enable regulatory manager

This reverts commit eb97de35426d2b351152b13a4b76b8098c3c9bf5.
The CL tickled race conditions in ...

8f66588113a3a349c96f14a4f322fc3389bbf37e authored over 4 years ago
[wlan][policy] Begin Regulatory Manager Revert.

Revert "[wlan][policy] Do not exit when location cannot be determined."

This reverts commit 536...

583aee815ad57ea467a703792cfe7b940bb06ec6 authored over 4 years ago
[fs_test] Add filename tests.

These tests cover a bunch of edge-cases involving ' ' and '.' in the
FAT implementation.

Bug: 5...

cdda9454443c7a9df79a8fc2881b4f415abf0eb9 authored over 4 years ago
[netsvc] Package tests

TESTED: fx test netsvc-tests
Change-Id: Icb4f32282ad55e7890b6ffc189c532c93ca41735
Reviewed-on: h...

ffdad12a1b6423fe20cd376bde6c9c0e9f5b8b28 authored over 4 years ago
[SL4F] Add Reading DDR windowing data

Allows reading a 'sticky' register which stores
DDR windowing tool results that were generated
b...

2169e0c6531118b60cfc113b74ddf53a43c4675c authored over 4 years ago
[SL4F] Facade for DDR Bandwidth driver

Tests:sl4f-service-tests
https://android-review.googlesource.com/c/platform/tools/test/connectiv...

69ea2325a342118e02d136b55bfdc8185214ee96 authored over 4 years ago
[fatfs] Reject trailing '.' and ' ' in filenames.

Filenames with these characters trailing are invalid according to the
spec, so return an error w...

032ca9e214c1891cb3de80f9c85a79113903c080 authored over 4 years ago
[exceptions] Clean up exception broker

Exception broker hides many details and is hard to test. This change:

* executes the callback f...

1edb353c4d40d1f781fa8d627cb9bd228f6e9699 authored over 4 years ago
[sysconfig-client] Package test

Fixed: 58910
TESTED: fx test sysconfig-sync-client-test

Change-Id: I385dbf7831661b39a914e4a1246...

1e3dcae654b3a7e18390a6e44ee2ea72133bb01d authored over 4 years ago
[build] remove unused import

Bug: 55208
Change-Id: I734c0c0dc8b710058803b81726e82a8c64a02707
Reviewed-on: https://fuchsia-rev...

a4ff3145e6242d6a20fd9f870c132830bc0b347f authored over 4 years ago
[drivers] Create bundle for the bootstrap set.

This relands commit 106d80bb86e5208e87e6d604dda5220499585427.

Change-Id: Ic097da93d36aedf37304d...

4b7c69019af1e1ed40803151cf3bc2b05588e7b8 authored over 4 years ago
[blobfs] Add CLI tool for blobfs stress tests

`blobfs_stressor` is a CLI tool that uses the
blobfs stress test framework to run configurable
s...

b2505906560bed86ae153c7c5030df764b4a4de5 authored over 4 years ago
[zbi] Handle unknown type file extensions

This fixes a bug in which `zbi` would segfault when trying to render
JSON output for a ZBI with ...

49b685dabf033777d9aacf57e9373c007fea8fdb authored over 4 years ago
[gndoc] Update GN build arguments documentation

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

34fbaab5769a1f861046b2911bba12d0ad30295c authored over 4 years ago
[audio][test] Fix min lead time race

In some tests, when starting a renderer, the following event sequence is
rare but possible:

1. ...

97f846097de73d2970780f1952b32c2327ecbe17 authored over 4 years ago
[tools][devshell][emu] Use usermod -a -G instead of chmod 666 for /dev/kvm

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

0f3d36afbfc36ca3677e19efa03d6268a62484a5 authored over 4 years ago
[bootfs] Improve bootfs parser's validation of input data

This fixes an out-of-bounds read found by Clusterfuzz, by moving the sz
> avail check earlier, p...

6be7407284e52b418b9dc0c55d7be6ef621ed5f7 authored over 4 years ago
[build] rename host_script_test templates and files

The host_test_data template clashed with the one defined in
build/testing/host_test_data.gni. Id...

81871ac0ea67b8c5a5ab2c93eb53844936b2d93e authored over 4 years ago
[lowpan][lowpan-spinel-driver] Support for energy and network scanning

Test: fx test lowpan-tests
Change-Id: I0941af753560fc2e7cfda90b704d5aae416500ab
Reviewed-on: htt...

80561c520dfac1a00596b0e7528df72368a1675d authored over 4 years ago
[boards] Move relevant labels to board files again.

This reverts commit 17647c11debf594a606efc8e2107c5eb41e69bf8.

Astro and Sherlock configurations...

1589eeb23bb1024907fce54d50eead68ecf5e3e1 authored over 4 years ago
[fidlcat] Reconcile and group read/write calls

This CL reconciles read/write calls based on method name and breaks
reconciled FIDL calls into g...

bd6382b98f26996066282e237312790670f33948 authored over 4 years ago
[unification] Move runtest-utils to bringup using bootfs_test.

I checked this one separately because it was affected by a bug in the
testrunners/runtests inter...

38f6d3d39e2a183f4cdc6f4e3bddfe01e30b4a19 authored over 4 years ago
[feedback] Fix false previous boot logs

* The previous boot logs should never come from the current boot cycle, even if there were no lo...

9d93655e5e32272b80746b88db579050a66c874f authored over 4 years ago
[wlan][sme] Log disconnect event

Although we already log state transitions in Inspect, they are not
currently preserved after dev...

e48e03f1e63e43e230e2b4a146799b081dbcf85f authored over 4 years ago
[audio_core] Flesh out more driver inspect metrics

Also report format metrics under a "format node" and report "sample
format" as a stringified enu...

77e478c42c48eb5aa9e9dcba963910820185beae authored over 4 years ago
[magma][msd-arm-mali] Remove temporary magma_arm_mali_status2

Bug:47016

Change-Id: Id64dd8114ed5e09d89dd75d594dd7ccfbe6a45b8
Reviewed-on: https://fuchsia-rev...

14ffefb16f6079b061e964a2255f6cd20817d35c authored over 4 years ago
[test_runners] Use stream socket for stdout stream

Use stream sockets instead of data-gram sockets for sending test's
stdout to test executor
- Thi...

fa00b01f16288b31a159514f26cb054ee7a9a712 authored over 4 years ago
[media] Add OutputDeviceProfile VolumeCurve

Currently, the volume curve and loudness transform used for AudioOutputs
is gathered from the st...

1e530225ef113da37b3c7ea5ee7c177ab5740bf6 authored over 4 years ago
[fidl][rust] Change slice_as_bytes to supports_simple_copy boolean

slice_as_bytes combines two pieces of information:
- can a type be encoded/decoded via simple co...

f28bcf47598c79635eaa947f2435a256af30a886 authored over 4 years ago
Reland "[appmgr] Exit properly with no shutdown components"

fxb/58083 is fixed, which should allow this to reland.

MULTIPLY: system_tests_upgrade: 5

This ...

98f293444b6b9fcf1cf1d2b4bbbbf953af04f15d authored over 4 years ago
[ui-input][root_presenter] Add multiple views

In preparation for converting RootPresenter to using the new
fuchsia.ui.pointerinjector API for ...

3bb27b5f560622a654dae107410993f26dccbfd9 authored over 4 years ago
[build] clang_rt.fuzzer no longer depends on libunwind

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

4fc7e5276d89bd90e3db0299c54b884bede2a788 authored over 4 years ago
[blobfs] Fix flakiness in AllocateIncrementsMetricTest

The inspect reader service was incorrectly making the first recursive
call to the Tree FIDL clie...

a3f2eeda48f09c1082b4be8731af879e7ad9aa46 authored over 4 years ago
[weave] Convert ThreadStackMgr to delegate pattern

To facilitate testing, the ThreadStackManagerImpl class has been
converted to a thin wrapper aro...

778f51b645312d0b07bb84901a947036b826b736 authored over 4 years ago
[build] Add zircon_toolchain_suite() template.

This CL adds zircon_toolchain_suite() which will be used in
a future CL to support toolchain var...

16ba2557a2ac698c80f31d8fee26c9ffc7acc2c4 authored over 4 years ago
[drm] Document CreateCdm error condition

If a KeySystem client attempts to create a ContentDecryptionModule with
an invalid data store id...

450fb24cca190eea961416100e0b5ea8f2b05b2f authored over 4 years ago
[chromium] Provide tzdata to media_unittests

The tests access it (though they don't really need to). Providing this
allows the tests to run u...

280ea5b9c2dd2e63b433b45a11cbe78d1a6b2e32 authored over 4 years ago
[a11y] Add DebugName in logs of recognizers.

This cl adds DebugName() in logs of gesture recognizers. This makes it
easy to debug when logs f...

a6f751eea16db73b42c21ef77849cc8ad882066f authored over 4 years ago