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

[weave] Initialize Connectivity Manager

Initialize connectivity manager which inturn initializes
the WeaveTunnelAgent and the TunEndPoin...

d83d3b15910bf1dcaee285337fcbdf685b98fda2 authored over 4 years ago
[fxtest] Only show "PASS" and "FAIL" messages in colour if non-zero.

Currently, fxtest will show persistent "PASS" and "FAIL" messages in
bright green and bright red...

108e8937ce0cf6e3103458777573f718ff60b0fc authored over 4 years ago
[vdso] Update smc_call to specify the handle type

The handle required is a resource, so state that more clearly.

Bug: 33183
Change-Id: I42a5908d0...

f0f99d150afab45a2692f8418c974762d22d76ad authored over 4 years ago
[media][audio] Clarify AudioDeviceMgr methods

Methods are renamed to specify action on plugged events to clarify when
the methods should be ca...

eaad86084d800377a59c158b1033720a96c4f2fa authored over 4 years ago
[fidlcat] Fix open and close braces for array fields

Legacy format:
{ field: array<type> = { ... } }
{ field: vector<type> = { ... } }

New f...

2e83b970746320cc8ba60cc1ae0c65eef4795dba authored over 4 years ago
[kernel] Check ktrace enabled mask inline, and move logging out of line.

