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

Add Uart driver, and make changes to the boot-shim to make it usable.

57aace6f0b0bd75306426c98ab9eb3ff4524a61d authored over 4 years ago by Camden Bruce <[email protected]>
Board file

bc56815d1749b107205c15f81636e6c3d65c050f authored over 4 years ago by Camden Bruce <[email protected]>
Add new pinephone files.

ff8dea5f2579c16f9524315effa79817c942a927 authored over 4 years ago by Camden Bruce <[email protected]>
[docs][inspect] Ergo inspect docs for AttachError and clarification

Moved and edited a section on manually inspect types into its own
heading, which was confusing.
...

35be6940e83eb9b0059e0e39ce8dfd1b51bb0a8d authored over 4 years ago by Didrik Nordström <[email protected]>
[fidl][dart] Enable flexible enum tests

See Iedefbf4aba179c7b196090a72b9ad66562b59961

Test: fx test fidl_bindings_test
Bug: 7847
Change...

ed47ae3aab54c538b63906e9d74d38359b158918 authored over 4 years ago by Pascal Perez <[email protected]>
[sy8827][luis] Pass i2c params to sy8827 bucks.

There are two of these on the system and we need to be
able to distinguish between them somehow....

e72d7fdd283156c76f20e34c4e403d989853b3fe authored over 4 years ago by Gurjant Kalsi <[email protected]>
[exceptions] Use internal FIDL to file crash reports

The main exception handler process communicates with its subprocesses
through the new internal F...

fa12f5abc2f7ba2e5962feb81ca1a475fcc708bc authored over 4 years ago by Alex Pankhurst <[email protected]>
[feedback_data] FDR as last reboot reason annotation

Bug: 52810

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

0cd5156a74afa6a666db55ad374d0231ee096006 authored over 4 years ago by Alex Pankhurst <[email protected]>
[magma] Add magma_buffer_set_name

This will allow drivers to set the names of buffers, to help
attributing memory to different usa...

6e4a7b23a8b889869e005fb85b5bd381f0b04656 authored over 4 years ago by John Bauman <[email protected]>
[triage] Sort output results.

Unsorted output means each execution can change the order of gauges I am
looking at, which makes...

3ac361266b74d428065156c33d916765ed8a546b authored over 4 years ago by Christopher R. Johnson <[email protected]>
[media] Add timestamp validator to video encoder tests

Creates a TimestampValidator that uses the input test stream timestamp
generator to validate the...

6c5998502654c3867ed1175e37b8a511854f06d4 authored over 4 years ago by Austin Foxley <[email protected]>
[ot-radio][driver] Use NCP firmware for sherlock-mfg

For now, we need NCP firmware for Sherlock mfg for running fct commands
Once ot-stack component ...

b26dabd5eedb2d7684ebd8f0c34d1ccd5eeb22ad authored over 4 years ago by Parag Dixit <[email protected]>
[factoryfs] Add directory entry checks and finish a couple of TODOs/cleanups

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

bfa126fe4a62f38651a95ed749ca2c3fcf9b7f45 authored over 4 years ago by Manali Bhutiyani <[email protected]>
[images] Remove ethertap driver.

Tests that require it already depend on it directly.

Bug: 58349
Change-Id: I7b339397b7c9cb19cbd...

b354c2f1954e075e68060691857790059bccc67a authored over 4 years ago by P.Y. Laligand <[email protected]>
[factoryfs] Add filesystem-mounter unit test

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

57edce1df72b148c33e8f219bddbd038cdbb861b authored over 4 years ago by Manali Bhutiyani <[email protected]>
[brcmfmac] Stop using brcmf_netdev_set_multicast_list

Use brcmf_netdev_set_allmulti() instead of brcmf_netdev_set_multicast_list(),
and the new functi...

d90684e121558ea9ed7ce80fd3cb9f81283d8fc7 authored over 4 years ago by [email protected] <[email protected]>
[graphics][tests] Add tracing to facets

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

aa3590a139ff2592425983d4e1aba0ac9b9f8874 authored over 4 years ago by Craig Stout <[email protected]>
[escher] Fix templates to not clobber default configs

Also demonstrate that setting configs on these template targets works
now.

Bug: 56258
Bug: 5816...

afda993dfe6003169464867d93891f577450b1bf authored over 4 years ago by Shai Barack <[email protected]>
[memory-monitor] Add camera bandwidth measurement category.

This change adds the memory_monitor:high_precision_bandwidth_camera
trace name option. Unlike th...

