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

[fidl] Pass back the kernel's error status in Message::Read().

Message::Read() currently returns the error code "ZX_ERR_INVALID_ARGS"
whenever the kernel retur...

3e865a57868b2a176c8d6b9a3b44fd48703985c8 authored almost 5 years ago
[storage] Change Inode* to InodePtr type and add locks.

Growing a VMO will cause its mappings to change and since it's possible
to access Inodes from th...

ed0f4170b3f70835b962b967345a7e63f6f83067 authored almost 5 years ago
[fbl][macros] Remove unused macro

The style guide discourages this sort of macro anyway.

Change-Id: Ie27635c525ebe05eaad9155c3247...

0bb9bd8623c2abf35ff0b0398b43754dd239f972 authored almost 5 years ago
[zircon][debugger] Disallow setting non-canonical rip addresses.

This CL modifies the `arch_set_general_regs` function by always checking
the `rip` for non-canon...

0054a8a1162c2ea857fb02553835b804ead7b124 authored almost 5 years ago
[ram] Full AML Ram driver

This driver implements
fuchsia.hardware.ram.metrics:fuchsia.hardware.ram.metrics

Driver is able...

c6f44c876bc00affb968f4f712d912e8673ccbf4 authored almost 5 years ago
[fidl] Convert FIDL message tests to zxtest.

In preparation for adding more tests.

Change-Id: Iac0ed9f5312f410ce9485d997d376044f7f93ebd
Revi...

d3d4113eec268e83283ff581aca1efc0eee187e7 authored almost 5 years ago
[triage] Fix usage string

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

c0ec182917865437718edece8df852fb5f69120c authored almost 5 years ago
[fbl] Tighten up fbl header inclusion

fbl does not need to depend on zircon types, with the exception of
fbl::futex_t which should pro...

1b73ff320b55be506ac4e2b032922976ff660520 authored almost 5 years ago
[run_test_component] Flush after printing log

Always flush after printing the log because we want to be able to show
full logs when a test is ...

41568cd10a3c331492cfe6201cc25cb88d62f3bc authored almost 5 years ago
[covargs] Update JSON export, compute revisions