In particular, we move the mask `grpmask` (which indicates if
a particular ktrace category shoul...

6bb83279aa83884517c2b9a05f43082ae2b25b3e authored over 4 years ago
[kernel] Trivial: Convert some ktrace C'isms into C++.

In particular, we move static functions into anonymous namespaces,
remove use of C-style struct/...

644f53e06481ca93c4291d76a5c8d6b2f785faf1 authored over 4 years ago
[lowpan][lowpanctl] Added `mfg` command.

This change adds the `mfg` command to `lowpanctl`, which
in turn executes the `send_mfg_command`...

f26a008d7af7c26f3f96bae22dbaef4c0977fd85 authored over 4 years ago
[lowpan][lowpan-service] Updates to support factory API

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

a7538e57785823749a7ca923f129edb8aaf89384 authored over 4 years ago
[lowpan][lowpan_driver_common] Updates to support factory API

This commit contains the changes needed to support the new
factory API in the drivers.

Change-I...

cb30b3da0f60b0d323251a2dfe9930ef4bf07987 authored over 4 years ago
[check-system] Make src/media/audio/audio_core/testing:testing check-system clean

ERROR at //src/media/audio/audio_core/testing/threading_model_fixture.h:12:11: Include not a...

6ff4da144df759ece9b5fe11a83556092ca75a7f authored over 4 years ago
[fidlcat] Alphabetize SyscallTypes and enumerations

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

e27b7faec04c87f78ce75fe56f133dfb60c36748 authored over 4 years ago
[check-system] Make zircon/system/ulib/blobfs check-system clean

e.g.:
ERROR at //zircon/system/ulib/blobfs/compression/chunked.h:16:11: Include not allowed....

d6a3b9346a6bfb740d464c0645de7ce83654a5ec authored over 4 years ago
[check-system] Make src/virtualization/bin/vmm check-system clean

ERROR at //src/virtualization/bin/vmm/guest.h:10:11: Include not allowed.
#include <lib/...

466ffdb46a8325d0f2c36b1a9147b9cb8f8e6f10 authored over 4 years ago
[display] Fix flakiness in vsync tests

Fixed: 49467
Test: fx test //src/graphics/display/drivers -- -i 10000
Change-Id: I5f50277f2f87d0...

25b78be3f80e49b9ad4a83ccd799c16a78438b3e authored over 4 years ago
[check-system] Make src/media/audio/drivers/astro-pdm-input/test check-system clean

ERROR at //src/media/audio/drivers/astro-pdm-input/test/test.cc:10:11: Include not allowed.
...

69cfe82516cb653efae8a85cbaa149c4f4b04dfc authored over 4 years ago
[tests][zxcrypt] Cleanup: Uncomment disabled test (while keeping it disabled)

This ensures the code is compiled-tested, at least.

Bug: 51652
Change-Id: Ia77d028d2f6dad18c853...

ba3da69b685984d723f3e28328722f63021b3e02 authored over 4 years ago
[check-system] Make src/developer/forensics/crash_reports check-system clean

ERROR at //src/developer/forensics/crash_reports/report.cc:7:11: Can't include this header f...

e8d7aea3fe53b46f4154db9a22d6881d3e963bae authored over 4 years ago
[bt][snoop] Limit upper bound on snoop buffer size.

In situations with a high packet per second rate, it was possible for
the snoop buffer to grow v...

56ac6e8d9129922e98ade8b76b5d56312dcb4b9b authored over 4 years ago
[bt][async-helpers] Synchronous and Send HangingGet

Use interior locking and mutability + reference counting instead of
async and message passing. M...

be675c29ebb5abc0ead30fe6ff714f1318b22b87 authored over 4 years ago
[bootsvc] Add GetBootloaderFile to fuchsia.boot.Items

This allows arbitrary binary files to be uploaded from fastboot to
Fuchsia.

Test:
Added boots...

e33674025a786d77ae80d460eaedd8364b46210b authored over 4 years ago
[NETSVC] Use new reboot api

netsvc is using fuchsia.device.manager.admin to reboot the device which does not
use orderly shu...

4c4fd12f59a6fcbd542d7485d4d2b3f09c9ac43a authored over 4 years ago
[scenic] Use std::weak_ptr in FrameScheduler APIs.

Flatland will be integrating with FrameScheduler in the near future.
When we do so, we want to k...

8f29984e5c5d7f0cfd2b677ee9d88b3939d54b71 authored over 4 years ago
[fx][test] only set e2e variables that are defined

Tests: added integration tests to validate the expected behavior on
different scenarios.

Change...

32ca76710bae02c0d99f607a4955ffa2f2909a95 authored over 4 years ago
[fidlcat] protobuf save/replay

Adds options to save the content of a session to be able to replay it
later.

The session is sto...

bc52947d04caf568b6aaa1221c5d48013cb5ec14 authored over 4 years ago
[kernel][thread] Additional thread accessor usage

Includes additional refactors missing from I0e76a76f82879dd7101de73e044faab263da22e6

Change-Id:...

33072e474db07141c9babbd2aa55cfb0ec8b8332 authored over 4 years ago
[rndis] Move rndishost driver to rndis-host

Makes way for a matching rndis-function driver.

Change-Id: I2646294042d44265ec018cef5d0f44e1f6f...

2603c371602632e2dd5190df716ad8ffd57d076d authored over 4 years ago
[fidlcat] Two step decoding for 6 more syscalls

Adds
- kGpAddr
- kObjectInfoTopic
- kPacketGuestVcpuType
- kPciBarType
- kPortPacketType
- kProf...

c24fa88b3c003344e7e09d899aa3e24bbc3c09ad authored over 4 years ago
[dns] Reduce log spam on IO errors

Bug: 55621
Change-Id: Ia4d701d27b44979aaebe0a1b6d824d7884919748
Reviewed-on: https://fuchsia-rev...

2612bd39766266d2408ebda1d5131282a4bd75a0 authored over 4 years ago
[modular][sessionctl] Fail sessionctl add_mod fuchsia-pkg://noexist

Fails early with an error message when provided a fuchsia-pkg:// URL
for a package that is not a...

1fe04b315882c1d5fdb660bcdb769969774014fb authored over 4 years ago
[check-system] Make //src/devices/board check-system clean

e.g.
ERROR at //src/devices/board/drivers/mt8167s_ref/mt8167-usb.cc:17:11: Can't include thi...

a8dba98bbb9a4c58dbe25d3aad36e3757f091ec3 authored over 4 years ago
[netstack] Fix comments

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

8a40d36404aa23f78480bf88a48f3ff5af6b3c27 authored over 4 years ago
[fidl][rust] Pad blocks with u64 writes

We currently pad the end of out-of-line blocks and the first inline
block with std::ptr::write_b...

0d9b2d268550a0c37591c58c9e6153d9d82de995 authored over 4 years ago
[modular][sessionctl] Cleanup: use fit::result to report success/error for sub-commands

This is a no-op change that replaces usage of std::string as a result
type with fit::result<void...

0c67ece1c86155526c3ce220b996f3830917543c authored over 4 years ago
[a11y] Migrates all Screen Reader actions to use the Speaker.

This change migrates all Screen Reader actions to speak their messages through the Speaker. This...

2ed90c57b6322bb14b3824755f8f179eaff2a9e7 authored over 4 years ago
[media][audio] Update AudioTuner FIDL

The original AudioTuner FIDL definition did not include all details of
the AudioCore PipelineCon...

4eac4e341800f2e73da64211dea4c2be29aecf6d authored over 4 years ago
[sl4f] Expose fuchsia.boot.Arguments

SWD's e2e tests would like to be able to query fuchsia.boot.Arguments to
see if the omaha server...

83eb5b98fa016d69bd8ee8f8d0aa6764a9ec37a1 authored over 4 years ago
[usb-hub] Move to init hook instead of make_visible

DEVICE_ADD_INVISIBLE is deprecated in favor of using the init hook.
As long as init hook is not ...

dcc72b5168a8c4ef2a970b07c0e6c2fcde99e4ea authored over 4 years ago
[fidlcat] fix potential asan problem

Negation of min int64 is illegal.

Change-Id: Ia7b086ff59a21daccf0a9ad76a5572825b69bbf3
Reviewed...

a2ee225189174550b7a200858606aa5ecb3f272d authored over 4 years ago
[cobalt] Set the local aggregation directory in the CobaltService.

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

9ccc880ed943dd32bce78e95741172c042ffaf58 authored over 4 years ago
[brcmfmac][sim-fw] Correct BRCMF_C_DISASSOC handling

This command is only for client iface, so when it is issued
for softAP iface, return ZX_ERR_IO_R...

a0ba2d3d46ec8b5e7884092a7c434f6b335f26e2 authored over 4 years ago
[tests][zxcrypt] Convert tests to use zxtest instead of unittest

This was partly automated, with a lot of manual changes:

Specific to this test:
* Update how t...

914798575fd9f6d2079d805151023be8af413e37 authored over 4 years ago
[SetUI] Handle exiting MessageHub async task.

This changelist adds exit logic to the MessageHub main
processing task, listening for when messe...

d80d8a8d2900afdbcbb227b20ed4409aff420972 authored over 4 years ago
[brcmfmac][sim-fw] Add state for softap clients

This change:
1. Adds authentication step before the association step of each softap
client.
2. A...

acbc442b8f7644afb82f69e6b85fd649cfd12e8d authored over 4 years ago
[fidl][docs] Add "responders" to bindings spec

Adds a new section that describes what "responders" are and
why using them may be better for bin...

cfc840e32a9a6dcd0a7cc66733405c0dadd7a0a9 authored over 4 years ago
[fidl][lowpan] Fix Discoverability of fuchsia.factory.lowpan.FactoryLookup

I accidentally removed the `[Discoverable]` marker from the wrong
protocol in the previous commi...

8676eddfbfacd8b3f8166a50cf9d6a9b11f3768c authored over 4 years ago
[affected_targets] Require source directory argument

This is required for CQ to be able to specify the source root, allowing
GN to perform analysis.
...

2efe914a3d8c8094f73d354cba9bb67ecbf0a383 authored over 4 years ago
[feedback] Introduce a move-only SizedData class

Crash report attachments can be quite large and consequently expensive to copy.
We need a class ...

61dd99e6b9eb6134fe5a3a125b752ecadc28b0b6 authored over 4 years ago
[zircon][thread] Restrict thread starting addresses.

This CL disallows setting non-canonical addresses for userspace threads.

The CL adds a `arch_is...

5a5b5847f83d08fdb46b0e7fa6cb0209ad697307 authored over 4 years ago
[identity] Add memorypressure.Provider service required by WebEngine

Bug: chromium:1094035
Change-Id: I1aed1cd87884625bc48e818d900db50bc74bc2ef
Reviewed-on: https://...

198f882aa93ffd2318daf6d9583a614b4d629e9c authored over 4 years ago
[thinfs] Update Go import path to match the relative path

Change from "thinfs" to "go.fuchsia.dev/fuchsia/garnet/go/src/thinfs".

This will be done for mo...

007df3116ec0136e6a4465fd9535d2107de99082 authored over 4 years ago
[fx] regen failures should fail the pipeline

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

589bf2641a46bc6542e44b27755cba1eb9674ede authored over 4 years ago
[iquery] Clean up old CLI and code

Tested: iquery_tests, archivist_integration_tests

Change-Id: I8afc2935bd968350a5bd28f92df7fa64d...

4eda7064e8b9aede03053796dd050c1bc208cc29 authored over 4 years ago
[system-updater] Modularize tests

The test lib was getting rather large. This change splits the test
cases into various submodules...

63bc235b38a38fc557717b8153454fee0086cde3 authored over 4 years ago
[blobfs] Blobfs Corruption handler support

This change implements the CorruptBlobHandler with blobfs as a client,
to notify a corrupted blo...

fa904a89686f97edb9744861fc1beb27337b8fbc authored over 4 years ago
[gnaw] Adds the per-crate "configs" option

Allows `cargo-gnaw` to generate the `configs=[...]` section for crates
that require it.

This al...

c6561931988bce2514b868ed7d50557c815a5ca7 authored over 4 years ago
[media][tools] signal_generator online mode

The signal_generator CLI utility is updated to include --online,
a mode in which packets are sub...

5aae731e1fa5fde97b3ec5ea63f80555e4bc0d6c authored over 4 years ago
[bt][bredr] Fix length of shortened name in EIR

Names that were longer than the allowed EIR length would be truncated
correctly, but their new l...

c99bcded24e6d2861bd894d93722dd073ab75326 authored over 4 years ago
[audio][astro] Mute/unmute on stop/start codec

Reported by mpuryear@ there is a pop in the start of audio playing.
We had fixed this in Sherloc...

fd5d0f1715b43a0f043e690c7dde673890ea67da authored over 4 years ago
[bt][l2cap] Don't reject signaling channel responses

Don't send signaling channel command reject responses in response
to unexpected signaling channe...

fc38480a20da71390e314340edf9c0f6a0f8c9cd authored over 4 years ago
[trace][perf][benchmark][perfcompare] Remove tspec functionality from trace tool

[trace]: Remove all tspec-based integration tests; they have been
replaced with non-tspec-based ...

6eb20a7dc642595a16cf30931947b3346482a50f authored over 4 years ago
[fidl] Fix ASAN error in table reference benchmark

Instead of copying 8 bytes (which is also incorrect), copy one byte an
zero extend.

Test: this ...

58c1b16294ea0a0a4fd93a4377acd655f4d58e1b authored over 4 years ago
[wlan][ralink] Migrate off device_remove_deprecated.

device_unbind_reply is used to reply to the unbind hook,
and device_async_remove is used to trig...

8bb846dcd815f13b129e31f11f1149af1928c86a authored over 4 years ago
[audio] Move simple audio lib test out of bringup

Test: sa-unittest-test
Change-Id: I703da87d64de2eef5a479f4897c0a5d15433393a
Reviewed-on: https:/...

d71c124bbeb0f0add0669f57be2902800fc4e34c authored over 4 years ago
[build] Make GN and AllN libs python3-compatible

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

af60e9b1938c89a307339192ff480ed0c08490a2 authored over 4 years ago
[vim3][aml-ethernet] unblock paving on VIM3

- restrict magic numbers to specific boards
- match drive strengths to Khadas reference

Change-...

c025f1252d5b490aeb7eeeb86af195b77efeb4de authored over 4 years ago
[vim3][eth] increase ethernet buffers

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

8fdc7b5fa0d8cf180ea55b306ad9323f45a4e4b7 authored over 4 years ago
[debugger] Add process handle abstraction.

This is similar to the ThreadHandle extraction that recently landed. The
underlying OS process h...

d231e69572bb2316a690d774b1c92414b304f8e9 authored over 4 years ago
[package] Allow testonly packages to contain drivers

Normally packages containing drivers need to be
included in the system image because otherwise t...

eb7b44ceef677468d92263b1cc4282c5f58a1406 authored over 4 years ago
[fidl][docs] Use .test.fidl for example FIDL

This is to avoid having to go through API review for each change.

Change-Id: I5e3375733462196fb...

66cf101d7a0bcebaa93f92fa3e4acf50208ccc0c authored over 4 years ago
[zerocopy] Add LayoutVerified::new_slice_from_prefix and friends

Add variants of `new_slice` for creating a LayoutVerified<[T]> out of
the first N or last N puta...

80fbfe2e254658ab5fc8e5f80468eee3f17d3576 authored over 4 years ago
[fuchsia-inspect][perf] Add runner for rust inspect reader benchmarks

Add a rust_inspect_reader_benchmarks_test corresponding to the old
reader_benchmarks.tspec file....

2a5083fc9e85bf22d917b3800a660459bf9175ed authored over 4 years ago
[diagnostics] Fix cs complaining about missing @time field

The @time field seems to have changed to string from float.

Bug: 51179
Change-Id: I37ac0e09d00c...

2cd2c22eb1c874c7f74a3fa97ad2cb68ddc8249a authored over 4 years ago
[build] Make Zircon libs python3-compatible

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

f81e834ddc6eb0ac45e8b73c63998a469e1cc27d authored over 4 years ago
[netstack] Reduce coupling

Remove *dns.Client from dnsServerWatcher{,Collection}.

Change-Id: I1990dbea3dbcdd3e244a2a240f48...

2200c39da44090fe0047ff0cb7c594b76d26eaa9 authored over 4 years ago
[bt][test] Create FakeSignalingServer module for FakeController

Start implementing fx/663 by creating a FakeSignalingServer module to
handle ACL data packets ro...

4ff84cdba4e5cfc295814347d2c423c65aa76299 authored over 4 years ago
[bt][a2dp-source] Add RtpPacketBuilder max size

Packets are limited by the size of the max TX SDU on the L2CAP channel.
Currently we send one RT...

1d38e254b703b27177cd0e4ce269be9b7d0d54c4 authored over 4 years ago
[netstack] Clean up incorrect references to `tag`

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

004aab519d88a9f49a497eeb2bb7165754264a00 authored over 4 years ago
[fidl] Move dangerous identifiers tests

Moving the dangerous identifiers tests to
//src/tests/fidl/dangerous_identifiers

Needs to land ...

e6ea8f0f347ed1082258949245c6188a3584fc59 authored over 4 years ago
[wlanif] Add WLAN metrics histograms.

Implement FIDL data structures for per-antenna reporting of noise
floor, signal level, signal to...

d003fb7ae53b406e4899c4dd3cffedb8a367876d authored over 4 years ago
[fidl][rust] Add unsafe_encode to the Encodable trait

unsafe_encode() works like encode() but doesn't perform bounds checks
and supports unsafe implem...

6f9de1a7a50cc3f52fda4ffc702c2c3f61d594d5 authored over 4 years ago
[fidl] Reference encoder for uint8 table + more decoder sizes

This adds a table encoder that can be used as a reference for "fastest"
table encode performance...

3ece8f0413d25e439e2bc64bb46e52f075257f19 authored over 4 years ago
[go] Ran addlicense and manually fixed go package doc

1) Added missing license header:
git ls-files -z -- '*.go' | xargs -0 addlicense -f ../L

wher...

96565369106652ac03fbcb70d6959bd73624411b authored over 4 years ago
[docs] Fix links in the environments documentation

Several of the links were broken. This change fixes them.

Change-Id: I7052536fabfde1677c053c62f...

20cbb25519a767562fcc355e3d9e5f162019ef72 authored over 4 years ago
[docs] Correctly nest environments docs dot points

The runners section is nested under the extend section, however it's a
top-level section of an e...

f911151c962b9b2cdd68c91bd47b6d42331b3ed4 authored over 4 years ago
[settings] Revert "[settings] Remove deprecated watch for Audio"

This reverts commit bf3c5ec5610ffc759a36f60a1512640033ec6329.

Reason for revert: Unfortunately ...

9c519c735e7933c343683b0025bf53d38972b22d authored over 4 years ago
[storage] Fix race between block client terminating and reconnecting.

One of the tests in block-client-tests tears down the connection to the
block server and then im...

2f1051f079a197791b088c14ce3efc667eadf8f0 authored over 4 years ago
[weave] Add method to retrieve the Weave certificate in PEM format, step 3

Some users need the Weave device certificate in PEM format instead of
the Weave format. This cha...

bd15ff5ef4a714f210cc58473f557e8f133019ce authored over 4 years ago
[debugger] Separate out some thread abstractions.

The new ThreadHandle abstraction will cover the operations that can be
done to a thread. It will...

b4fe0498d6dbf805838a7d430865afe2cd5f2ec8 authored over 4 years ago
[weave] Add method to retrieve the Weave certificate in PEM format, step 2

Some users need the Weave device certificate in PEM format instead of
the Weave format. This cha...

937e283e9354f28efd6775a10a9373d4ac9aae4f authored over 4 years ago
[blobfs] Add writeback, lookup and allocation statistics to Inspect

Writeback, lookup and allocation statistics are already
being recorded by blobfs and are updated...

684bd010e05a4509dd39cfe0d26f0c0455da4687 authored over 4 years ago
[blobfs] Improve read metrics

Changes proposed:
1. Create one ReadMetrics class per thread (paged and unpaged)
2. Migrate merk...

1b856ba184972786e688a94cbaac76e3fd19fc77 authored over 4 years ago
[fidl] Remove unused go source files

As part of my effort to clean the Go build system, I discovered
unbuildable code that was not re...

dc32bdcb87c290ee2acf1a0282494f2a94521963 authored over 4 years ago
[blobfs] Reduce memory size in Inspector tests.

Reduces the memory allocated for the fake device from 256M to 8M.

Reduces the run time on my lo...

77731e13467e30876e5986d799218f34cf436ce2 authored over 4 years ago
[bootloader] Add ABR support

Bug: 34464
Bug: 46175
Test: Manually tested zircon-a, recovery flow and looked at the
ABR ...

31620e85dadc5df71e687cf72ab671b24207b1dc authored over 4 years ago
[audio_core] Enable ref clock offsets

This CL unblocks the usage of AudioRenderer and AudioCapturer
reference clocks running at the sa...

c7ea9086b353cf44060dc9b2970d245a1644fef3 authored over 4 years ago
[scenic] Manually stage ViewTree updates generated by AnnotationManager.

AnnotationManager has its own Session for storage of Annotation
ViewHolders; it was not updated ...

9065a27ebe72830d4d6e53e000d76d207d082389 authored over 4 years ago
[storage] Fix crasher that could arise if reserving zero blocks.

Fixed: 52920
Change-Id: I96286086427551a8e6148f7ff48847491ce310b8
Reviewed-on: https://fuchsia-r...

65f16bf900b8e5368ff46c549f1c620e0480894d authored over 4 years ago
[storage] Move random-op tests to new fs_test framework.

Bug: 52611
Change-Id: I1c3ab0bb501a5744c013531ec06bc42178546885
Reviewed-on: https://fuchsia-rev...

23d0d8cf97d9bbb5a0abc21e22260ed085b119c4 authored over 4 years ago
[components] Fix environments link in runners doc

The link was incorrect, and should point to environments-runners so that
it correctly references...

0ecdfb92aa4e39a0d5c9426dc99d23b41d673a3a authored over 4 years ago