297789295c02f8138da89e68f243e51756efaab9 authored over 4 years ago by Matt Sandy <[email protected]>
[forensics] double the sleep in `fx bugreport`

* the goal is to make the legacy command so slow that folks will read
the warning and switch t...

1ae323eba85003795f3f01173405fb5bdb8afc0a authored over 4 years ago by Francois Rousseau <[email protected]>
[sl4f] Add fuchsia.hardware.adc facade

Adds a SL4F facade for the fuchsia.hardware.adc protocol.

Test: fx test sl4f-service-tests
Test...

160e15c9fdc4d9c9976ea9b86c427f2f2d6ec07c authored over 4 years ago by Patrick Shickel <[email protected]>
[scenic] Set the protected image replacement color to black

This CL changes the color that is used for replacing protected content
in screenshot and snaphso...

201c4663c016cccffed77b7e138373e734178d14 authored over 4 years ago by Emircan Uysaler <[email protected]>
[fidl][llcpp] optimize sync event handler

The callbacks for handling events are modified. Now we only give a
pointer to the primary object...

360df6bc40a073d4c53c46e542898dab5e16e2e1 authored over 4 years ago by Vincent Belliard <[email protected]>
[ffx] Add a custom FfxError type.

I cherry-picked a few cases where this would be used to demonstrate what
it looks like. If this ...

49b752cdf269e6671b023a7efa23469f0340be1f authored over 4 years ago by Jordon Wing <[email protected]>
[luis][thermal] Enable thermistor driver on Luis

Bug: 51145
Test: Run device-enumeration test on Luis
Test: Used temperature-cli to read the temp...

be067604e9d71ee4e64548fd780d10386efdc3b4 authored over 4 years ago by Braden Kell <[email protected]>
[ffx] Ensure generated libraries don't create test libraries

Trying to fix build time performance issues, this is low hanging fruit

Before:
fx build ffx 10...

9671a3d6e9ea9b03cc42ef8e177e9b7b0144a8c9 authored over 4 years ago by Matt Boetger <[email protected]>
[audio_core] Remove IntermediateBuffer

This object is a WritableStream but is used in MixStage as a simple
buffer. Replace it with a si...

e3e1512ba2c9c7536837a72e828f3f80f140c7ca authored over 4 years ago by Tom Bergan <[email protected]>
[wlan][brcmfmac] Ignore AP error when creating client

Firmware may return ZX_ERR_IO_REFUSED to (BRCMF_C_SET_AP, 0) if AP is
not running. It should be ...

d5da4f773e8bdd040e986f73535a44496e155beb authored over 4 years ago by Eric Wang <[email protected]>
[factoryfs] Add more checks in fsck

Testing: Added tests in fsck_test.cc

Change-Id: Ie951e7fc32b32d39013e7e320e45e62890a3e6dd
Revie...

16ffd01dffcd6567fbad5a8448890c2325c476a6 authored over 4 years ago by Manali Bhutiyani <[email protected]>
[durable] Add filesystem-mounter tests for durable partition

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

18f3d423f84f8500a71878185e91d822b9b78627 authored over 4 years ago by Manali Bhutiyani <[email protected]>
[thermal][luis] Support aml-thermal-s905d2g

This change supports the migration from aml-thermal-s905d2g-legacy to
aml-thermal-s905d2g on Lui...

ba1ea398f081897fa28cbd324e52214b67f225d3 authored over 4 years ago by Patrick Shickel <[email protected]>
[netcfg] Extract DHCPv4 helper fns

...to its own module.

No behaviour changes.

Change-Id: I0cca6d97ad9915e2ab599614706d6bd5d567ec...

579870e597788601ba6c7c56b0b2750195c45f0a authored over 4 years ago by Ghanan Gowripalan <[email protected]>
[ffx] Use converts for ffx_config

This uses rust's type system to determine return types instead of
relying on the the macros to t...

9347461d075f8bf7c720d3df766e0f745fa7fe28 authored over 4 years ago by Matt Boetger <[email protected]>
[last_reboot] Watch for FDR pre-reboot

Even though it's pointless to write FDR as a reboot reason to disk,
there's still value in forma...

9fafddf0b113dbdcb99401ab0656c97bafc26956 authored over 4 years ago by Alex Pankhurst <[email protected]>
[fidl] Start moving to a per directory gopkg, starting with compiler

This will help tunnel vision by reducing the use of "/..." suffix for
recursive package definiti...