This addresses issues raised in crbug.com/1070653: we use include
empty field (and use JSONPB to...

ba28a19283b4c0904d8ebd916b99b4f4536542a1 authored almost 5 years ago
[cmx] Minor polish to cmx templates

Align template and parameter naming conventions.

Bug: 50342
Change-Id: I0d19e07981f9c8e62c8e14a...

46effb5a9eb880a581c20ac42fd008e634604896 authored almost 5 years ago
[docs][vmo-mapper] Fix documentation for ResizeableVmoMapper API

The comments for ResizeableVmoMapper::Grow() were inaccurate. They
implied that the underlying a...

4aecbbc8ad52cb12935b510012cf3726b275744f authored almost 5 years ago
[run-vc] Use static libc++

Fix failures to find libc++.so on arm64 by statically linking to libc++.

Change-Id: I62b05d548a...

a2f3020181ab2b591fe32b5d8c5b137586d1d9a5 authored almost 5 years ago
[cleanup] Remove duplicate target in tools bundle

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

6fe1017b288609de9ff77fcc44077dc427b851f4 authored almost 5 years ago
[sshutil] Improve logging

Addreses comments on http://fxrev.dev/382253, which was a pure
refactoring.

Bug: 48042
Change-I...

e09d8d40bd404da9906f542492a408fd5c60effd authored almost 5 years ago
[cobalt] Adding Realm support to System Data Updater

Added method SetSoftwareDistributionInfo to intake realm and channel
values. Refactored SetChann...

4b2d588f91cece71c4cd2927fa63ec821dd1fffb authored almost 5 years ago
[unification] Move ddk.protocol.block to //sdk/banjo

Generated with: //scripts/unification/move_banjo_library.py ddk.protocol.block

Bug: 36540
Chang...

febe3511c748247ab9a6cbc7242d1f80eb7154e5 authored almost 5 years ago
[bt][gatt] Include ReadByType errors in results

Include read permission errors in Read By Type results and continue
reading attributes after suc...

a185d1e33fa6d747dd1a759d4229a9b73b54a843 authored almost 5 years ago
[unification] Enable the migration of SDK source libraries.

Bug: 36548
Change-Id: I70b8c8ca5034d750b99e19dc0f3d6f81c101815b
Reviewed-on: https://fuchsia-rev...

30b0aa5700755c148d6186e99bfb2c4c9f61eb0e authored almost 5 years ago
[triage] Support expression evaluation in action triggering

This CL changes the type of "trigger" from string to Metric, allowing
users to specify an expres...

f2e685c408a8f3c779aba1800a767dc5a0bae08b authored almost 5 years ago
[reland][inspect][rust] Get rid of all V0 bitfields references

TESTED=fx run-test fuchsia_inspect_tests

Change-Id: Id7fb4c9037fa598699291da931962fadb76274ee
R...

2372cb9e6155cf797d4e6bae56cd4e1ff7dbfd72 authored almost 5 years ago
[intl] Tightens the string naming controls

In an early field test, lucasradaelli@ discovered that `strings_to_fidl`
let an identifier name ...

74adaf12a566fe5e885db4557648256873339cf9 authored almost 5 years ago
[test-utils] Remove tu_read_exception

Bug: 49851

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

eb0d32cb413ad48b73241dd46eac856f8077ba26 authored almost 5 years ago
[logging] Fix possible overflow in syslog::SetTags

Bug: 40982
Change-Id: I574ce3cb445b3b595e0f3b865a7e68dea5a56d99
Reviewed-on: https://fuchsia-rev...

29731732fdf4b0093bd776efeedb6aacf4107426 authored almost 5 years ago
[bt][l2cap] Remove dispatcher argument from data::Domain::AddACLConnection

Since the GAP and L2CAP layers run on the same thread and use the same
dispatcher, it is no long...

8046219bb526178754eb2aa1a8669e71d663c9df authored almost 5 years ago
[docs][components] Fix indentation in offer section.

The "to" and "as" properties were at the wrong level.

Change-Id: I240323dc4107377dd0258fad1be76...

cea26d7ee14083151eb72824f14c13d17cfdedf3 authored almost 5 years ago
[gndoc] Update GN build arguments documentation

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

d43f07407aab90de86275f1a4457a38019830734 authored almost 5 years ago
[fx][create] add support for running in symlinked directory

Canonicalize the path for the Fuchsia root, to resolve any symlinks.
This resolves a problem whe...

27524d36c5d6d1f66045c12225d3dbe07e1ff86f authored almost 5 years ago
[Fuchsia DevTools] make FDT developers owners of fdt file

This CL is a 'per-file' OWNERS change only; for the fdt file.

Change-Id: I870ffd054c4e0e6d773f0...

b445dac9a319e271443e1bf2a54712b41af8bbe1 authored almost 5 years ago
[build] Unsplit uboringssl from boringssl

For historical reasons, there were three separate build targets
for boringssl provided in-tree:
...

f30b5b48afd15f267d341b1d500829df477b8244 authored almost 5 years ago
[system-updater] Add API to pave images

This change adds a write_image API to the system updater to read a
specified image from an updat...

dd4f9f6b29fa173b78f44f89418ead519c1f761e authored almost 5 years ago
[bt] Use GAP dispatcher in data domain

Construct data::Domain with GAP's dispatcher so that GAP and L2CAP run
on the same thread.

Remo...

f55689a240834e3e5d00b96bd374b9346af67244 authored almost 5 years ago
[feedback] Integrity checking annotations

* All annotations are integriy checked.
* The datastore now collects all annotations requested i...

66eda08d247d7208361c1af26e1ddc4027f70b69 authored almost 5 years ago
[modular] removing more unused cobalt metrics: SessionAgentEvent

Bug: 45406

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

5d7cb7e326d0690f5007d84dfcbef00b1bab775e authored almost 5 years ago
[dns] Add configuration state inspection

Bug: 20808
Test: Added unit test. `fx test dns_resolver_tests`
Change-Id: I87ecf5a9fc7a38b56ac23...

418c5c61746446fd038d8193c6c89e1bcdf06f97 authored almost 5 years ago
[fidlgen] Rename interface to protocol

Test: fx run-test fidl_tests
Test: fx test go_fidl_tests fidl_go_conformance
Test: fx test rust_...

d7789e6038e2921aec2124fb023fbd507a992f30 authored almost 5 years ago
[unification] Move fuchsia.sysmem to //sdk/fidl

Manually update fuchsia.sysmem.api due to the fact that
format_modifier.fidl has been modified t...

42c29f80f416a9648f20924a0c42872b33b4d178 authored almost 5 years ago
[zircon][libc] Add library exports

The set of exported symbols for the C library was compared
before / after the patch to verify th...

b5a3f061cbce9d978bbcdefc22159eb6fcedb076 authored almost 5 years ago
[driver_manager] Convert root job/resource to C++ fidl interface

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

bbcbca76601b0fd0e1ff5c42163d1caf28a81425 authored almost 5 years ago
[isolated-ota] Add system-updater support

This CL adds support for running the system updater directly inside the
OTA sandbox. Because in ...

5474ddb6df2a8ec9043830d4ff74b445cd4da187 authored almost 5 years ago
[component_manager tests] Port to rust test runner

Port from rust test adapter

Change-Id: I95ecb57aa29a6790ad681340915fb676a941df25
Reviewed-on: h...

24ae2d95be1bdb7862808b41f4973e3f14275e4e authored almost 5 years ago
[cmx] Rename data -> manifest

And other random cleanups

Bug: 50342
Change-Id: I88f8f669f70302d5ae9cbac6918a7df94a76ca5c
Revie...

78cd669a0f9b0c6f14af0d2b78c4166867dc3142 authored almost 5 years ago
[cmx] Move packaging logic to cmx.gni

Bug: 50342

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

f0d51ab5daa8ebe7e784f2765549e7f18ad252ac authored almost 5 years ago
[gndoc] Update GN build arguments documentation

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

468a5f7a6555135d3300581c09647d571cd7a71a authored almost 5 years ago
[storage] LazyBuffer::Shrink should clear loaded.

When shrinking the buffer, ranges marked as loaded should be reset.

Bug: 364879
Change-Id: I3eb...

8cb8e148d2b56d75ebace3c6f092c7dd38866327 authored almost 5 years ago
[gndoc] Update GN build arguments documentation

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

41fb9d96ac00303995ff4ff3bc63db6fd60fad2a authored almost 5 years ago
[cmx] Remove deprecated feature validation

This is now done with URL allowlists.

Bug: 50342
Change-Id: I92069d74732386ca9bb0114533d8f81412...

6f09eed7f9b9e1810d18d1121baaa8236769ae97 authored almost 5 years ago
[testparser] Tighten regular expressions

Bug: 50501
Bug: 51327
Fixed: 51327
Change-Id: I554d6421c87d3fe6065241c85dfd9f4e36afd543
Reviewed...

16c03ebe4be9e634e29394af2f98879dd5e0206c authored almost 5 years ago
[zircon][top] Adjust the print level

KASLR's adjusted address infomation is sensitive and should be
output in the debug version only....

a771b178e947aa94e72338224cd1d46d67fb0db2 authored almost 5 years ago
[async] Drop unused "data" parameter in example

This has been in place since the documentation was originally authored
in 5c659b747a377fb8cf70d9...

69401a719df699f33b98cb05529cd7f7b8a4fa6e authored almost 5 years ago
[carnelian] Generalize and move touch event resampling.

This moves touch event resampling logic from scroll
example into carnelian library so it can be ...

d0b5eb6596171b384518a9258ea18031b5b39fac authored almost 5 years ago
[gndoc] Update GN build arguments documentation

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

43796acd6ed216a9210234652a6b885e513151bd authored almost 5 years ago
[package] Write package json with native GN

Don't need to shell out to a Python script to write a JSON file.

Bug: 50342

Change-Id: I1d9771...

46ec5d894c4bac212fcfcf8c72874912411f01eb authored almost 5 years ago
[fdio] Use nullptr rather than NULL in C++ code

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

4925a71f47433000cde6de5d7ae0435d73cdab36 authored almost 5 years ago
[modular] Add test coverage of StoryProviderWatcher.

This test ensures that OnDelete watcher events are called when expected:
only once after a story...

042a272b1d3a7387995e2ca9034decbb4257ae8a authored almost 5 years ago
[wlan][policy] Adds API to suggest AP MAC address

The new API allows callers to determine if the operation
has compeleted and if there were any er...

b2e2b00af1dfaf1f18ad3d1160e8a0ecdf7af721 authored almost 5 years ago
[driver-test] Delete driver-test

Nothing uses this anymore.

Fixed: 45693
Change-Id: Ia69e0e5c4bcfbb02c52ad2d22b9af7194e7a7d3b
Re...

e46e1a17198da9ef154d8c868ceb26e3b724a6cf authored almost 5 years ago
[ddk-test] Rename and turn into a package

It is now ddk-metadata-test, since that's all that was left in it.
Previously it was being run b...

949192466955356f188fa11d85dbb6c91e787f1d authored almost 5 years ago
[driver-test] Carve bind-fail-test out

This is part of the path toward removing driver-test.

Bug: 45693
Change-Id: I95047a5c375e1a75aa...

35d7fc806e3a56ef55e121eda9c38085362348d4 authored almost 5 years ago
[scenic] Support more YUV formats

This CL allows Scenic to consume YUV formats besides NV12. Sampler code
is refactored and hardco...

5cde565ccde0d9de0749650d06019b9a652f42c5 authored almost 5 years ago
[rust][LSC] Prepare for Rust toolchain roll

Fixes instances of the new #[must_use] lint on std::mem::replace. These
were always unnecessary ...

87407a2ceb231763202c88ed445de9593bda97c9 authored almost 5 years ago
[ddktl] Move tests from a driver to a standalone package

These weren't making use of the driver runtime at all.

Bug: 45693
Change-Id: I55ee71ceac8fc4c01...

b1482d1d921398d3b79e892a3fcc7a56e03c2618 authored almost 5 years ago
[fidl] Rename solicit to probes in Neighbor API

The Neighbor API uses a set of generic terminology to describe the
notion of probing and adverti...

b47f5219bb13be2417a47ecfe01ed2bedfc482b1 authored almost 5 years ago
[kernel][heap] Ensure use of cached allocation.

cmpctmalloc keeps a cached allocation of pages to reduced amortized
requests for more. This chan...

f5d1d6ed5c016d31909f38b4fe93f0fe5209ef34 authored almost 5 years ago
[modular] Re-land "[sessionmgr] Replace ledger with assorted std::map"

A bug in the previous iteration of this change would notify clients of
StoryProviderWatcher of a...

170c14a2286c71ce0313553d75ed92c4835c3881 authored almost 5 years ago
[triage] Build triage if not cached

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

b0844293961fe1add003d0cf17b904b7f429df36 authored almost 5 years ago
[logging] Move FXL logging to sdk/

Move FXL logging to sdk/lib/logging/cpp.

To keep things simple, this CL does not change the nam...

33de99a88858b5e3cb9b8b35302f952fbfa0e290 authored almost 5 years ago
[docs][rust] Add FIDL Rust Crates page

The new page is an entry point for how to use FIDL with Rust within
the Fuchsia source tree, the...

452760c79991c9a0a2bb2b9579b3f572fc67f3d7 authored almost 5 years ago
[triage][config] Add triage rules for stash.

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

ad24957fa8966b1bfb08c90b75a6f8269ea19a68 authored almost 5 years ago
[triage] Support new moniker/payload schema in inspect.

Also, update tests to exercise the new changes.

Change-Id: Ide69a25c59d86d023969fe0bf7ef2679c2c...

38e68d2d1a5205b32bfd8d6a4631153e3c84757c authored almost 5 years ago
[appmgr][component_id_index] Give appmgr a boot-verified component ID index.

Background on Component Instance IDs:

A component ID index maps a component instance ID to a co...

fdc92cda0e6245cc44a83e6a22a2f7a77d64bcd4 authored almost 5 years ago
[hid] Fix GetReport buffer overrun

Fix a potential buffer overrun in GetReport where
a malicious USB device could have a report siz...

ba8bd54cda59bb55e62a390b7fd0bcafcc72c034 authored almost 5 years ago
[feedback] Reboot Info API

The platform needs to expose infomation why a device last rebooted to components.

Bug: 49689

C...

144c9e145fa65770314dd75d79de41c62719555e authored almost 5 years ago
[dns] Add test for discovered DNS servers

Bug: 20808
Test: Added integration test. `fx test netstack_fidl_integration_test`.
Change-Id: Id...

99e8aec1fe9332cd8aef18ea768c00291999fe8a authored almost 5 years ago
[doc] Make "test for flakiness" recomended, not required

Some testability reviewers feel that this is currently too hard to do
correctly to be a hard req...

18ecf629ca110038cbcb013f7749ea73d0c3431d authored almost 5 years ago
[crash] remove log spam in main_service_unittest

TESTED=`fx test -p crash-reports-tests` - c `main_service_unittest`

Change-Id: Icaf63e73827a0fe...

705e55b57a18ffc455462e71e08d8b1df7202c6e authored almost 5 years ago
[sysmgr] Fix validate_sysmgr_config.py

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

5b847cc8867f450b007b867c2bd9bf6d432ced85 authored almost 5 years ago
[gndoc] Update GN build arguments documentation

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

fccc05464cbc980f8b61486cb009ba83a99fd2b3 authored almost 5 years ago
[diagnostics] add syslog service in sandbox

[appmgr.cm] WARNING: [src/sys/appmgr/service_provider_dir_impl.cc(130)]
Component fuchsia-pkg://...

45e8249038f7f474cbf47fc618cd380e0ba447ca authored almost 5 years ago
[sl4f_client] add debug to dump diagnostic without ssh

- using netstack_facade.ListInterface to replace ssh net-if-list
- using wlan.status to replace ...

ec94c1b4dd934db50c35c676d7519a956bc76cb1 authored almost 5 years ago
[session-tests] Port to rust test runner

Port from rust test adapter

Change-Id: I68eb373ad52bc44c62afd3a6885834d0c0481d69
Reviewed-on: h...

5e8ee1ba2cc6d4dd8b52a71b2c14f14a779541d5 authored almost 5 years ago
[rust_test_runner] Move example tests from adapter

Also added integration tests. After this we can delete the adapter.

Change-Id: Ie11922b3cc68eef...

ebd53c32b9685813674caecb0e1a9d0231fd15ad authored almost 5 years ago
[tools][iomisc] Add logic to read until a match occurs

This will be useful to determine whether a test executed by runtests
over serial (which emits a ...

aad2baa5fb52f4265ff2dbe6ff31f9ef8213a0d6 authored almost 5 years ago
[runtests] Update output

This change tidies up redundant output in the case of a single test
being run. Moreover, it adds...

1659324d965d4ea1476c5b3a3c60644340a46263 authored almost 5 years ago
[fbl][string_view] Make fbl::StringPiece extend std::string_view

Doing so allows more fine-grained transitions. The remaining users of
this name are primarily wi...

6d8cb4385a764a266709048e67de6bd4d0d971ff authored almost 5 years ago
[usb-request] Move tests out of ddk-test

These tests don't need to be executed in a driver context, so just
add them to usb-request's exi...

384ff249f9b77cae4110c95b15d84f226916ea07 authored almost 5 years ago
[archivist] Report "ERROR:" klogs as Severity::Error

In order to get a better read as to the number of error logs
produced by the system, we need to ...

2ef64fbeae1080e2e15f9698c118d8dce61cea21 authored almost 5 years ago
[camera][imx227] Hardware test bugfix + BUILD clean

This CL mainly separates the hardware test from being included in
the sensor's source set so it ...

54c95a30ff9961eedb699d4b7fd469404a4aa86f authored almost 5 years ago
[session-examples] Port to rust test runner

Port from rust test adapter

Change-Id: I650f114a8a39cade5eb30d6df2a55b53fb1f3546
Reviewed-on: h...

20e014780dd5e4302048ca3a7e2233ddd9bf548b authored almost 5 years ago
[logs] Use fuchsia_inspect_derive in archivist

This is part of an effort to try out whether fuchsia_inspect_derive
can be retrofitted to existi...

5469900da74b61fdb749e52efc170cd551ff85f1 authored almost 5 years ago
[a11y][annotation] Refactors annotation view factory.

This change modifies the annotation view factory interface to simplify
instantiating annotation ...

850130b6bc1c315c3c14b9955e6706124ec23f21 authored almost 5 years ago
[hid] Report Size cleanup

Move the hid-parsing code into the hid driver.
Use a size_t for report_size instead of a
uint16_...

31322cfff2f36b1f45de52bce8e6174af03c3018 authored almost 5 years ago
[fonts-test] Port to rust test runner

Port from rust test adapter

Change-Id: Ic023211b4300d4cc2e511253b97d3158b9c7a851
Reviewed-on: h...

228e2114d20d633369da468d8bc61c1679aa8c90 authored almost 5 years ago
[test_adapter] Delete gtest adapter

We have runner, so we don't need it anymore.

Change-Id: I39b787b219a508812a13ca6162b93f1351a7c5...

21d35034894dce4da0daa34d601127b8707d04d4 authored almost 5 years ago
[test runners] Fix error logs

Don't print error logs when server is aborted as that is expected in
most cases so it is not a e...

74eb8a649c61fe5ba6e570d404de5dc4cb0b0509 authored almost 5 years ago
[intl] Modifies message ID generation

Generates the message ID based on the message name and content. This
is needed so that messages...

dfa7b96e84ed79a5474c54bb76d11f23b15d6810 authored almost 5 years ago
[examples] Port to rust test runner

Port from rust test adapter

Change-Id: Ib63a63c07727ac0318cc86dad7c91f86ef06c2fe
Reviewed-on: h...

ff38ef3461519adf5e1dd93efe4ab5f6805b7eb1 authored almost 5 years ago
[templates] Port to rust test runner

Port from rust test adapter

Change-Id: I00711dfd02a4119ec67684b4e8dcb777b04252f6
Reviewed-on: h...

7d352009210174d05f7638a95c812ef62ac96c2e authored almost 5 years ago
[diag_tool] Use version of schema to inform parsing logic.

BUG=51277

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

58e409638edbe5cc478430d2eb702a817c954317 authored almost 5 years ago
[netstack3] Re-enable tests that require deterministic RNG

Two tests were disabled for lack of a deterministic RNG, but can now be
re-enabled thanks to the...

9d4679b8ee8cf21e48c13405df708db926a8a7df authored almost 5 years ago