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

[driver_manager] Add SystemInstance::start_services

Move thread creation for SystemInstance::ServiceStarter to
SystemInstance. This mirrors the logi...

369fa5c26349813d48058e311895a6c9958b24d9 authored over 4 years ago
[debugger] Improve debug log statement.

The formatting of the debug log statement was confusing. This moves the
address outside of the [...

a4ee90bdc2c488738951cdf307036320a4c9edc4 authored over 4 years ago
[netstack] Enable TCP receive buffer auto-tuning

I attempted to test the impact of this change on performance using
iperf3 with induced latency o...

fcd4c603fb91753831f8368df7b7275fd9b03d0b authored over 4 years ago
[storage] [storage] Move persist tests to new fs_test framework.

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

6eecc7d875faf30a30cfae70e0876f02498c1bff authored over 4 years ago
[netstack] Reduce duplication

Avoid duplicate calls to GetServersCache and duplicate isDead checks.

Change-Id: I1e35005bdb36e...

c23765328039dd0e3380da5007cbbd4a9a9bf854 authored over 4 years ago
[cksum] Update for bootloader compatibility

cksum library is needed in bootloader for abr support. Currently kernel libc is
also built with ...

6e28ac15b2b5e2ebd57d8e927834e15947387d51 authored over 4 years ago
[build] Make Rust libs python3-compatible

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

8dcbcedfc5ee7853c3593824b62747650488b3af authored over 4 years ago
[debug] Introduce ThreadException

This is an abstraction wrapping zx::exception that will allow for
easier testing.

Change-Id: Id...

9606163307440fa29e0dd0b7d4f193a17c1314dd authored over 4 years ago
[fdio] Cleaning up -Wunused-functions warnings

Bug: 44879

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

b29446862d774dc17a4d18d4fd314f6705b4538a authored over 4 years ago
[minfs][test coverage] Add missing unit test coverage for corrupted superblock and journal info in fsck-tests

Noticed that fsck-unit-tests are missing some fundamental tests like corrupted superblock
and co...

79bb2430aeddc479bd3d28429d2045493c60f91e authored over 4 years ago
[network] Document use_netstack3 flag

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

c88a3c9b21ec13249bc11cb61b9c5c29d1cb6262 authored over 4 years ago
[netstack] Use the new DNS resolver in tests

Remove this service from shell/mirror; it is not used.

Change-Id: I098feb21f5a0e0c18f57a187ab56...

f1597634446726341c5d63863a69b8a1c62c49f6 authored over 4 years ago
[build] Make Go libs python3-compatible

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

a692ad9b88222d98d01f40332cf219654343eae5 authored over 4 years ago
Revert "Reland "[Fuchsia DevTools] add harvester to dockyard integration (e2e) test""

This reverts commit 96cd46da79c45a6a6928de06c51df15f08762a91.

Reason for revert: We suspect is ...

4a511ad8e89c690115223d2e2d8c272d354806fd authored over 4 years ago
[wlan] Remove test dependencies from user_build

This doesn't get us all the way; wlanstack still depends on
isolated-devmgr, which needs to be u...

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

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

0868976303c09a4d774f82a3710c1cdd8515fa79 authored over 4 years ago
[build] Forward visibility in host_test_data

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

5d90dce70509bf272aef28bcecb335eeb2d5e950 authored over 4 years ago
[minfs] Correctly set vslice_count on format.

Bug: 42552 #done

Testing: Added mkfs tests to test changed functionality.

Change-Id: I703264d6...

ecd0581cb2cf4badfd09e04bfd5dab230e910d48 authored over 4 years ago
[avb] Update avbtool.

Updated to https://android.googlesource.com/platform/external/avb/+/01553a27989ebcb915bb80dedf9d...

6d60cb7c8963d224250acf2b33d2aeb36c8b1359 authored over 4 years ago
[debugger] Add other thread info for exceptions.

Adds a vector to the exception record to store information for other
threads that were stopped a...

aa51d1c732ee1335c8c79eab1f9b832ee2e15e33 authored over 4 years ago
[zircon][ulib] fix some typo in the comment

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

1c899a8696d1585136d402ff6a9a6b7af9c7e733 authored over 4 years ago
[abr] Enable zircon build

In order to use the library in gigaboot, ZN build is necessary until
gigaboot is migrated to GN ...

f37fab958571f4d5155f39ade3ed65ceeb8dadbe authored over 4 years ago
[config] sysmgr config golden escape hatch

To treat all sysmgr config mismatches against goldens as warnings, do
the following:
fx set ... ...

aa35084659063b71ca271c3856fd798124431670 authored over 4 years ago
[reland][audio][sherlock] Adjust woofer analog gain

This is a reland of 01f786959dd38b3e7e786fb1d3b7c47dfd67f0b4. That CL
was reverted as part of a ...

19459c4d24eb4210c0ef3c112c547b8c149352b3 authored over 4 years ago
[gn] format all GN files

Ran:
git ls-files |grep '\.gni\?$' | xargs -P 100 ./prebuilt/third_party/gn/linux-x64/gn forma...

acb018203a4f47cf48fe67aa4d90d0555b9c999d authored over 4 years ago
[cml] Remove support for "realm" from CML

Users must use "parent" instead.

Change-Id: Ifbfd42e38be4b920a7973c70112591849cf14d34
Reviewed-...

dc208075f3b1206b87bb5169dfb1ec964960ccc8 authored over 4 years ago
[factory] Add tests for alpha factory store.

Adds support for Alpha factory store provider to SL4F facade.

Bug: 50585
Test: fx run-test fake...

0e345304981ea0a4bf6f571c6e72d6728be190c7 authored over 4 years ago
[appmgr] expose /svc/fuchsia.feedback.CrashReporter

The crashreporter service is used by power_manager, but it was not
exposed by appmy

Change-Id: ...

f78ad20b010efba3f6d038385325748d2ab3c31c authored over 4 years ago
[kernel][thread] Make the rest of Thread members private

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

b6cc6134e7150672f45b398097d0261616bd12cc authored over 4 years ago
[display] Add tests for Layer and Image refs.

Improving test coverage to narrow down flake sources.

Bug: 49467
Change-Id: Ic51cd79ec7b513b97b...

4423f5b3cd8786408afc0554152fa3a503d67e17 authored over 4 years ago
[docs] Add Rust and Dart examples

We can probably do better than this, but it's better than nothing.

For future reference conside...

a333519bf296d3a1dbf49b6a5bbc8cd40d8efb4b authored over 4 years ago
[rust_crates] Update rust_icu entries in Cargo.toml for ICU 67

Bug: 55318
Change-Id: Ifc806d48e427c34ccc9bd9c33570650ba5a15e73
Reviewed-on: https://fuchsia-rev...

8d4d58b03b91b19aa6ed025a75603d2cc674c762 authored over 4 years ago
[sshutil] Have NewSFTPClient check if conn is closed

Previously, NewSFTPClient would try to construct a new SFTP client using
the current underlying ...

0a8ac6e8b34ee7da2566b924360ce26b211914db authored over 4 years ago
[affected_targets] Add raw GN output to error

When the tool fails to parse GN output, the error message now includes
the raw GN output.

Chang...

0c42a7fda851b24415c77d666cb37f3544067aae authored over 4 years ago
[bt][hog] Fix HoG and bt-gatt-svc device lifecycle

The bt-gatt-svc device and its children are expected to get removed when
the associated GATT ser...

d18319c30f1b49d187dfe9e3792ce9d9d9921e57 authored over 4 years ago
[metrics_registry.gni] Stop using for_testing flag

Replace with 'testing' feature where necessary

Change-Id: Idcfd7452073397eef9b1d854053027d2fcab...

c832ce2e5df1f91bb8981fd1501597467958800c authored over 4 years ago
[shell] Migrate to new test templates

Also, break package tests (e.g., the parser tests) out
so that they can be easily run separately...

54d48cb66164b026fd386cd394749d91cb0900f5 authored over 4 years ago
Reland "[Fuchsia DevTools] add harvester to dockyard integration (e2e) test"

This reverts commit 75459a21ad69706d95a7e81888eab0231924dd5c.

Reason for revert: This CL may ha...

96cd46da79c45a6a6928de06c51df15f08762a91 authored over 4 years ago
[fidlcat] Remove extra indentation in outlined inputs

Fixes the legacy decoder to avoid extra indentation
in outline input arguments.

Change-Id: I623...

55172cc0141d4be05509875248ea8a3aecc375ce authored over 4 years ago
[connectivity][openthread] Changes to entropy.cc

to port them to Fuchsia platform

Also fixed fuchsia_platform_alarm_test to take care of edge ca...

57de79ca3d03f4d97148f04d10378ee3b1ddd359 authored over 4 years ago
[pkgctl] Add a dump-dynamic sub command to pkgctl rule to dump all the dynamic rules

Bug: b/153551046
Test: fx test pkgctl-integration-tests
Change-Id: I5b7732ccc3cf9a52bd0400598a4e...

493bac74914649b7b2354f41e5105ffc152a4152 authored over 4 years ago
[modular] Add StoryPuppetMaster.WatchAnnotations

This enables StoryPuppetMaster clients, e.g. agents, to get story
annotations and watch for upda...

a0c31d6cd77852c4af969ba3786fadfeb82c26c1 authored over 4 years ago
[kernel][thread] Use fbl::Canary, and make it private

This also removes a very old check for an initialization order bug. As
we are nearing completion...

d6d721ad1f9d039f9d5c4807164647f35973fdf5 authored over 4 years ago
Reland "[network] Serve DNS services through dns-resolver"

This is a reland of a619fd9677c2ca2247382708b9ae465db413c6f0

Original change's description:
> [...

08e3d23c2cd5b730311911beb7e96102f0a9da19 authored over 4 years ago
[power] Add deprecated attribute to Suspend

Bug: 52346
Change-Id: I97e3499d759bd1a09d4daf83273e07a052644c51
Reviewed-on: https://fuchsia-rev...

f73ce0ca6578ed7f02a9a57d32717f2418321879 authored over 4 years ago
[dhcpv6] Move core code to a subdir

Tests:
No behavior change, existing tests still pass.
fx test dhcpv6-core-test dhcpv6-client-tes...

e31c4219a820a1af0e5b6c564229c6576215263f authored over 4 years ago
[magma] Fix virtmagma_abi_conformance_tests build

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

dbb8d22532dc05b8458fe5a4006d0407c4af13e9 authored over 4 years ago
[codec] ignore more VP9 spurious interrupts

The VP9 decoder has always seen a few spurious interrupts.
This widens the net a little (because...

fba5541225744e9fadf25acfdf803b0b03566877 authored over 4 years ago
[component_id_index][docs] Explain how to amend index

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

286f70e432d928a62412f1e42331388fd091f522 authored over 4 years ago
[dns] Add NameLookup to update_dependencies

Package updates don't work without name resolution.

Change-Id: I6475d8a76b8f0f6f3a87d6810e4b550...

2e9cd0c2f5735fda86d641f450ce40b3c48b5e09 authored over 4 years ago
[ping3] Make ping3 build

- Absorb netemul changes and make the tests build
- Add ping3 tests to build graph
- Use .contex...

ab211b91cb8e522a1fe7bd06e6caf30f9107e9b3 authored over 4 years ago
[cml] s/"realm"/"parent"

"parent" is the new terminology.

Change-Id: Iaa722fafe68ad833730af8808fc8bd749b1c3337
Reviewed-...

83b2b8059844a56aa6cba92a9deb1237ce11a6c1 authored over 4 years ago
[docs] Fix issue with build template migration example

This should really be using live snippets. But for now just do a spot
fix.

Change-Id: Iede8078d...

bbad202c8a26aa865c4f8dc25718d68a55f45ee4 authored over 4 years ago
[e2e] Use fake fuchsia.intl.* for chromium tests

This change replaces the test fixture consisting of a real
intl_services.cmx, and its backing se...

247c12f150515d070380381621c193140d6af45b authored over 4 years ago
[e2e] Refactor networking helpers into cts/util

Helpers taken from package_manager_test.dart.

Bug: b/158792231
Test: fx run-e2e-tests package_m...

78172cef9d0a45c4d4789a45dfd56ced2028d2f1 authored over 4 years ago
[hlcpp][benchmarks] Remove message header from HLCPP benchmarks

This adds an extra layer of struct with extra fields to traverse which
contributes to the benchm...

7ee8d0f94820e0049e645d06653d9fe9cc624afa authored over 4 years ago
[audio_core][test] Refactor audio_core integration tests, step 1

Create a new directory, src/media/audio/audio_core/test/api.
Move tests from src/media/audio/aud...

559005445ac737b1f714ffaf478e742e29ebe8c0 authored over 4 years ago
[scrutiny] Remove old fx component-graph.

This is being done in favor of the newer fx scrutiny, which currently
has the same functionality...

18ccb551ff2104a9296ab662353137612c4db968 authored over 4 years ago
[fidlcat] Update pretty print format for vectors

Modifies legacy decoder to pretty print vectors
in the new format.

Legacy format:
"name:typ...

c8097509ab5bdf5542a7eb1b6ccb15488d2711c7 authored over 4 years ago
[sysmgr] Extract netstack update_dependencies

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

84ffb1510b3c9b361208ff09588124588780588e authored over 4 years ago
[fidl] Add LLCPP examples

This adds LLCPP example code, intending to replace the ones
in garnet/examples. This code will b...

5e34d7b0f9ba51b87c3cc8247e01b52240e1fdd4 authored over 4 years ago
[wlan][sme] Extend timeout for AP iface start in SME

The timeout is increased from 5sec to 10sec.

Bug: 53818
Test: SL4F tests
Change-Id: I25ed101334...

1cfdab3791d216811b760a89f5b4cea2737bd57f authored over 4 years ago
[system-update-checker] Clarify attempt ownership

Previously, the async task that owned an in-progress update attempt was
whichever task initiated...

3665053352da0f89ec07b34c942bb58d8fee9c49 authored over 4 years ago
[tiles] Update to new Present* method.

Allows tiles to replace the existing presentation with a new one, rather than failing. This meth...

3f32363aaa264d839d5d94be0383cabe5f7263ec authored over 4 years ago
[ulib][blktest] Apply "fx format-code" to #if'd-out code

This involves changing "#if 0" to "#if 1" temporarily.

This is in preparation for converting th...

de7624551577ff3d99fcf93d032dc50a38835bf2 authored over 4 years ago
[host-target-testing] Reland avbtool change

Reland fxr/396628 with a fix to the tests. The tests were flaky due to
incorrectly relying on th...

c8ff9b112576ac56059973cbe13fa5d8bb0fd288 authored over 4 years ago
[carnelian] Frame scheduling

Replaced the fixed 10ms timer with a more correct approach to
scheduling frames.

Now when Carne...

93d459956e79c6e6b0d40afba3d3db9b9c9cfc32 authored over 4 years ago
[mediaplayer] remove player from sysmgr/config/services.config

mediaplayer's implementation of fuchsia.media.playback.Player isn't
widely used and, in any case...

d8ebdddc7043780a60a3de7c5a08c75e89ae1a27 authored over 4 years ago
[blobfs] Reduce default inode table and journal size

Lowers the default inode count and journal size. This
shouldn't affect any boards or products. T...

8e8c9829dea502856dac7f5291f97b2ea4872ab5 authored over 4 years ago
[SetUI] Revert "[SetUI] Remove fuchsia.settings.System"

This reverts commit 1e0858907c6513634e490e20c41e7f1aca8c9635.

Reason for revert: Some configura...

d2f822342caeed05d383371d197ccc2ba3cd1210 authored over 4 years ago
[netstack] Guarantee ordering on interfaces change

Bug: 54768
Test: `fx test netstack_integration_test`
Multiply: netstack_integration_test: 50
Cha...

4622b63c5777c2336d47c68b84f9cb6825df4da0 authored over 4 years ago
[netstack] Use common nested endpoint pattern

Fixed: 53765
Change-Id: I7a328ad918d021184a0d0674d0e4aa0018fe5a65
Reviewed-on: https://fuchsia-r...

98a301348067e991a23c3baa11d19e325d32bf2c authored over 4 years ago
[fidl] Add Go FIDL examples

This adds example Go code, intending to replace the ones in
garnet/examples. This code will be u...

0e7e6344bafee8debe47bed1317fe2507cf54fcc authored over 4 years ago
[components][doc] s/"realm"/"parent"

CML syntax now uses "parent" instead of "realm" to refer to the parent
component. Update the doc...

7bb6059ef8340bdbad0e3c540b8d328825f05b15 authored over 4 years ago
[fidl] Add Rust FIDL examples

This adds example Rust code, intending to replace the ones
garnet/examples. This code will be us...

70181ce58093fed4a9303fc4bf3718470f135289 authored over 4 years ago
[fidlcat] Update pretty print format for scalars

Modifies legacy decoder to pretty print scalar values
in the new format.

Legacy format:
"na...

62b87eca920fdeeb7dec78d4ced377881fd396ac authored over 4 years ago
[decoder] Add new isolated fuchsia.tee services

This change adds the new fuchsia.tee service names to the
use_vp9_decoder_secure_input_output_te...

106a04a3901cf708f373b977a5b691f01808872a authored over 4 years ago
[fidl] Replace memset for padding with zero before memcpy

This is more performance that using memset.

LLCPP/Encode/ByteVector/16/Steps.Encode/WallTime ...

09a0d15517924c66bb911f0ae5ac948e7d1d7504 authored over 4 years ago
[bt][a2dp-sink] Add small preload buffer

Add a small preload buffer to buffer a small amount of audio before
sending the audio data. This...

ca96bdd163ad6b6bee7e9a2b32dc4070b61192dc authored over 4 years ago
[driver_manager] Introduce DriverHostConfig

This structure will allow us to pass more data to a DriverHost. In a
subsequent CL, we will spli...

f012499a036a50f53162c254506a8e7b5d080240 authored over 4 years ago
[bt][test] Initial Profile Test Server impl

Creates a new component, bt-profile-test-server, that will be used to serve
the `fuchsia.bluetoo...

40b950e4e26fa74cc188049bc02e1c322aa929f9 authored over 4 years ago
[settings] Remove deprecated watch for Audio

Bug: 53741
Test: fx test -o setui_service_tests

Change-Id: Ie784ea396728fceda27dc95ebf2789dbb63...

bf3c5ec5610ffc759a36f60a1512640033ec6329 authored over 4 years ago
[settings] Add ability to watch individual light group to setui client

Usage:
fx shell run fuchsia-pkg://fuchsia.com/setui_client#meta/setui_client.cmx light -n light_...

5a9cedca8a57204f80e8d8b942886aefa934566d authored over 4 years ago
[kernel] Cleanup: Remove unused inclusions of mutex.h/canary.h

* A number of header files, especially all of the dispatchers, included
kernel/mutex.h and fbl...

815b90084756916580ae2017f0e7360ef47d31a5 authored over 4 years ago
[bt][avrcp] Spelling fix in test function name

dumby -> dummy

Test: fx run-tests bt-avrcp-tests
Change-Id: I3364d5fc642cf9ae19f46885baf5c81f13...

c2e659e7f1ead9c8be008d54b7f437d5b0520750 authored over 4 years ago
[fidlcat] Remove extra indentation in pretty print

Fixes extra level of indentation in outlined output values.

Change-Id: I0aa0055b027ecbb4f5c3542...

1914c67cbc695e70e7e2d37c51af3461dec73aa9 authored over 4 years ago
[zircon][gn][mac] Use `--sdk macosx`.

Goma invocations for Mac OSX SDK 11c29 are using the system SDK.

Bug: 55371
Change-Id: Id33e752...

6af9569358b86f4b5030b5095d7efb4aa6a18aed authored over 4 years ago
[fidl_codec] Migrate to new test template

The new test template doesn't let tests log at ERROR, so
we also add a log mechanism that can ca...

78f9011aaffe55ebb20090c3cea533bca136c96a authored over 4 years ago
[kernel][thread] Encapsulate PreemptionState

This primarly moves the existing Thread::Current interface out, along
with some temporary access...

282d4dcd44354713553f2cbfa6bac2bd0217245f authored over 4 years ago
[settings] Remove deprecated watch for Display

Bug: 53741
Test: fx test -o setui_service_tests setui_client_interface_tests
setui_client_tests
...

3adeaecab1636a39906461d9ccf118b35c1e0f3e authored over 4 years ago
[fx serve-remote] workaround -Nf breakage

A change to a commonly used developer ProxyCommand caused the -Nf flags
usage to break, requirin...

0617f9404324ab4a1204b39753ea3b2bb7a3c4cc authored over 4 years ago
[storage] Add support for fatfs to fs_test and fs-management.

fatfs doesn't and won't ever support the DirectoryAdmin protocol, so
some tweaks are required ar...

f545dc7f00ab1b2e87d3087f24347c3389613b64 authored over 4 years ago
[gn] format gn files after generation

Use 'gn format' in generate.py to ensure that the gn files are well
formatted. It's better than ...

b0e7ef81cc5c3c994e910ee87e0d18d5f837bb3c authored over 4 years ago
[botanist] Log failed command on failure

Currently, if the command run by botanist (generally testrunner) fails,
botanist prints a log li...

7635a94efa805a64cd60ab0f4978f035b1995b8c authored over 4 years ago
[fidl][lowpan] Added `fuchsia.factory.lowpan` FIDL API

This change adds the `fuchsia.factory.lowpan` FIDL API, which has the
following new protocols:

...

99d0ff5550cc93d033e80cd541d6aa2a9da3a128 authored over 4 years ago
[lowpan][lowpan-spinel-driver] Fix sending Get when we should send Set

A copy-paste error left `CmdPropValueSet` with sending the code for
`Cmd::PropValueGet` instead ...

eb4ae496fc9cf2a41633d87476308a330842d045 authored over 4 years ago
[core-tests] Avoid using standard library in test worker threads.

The threads created in the core tests only have a very basic environment
set up, with a program ...

8f25fa835b11027468c7ba89a6c5c9dc7c90ce11 authored over 4 years ago
[terminal] Remove obsolete service

The fuchsia.device.manager.Administrator protocol previously
provided reboot functionality, but ...

55e18ea7dda609daede01e9571540d2bf1dde347 authored over 4 years ago
Revert "[network] Serve DNS services through dns-resolver"

This reverts commit a619fd9677c2ca2247382708b9ae465db413c6f0.

Reason for revert: Causes soft re...

37e5c1c4cc64e7e9f23f3910c8f1ab3f1ffca50e authored over 4 years ago
[a11y][semantics] Adds notion of describability to node traversal.

This change modifies GetNextNode() and GetPreviousNode() to return only
nodes that are "describa...

949ccbc0df0f26295d7d974a9a82a933b5da48fa authored over 4 years ago