c4a3627435fe8bed477887dc40378d612ef005b4 authored over 4 years ago by Marc-Antoine Ruel <[email protected]>
[botanist] Return Boot() err

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

d7b49458ab280847644ca1b05a12dc0db6521740 authored over 4 years ago by Nathan Mulcahey <[email protected]>
[fidl][llcpp] switch SyncClient and Call classes

This way, we will be able to inline SyncClient methods which are a
direct call of a Call method....

6cb499acac75c6f586d42db9f74ce9c0bc20c64f authored over 4 years ago by Vincent Belliard <[email protected]>
[aml][rawnand] Remove redundant irq thread

The aml-rawnand driver uses a dedicated thread to wait for interrupts.
This thread does not do m...

f966a6f83be18ac3080ecbf374bd5e712141a1c1 authored over 4 years ago by Rasha Eqbal <[email protected]>
[forensics] remove bugreport re-direct

* all dependencies now use snapshot:pkg

Bug: 50926

Change-Id: I62ad03ff97ffaa9968b0d7ec3333deb...

2a937eb4d77b9861b73e3ece8ad804ad8f0c32af authored over 4 years ago by Francois Rousseau <[email protected]>
[a11y] A11y Manager uses a default locale when property provider is not available.

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

44ab50cafee5254d63a818491afb27019d97c50a authored over 4 years ago by Lucas Radaelli <[email protected]>
[bt][a2dp-manager] Add Inspect to bt-a2dp-manager.cmx.

Includes properties about which role is set, when it was set, and how
long it has been set. See ...

cf2546f2b2d0c084b2a52bcc5225d78e4afd8345 authored over 4 years ago by Jeff Belgum <[email protected]>
[audio][tools] Add a tool to help debug AEC problems

This tool does three things concurrently:

1. Plays a short impulse once per second
2. Captu...

c7372efff586abec2d5e561453ec8a53f429d3de authored over 4 years ago by Tom Bergan <[email protected]>
[a11y] Screen Reader invokes action depending on the semantic level.

Test: fx test a11y_lib_tests
Fixed: 56704
Change-Id: Id4c7b27c06198e26a7ae01034170f225475a09...

3dd0ad56db32d01ccf055f4b6904dcf6823d576b authored over 4 years ago by Lucas Radaelli <[email protected]>
[fidl] Add flexible enum with custom unknown

Augmenting goldens.

Change-Id: Icfab0663f5352a40a002e95411a9924a42c7ae03
Reviewed-on: https://f...

84dbe9157b9c1dd05ea086c2bb2d026b182c33cf authored over 4 years ago by Pascal Perez <[email protected]>
[ffx] Remove config's dependency to argh Ffx Command struct

MULTIPLY: ffx_config_lib_test, ffx_config_plugin_lib_test
Change-Id: I50c706186c193ccc932cde9995...

c640e48134f623e8bfb2555bbe1728112dfc64d1 authored over 4 years ago by Matt Boetger <[email protected]>
[crash_reports] Remove duplicate log line

* This only happened when not going through the early upload.

Fixed: 59150

Change-Id: Ib61abf9...

973ac9881d64fb22598f38125b2eb9a4badea177 authored over 4 years ago by Alex Pankhurst <[email protected]>
[drm] Rename GenerateLicenseRelease

GenerateLicenseRelease2 was introduced to soft transition the addition
of a reply. Now that serv...

7c83d90367fbf76676b28f676b1ab5a4426000c7 authored over 4 years ago by RJ Ascani <[email protected]>
[e2e] package_manager documentation fix

Bug: fxb/58233
Change-Id: Ia068f59791f17cfe66aaee5cca2f58c31235d9ac
Reviewed-on: https://fuchsia...

589e235ea144677cd2dd61e149eda2a251b06486 authored over 4 years ago by Victor Chang <[email protected]>
[astro][thermistor] temp sensor driver

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

748d0eafe6962a9da4ecfccbd914dd4272c58d61 authored over 4 years ago by Eric Holland <[email protected]>
[artifactory] Add debuginfod debuginfo and executable

Add logic in artifactory to upload debug symbols and unstripped binaries
to cloud storage. Prese...

25da935556568ae71bed20aaa0bc8c8c6c4a33be authored over 4 years ago by Anthony Fandrianto <[email protected]>
[qemu] Add UnpackFrom(), return error in most methods

It will be used in a follow up, since the follow up touches a ton of
packages.

- Move away from...

a9b1cca1f2a0e9f7f65739b1f4102fe82e7c37e2 authored over 4 years ago by Marc-Antoine Ruel <[email protected]>
[power_manager][luis] Use ThermalShutdown node

The thermal policy on Luis is currently very simple and is only required
to shutdown the device ...

41f480c9134afbfef172bd365c205772ad553d81 authored over 4 years ago by Patrick Shickel <[email protected]>
[dhcpd] Parse overloaded options

DHCP allows a client to place DHCP options in the file and sname fields,
which are otherwise usu...

643cde3a2798ed5156a855b300b43eef06499932 authored over 4 years ago by Amanda Tait <[email protected]>
[audio][sherlock] Remove gain adjustment from FACTORY_BUILD

Also fix a comment on the speakers/codecs connection.

Test: FACTORY_BUILD builds have the same ...

cb291a275aa92658d7081499e257413a864e4dd9 authored over 4 years ago by Andres Oportus <[email protected]>
[power][astro] Use thermal driver topological path

Update power_manager on Astro to access the thermal driver using the
driver's absolute topololog...

7f00c3b60f2c74423d0f658bd8d82046f00ae20c authored over 4 years ago by Patrick Shickel <[email protected]>
[archivist] fix typo

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

05d3f8b4f07867828c7d8884022c39f9b694022d authored over 4 years ago by Adam Perry <[email protected]>
[ninjago] Interleave clang traces in main trace

Test:
fx test --host -o ninjalog_tests

Also run ninjatrace manually with --build-dir set to val...

df398c1d512f90b9f4fd286ec481b6f996aae524 authored over 4 years ago by Jay Zhuang <[email protected]>
[storage][volume_image]: SparseReader max size.

Add support for virtually extending the image to arbitrary
sizes(fvm metadata).

Reuse --max-dis...

053a76ffbe4f3107173cae058c0c87f7b7faad9a authored over 4 years ago by Gianfranco Valentino <[email protected]>
[network] Use new types in fuchsia.net.neighbor

Use new types introduced in fuchsia.net that did not exist when
fuchsia.net.neighbor was introdu...

7256a766b625afead33d0b6106f43af59f33b526 authored over 4 years ago by Bruno Dal Bo <[email protected]>
[diagnostics] Fix command line flag in README.md

This was changed (perhaps accidentally) by fxr/416747.

Change-Id: I5c61db5706ef69c705e451ab883e...

59ce1fd354b3b73e278cf6098bb28d7c037a9514 authored over 4 years ago by Tom Bergan <[email protected]>
[brcmfmac] Remove non-error ERROR log

Don't generate an error diagnostic every time we set the country
code.

Bug: 58842
Test: Log cha...

4e038f04734b1129c0087865b809e48b42de1604 authored over 4 years ago by Joshua Conner <[email protected]>
[gndoc] Update GN build arguments documentation

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

56006a9d1e0cc3698780e8cf8313f0f9aaeb9353 authored over 4 years ago by docs-roller <[email protected]>
[netstack] Match Linux/gVisor TCP_LINGER2 impl

Equivalent to https://github.com/google/gvisor/commit/ae332d9.

Change-Id: I06103dec196383e9bc79...

84c987c8495603dbbe7af765b1aea2900cd3bb83 authored over 4 years ago by Tamir Duberstein <[email protected]>
Revert "[storage][ftl]: Package driver tests."

This reverts commit 2e9798a0ae3beef5a42a6fb44f73bc84b4b413d7.

Reason for revert: flaky test

Mu...

29651c2787dfe0a15c9c000eb20b13c4def3f20d authored over 4 years ago by Ina Huh <[email protected]>
Revert "[a11y] A11y Manager uses a default locale when property provider is not available"

This reverts commit bfd417cd3a6538345e4fef32360ad16c76eccff2.

Reason for revert: possible cause...

da0e27b639e6eee80f77d600aaf1989c11eac7c0 authored over 4 years ago by Ina Huh <[email protected]>
[luis][voltage][sy8827n] Initial bringup.

Introduces the silergy sy8827n buck converter driver.

Change-Id: Id6933b60065bb1a49bd03dc92a823...

534711cb29d3f0cbe37c135b7d47e3edc414723f authored over 4 years ago by Gurjant Kalsi <[email protected]>
[build][asan] Use default asan's decommit threshold.

This CL modifies the `ASAN_DEFAULT_OPTIONS` removing
`clear_shadow_mmap_threshold` so it uses th...

87ac48e2b625c9c38d32ffd831c41bfe75efd42e authored over 4 years ago by Marco Vanotti <[email protected]>
[ftl] Fix an assertion that can fire in some test environments.

ndmReadSpare might fail if the underlying device is yanked away in a
test environment, so we sho...

6941fcc89be0283f20f0d1f9be22bd8daef39afe authored over 4 years ago by Chris Suter <[email protected]>
[trace] Fix configs clobbering in template

Prevent configs set on trace_library from clobbering defaults set on the
underlying main target....

7470a21b16f2feffaf2d53667c245000a3423b77 authored over 4 years ago by Shai Barack <[email protected]>
[graphics] Fix templates to not clobber default configs

This is needed for a followup change that adds configs to some targets
generated by these templa...

104a8d1cc662315afee8ad127559200eea0bcfa8 authored over 4 years ago by Shai Barack <[email protected]>
[session][input] Remove MouseEvent.movement

This has been replaced with the `location` field and
MouseLocation::Relative.

Test: fx set work...

bdd2ffc8a1d4ae00f0aa6caacf56a2beb40beed6 authored over 4 years ago by Yegor Pomortsev <[email protected]>
[bt][async-helpers] Add #[track_caller] annotations to panicking

functions.

These helper functions are modeled after the same traits on Option and
Result in std....

45f091f23178a781b51d8aa526a4956010b9cf8d authored over 4 years ago by Jeff Belgum <[email protected]>
[rust][audio-codec] Remove unused input_wakers

input_wakers was never added to, so it never got woken up at all. It
was unused. Remove the fi...

ddd60d49a8b10ce03edc3bb4b0faf650a295f179 authored over 4 years ago by Marie Janssen 💖 <[email protected]>
[bindc] Add the ability to output bytecode files

This allows bindc to output bytecode files, as well as header files.
These bytecode files can be...

d0d13a9e20cc6d18c7f66fb82479f36fe8b54126 authored over 4 years ago by Abdulla Kamar <[email protected]>
[Wconversion] Add -Wno-conversion to sdk/lib/fidl/cpp:cpp_base

This also fixes a subtle bug where sdk_source_set.gni was missing
a set_defaults("sdk_source_set...

1a9d46ccae6b64d681faf6d25bd0e64baa30e196 authored over 4 years ago by Shai Barack <[email protected]>
[vboot] use prebuilt tools in build & devshell

Bug: 50331
Change-Id: I2e6b3a264a27f51ed992de1290c8dce4555fb5f8
Reviewed-on: https://fuchsia-rev...

549849c52f6734a9eabb5291903787d93f188bb0 authored over 4 years ago by James Tucker <[email protected]>
[carnelian] Remove DisplayRotation unit struct

In practice this use of euclid’s unit tagging to tag display rotation
has been more of a pain th...

a21d89fa1e0cc5e5cfd2245ff8d0723597f1eba9 authored over 4 years ago by Rob Tsuk <[email protected]>
[appmgr] Make durable partition available to v1 components

Add a new feature durable-data for v1 components, which, when enabled,
will route the durable pa...

bcd57afe90bafc9fe86e498af4bf4e031fb680d0 authored over 4 years ago by Manali Bhutiyani <[email protected]>
[hwstress] Allow flash test to run on sherlock

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

a56bb85c1140b10ba3dc4a45fef41292e44e6f42 authored over 4 years ago by Sarah Pham <[email protected]>
[netstack] Handle connect-close race

Keep the peer socket alive until after FIDL handler shutdown; this is
necessary to allow `fuchsi...

01968f59ae532598f25e87147650759a749e836e authored over 4 years ago by Tamir Duberstein <[email protected]>
[banjo][vreg] Introduce a vreg banjo interface

This patch introduces a banjo protocol which is intended to serve
as an interface to voltage reg...

627e5fade1617b8f1dd2efe4e514221f803436df authored over 4 years ago by Gurjant Kalsi <[email protected]>
[fasync] Prepare to remove EHandle::spawn

Adjusts client code to spawn into the global executor, which (AFAICT)
was the behavior of all cl...

b005f97a18866f2f194c605b75dc8a0aea92235d authored over 4 years ago by Craig Tiller <[email protected]>
[fuzzing][fidl] Add fuzzing engine.

This CL adds the fuzzing engine, with integrates the Coverage,
DataProvider, and LlvmFuzzer FIDL...

a8e071df011bd60cbe0555a379cf9ea272e37764 authored over 4 years ago by Aaron Green <[email protected]>
[time] httpdate unit tests with local http server

Refactors httpdate to enable using a test set of root certificates
during tests only, and adds u...

3c14e16cfeba26afd36b00ce34bb6f24273ee057 authored over 4 years ago by Satsuki Ueno <[email protected]>
[ffx] forward all stdio from daemon to log

The daemon no longer logs to file unless spawned off by ffx itself.

If a user invokes ffx daemo...

4cdd0560032ccf6c04faba3ff1ecb192061c1c4c authored over 4 years ago by James Tucker <[email protected]>
[SetUI] Retry failed requests.

This changelist introduces request retry. When a request fails
due to an external failure, it is...

2e1774f6b1b8e753f2b784832f85276c00f573d2 authored over 4 years ago by Bryce Lee <[email protected]>
[ffx] Move configs to .local/share

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

3daf40d7643208463bf398da6980cb38cfc43706 authored over 4 years ago by Matt Boetger <[email protected]>
[lowpan][lowpan-spinel-driver] Make sure NCP/RCP PHY is enabled at init

Test: Manually verified
Change-Id: Ib60df73f2cf7ea70f47dc99aa12238e34aacb281
Reviewed-on: https:...

d55f9fd4da74087653e9aae4c952f0ec0619f01a authored over 4 years ago by Robert Quattlebaum <[email protected]>
[fuzzing][tests] Pass corpus directories as arguments.

This CL changes the corpus enumeration to pass a list of directories to
the generated fuzzer uni...

0ac396c58c458fdfb8e244742208593afdab37b4 authored over 4 years ago by Aaron Green <[email protected]>
[gndoc] Update GN build arguments documentation

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

5c7249a1583eb473b6f9b4d054907d67259b3370 authored over 4 years ago by docs-roller <[email protected]>
[log_listener] update log_listener README

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

0bd7d6996fb4be074cbbd40a9cdb00f8ae41b8bd authored over 4 years ago by Renato Mangini Dias <[email protected]>
[rust] Add cxx and cxxbridge-cmd crates

cxx also has a build.rs file to build its src/cxx.cc source, for use in
the C++ side of cxx FFIs...

7a2f3a5f7e5ff1157be52e361bf95dca46b0e014 authored over 4 years ago by Bryan Henry <[email protected]>
[time] Remove network_time integration test.

This test ensured the correct behavior of the original time architecture
where network time serv...

627c41a1f12fe9fc51f11da130722d86f7851562 authored over 4 years ago by Jody Sankey <[email protected]>
[blobfs] Fix potential overflow in CheckSuperblock

Bug: 51380

Testing: Added additional fsck tests.

Change-Id: Ib920b2c1fc9bae87a6687d72140cdcf67...

9ff8446d87bc762f7b74c061b30af142c7e5ccd0 authored over 4 years ago by Manali Bhutiyani <[email protected]>
[ninjatrace] Remove deprecated flag --filename

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

e727b9602a42233b23ca02ea58a66acc6891b107 authored over 4 years ago by Jay Zhuang <[email protected]>
[ffx] Initial Flash manifest

MULTIPLY: ffx_flash_lib_test

Change-Id: Ia9def08f045d8e82d1b02bcfef23b00fb7526c6d
Reviewed-on: ...

86dbe44e1bb27a95052882b3a1a244fae9e3f096 authored over 4 years ago by Matt Boetger <[email protected]>
[e2e] Update component BUILD.gn to use fuchsia_component

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

5c307bfd0f48d62bc8725d4dfa98ad541233188b authored over 4 years ago by Victor Chang <[email protected]>
[ffx] support non-async plugins

MULTIPLY: ffx_core_impl_lib_test

Change-Id: I9d678f030123659098b0ecdfeedaa23197cbd46f
Reviewed-...

59722982b4a3b462275b2c9a22d5d5ebd76834cd authored over 4 years ago by Matt Boetger <[email protected]>
[weave] Skip check of Thread in IsFullyProvisioned

Temporarily disable the check for Thread provision in IsFullyProvisioned
of the ConfigurationMan...

aa9f3a592f5149abe130e44136a0bb1b2754bc13 authored over 4 years ago by Jason Graffius <[email protected]>
[fx][log] add link to source for help on flags

Bug: b/166264098
Change-Id: I1450a7e072a8b6fd4cb774c9ffc436c92fac85cd
Reviewed-on: https://fuchs...

c57fceafbebb35d1f08711b96ee13901877fcdd0 authored over 4 years ago by Renato Mangini Dias <[email protected]>