Ecosyste.ms: OpenCollective

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

dahliaOS

dahliaOS is building a fast, secure, and private distribution of Fuchsia OS
Collective - Host: opensource - https://opencollective.com/dahliaos - Website: https://dahliaos.io - Code: https://github.com/dahliaOS

[scenic] Remove debug_name from scene graph dump.

The scene graph dump is one of the most useful tools for debugging
problems that occur in the fi...

github.com/dahliaOS/zircon-rpi - 1f290e727a5f9b0968370e10e62c65018d48ac6b authored over 4 years ago
[camera] Squelch INFO log

Test: logging change only
Change-Id: Ie7fffb65c100c4e648a01e4e3e89d7381602b02c
Reviewed-on: http...

github.com/dahliaOS/zircon-rpi - a57793322a83aaec9a29255705aec1b3af5c729d authored over 4 years ago
[fidl][gidl][benchmarks] Add benchmarks for three common messages

These messages were common in traces. I will add more in future CLs.

Change-Id: Ifc14717065fafc...

github.com/dahliaOS/zircon-rpi - 22712861feed706ceaa26b874a17f9d671884a61 authored over 4 years ago
[inspect][rust] Create a zeroed payload for unconditional setters.

This *should* avoid stacking the writes up behind reads that we
won't use but which the compiler...

github.com/dahliaOS/zircon-rpi - 827baf48ca3197f1ab8cd7442a161204316ca129 authored over 4 years ago
[fidl][rust] Require alignments to be powers of two

This CL changes encoding.rs to always assume alignments are powers of
two (in particular, nonzer...

github.com/dahliaOS/zircon-rpi - 6ba332a0dd1c80437918ca68385cc3823d417d5d authored over 4 years ago
[vulkan][loader] Add more logging

The first connection to the loader seems to go missing, so try to add
more logging to see where ...

github.com/dahliaOS/zircon-rpi - 3a0afe97535982424b6a249fc2d782342966aaa1 authored over 4 years ago
[library_loader] use profile sub-dir in test

The load_objects_test test was failing on profile builds, as shared
objects on these builds are ...

github.com/dahliaOS/zircon-rpi - c6150dc9315ae91d9fc61ad4c9639334364fe1cf authored over 4 years ago
[flake] Add extra logging to see what loglistener is receiving

limited_netsvc_testes failed when loglistener received more data than
expected.
https://logs.chr...

github.com/dahliaOS/zircon-rpi - 11c080f329ebefbd41cc0a00d7983bc22adbc8f3 authored over 4 years ago
[usb] Remove log noise in GetDescriptor

GetDescriptor keeps printing errors for unsupported descriptor types.
This patch removes the noi...

github.com/dahliaOS/zircon-rpi - a2d5f50f91d8b4bf64924b1f3b68f102cb5829f7 authored over 4 years ago
[netemul] Remove spurious log in ethernet_client

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

github.com/dahliaOS/zircon-rpi - 694715857f9c4560eca0e33f73307c8f8b9ca614 authored over 4 years ago
[diagnostics] Move fuchsia_diagnostics_streams to fuchsia.git

This moves the Dart implementation of the
diagnostic streams library from the topaz
repo to the ...

github.com/dahliaOS/zircon-rpi - da51617f49664b97424216522986f72dd6c0b8f7 authored over 4 years ago
[fbl][containers] Change copy/move behavior of container nodes.

Change the default copy/move behavior of intrusive container nodes in
fbl.

:: Background ::
Nod...

github.com/dahliaOS/zircon-rpi - 54497444b0cb4c8d5c831cb446126706a291f9d2 authored over 4 years ago
[netstack3] Renaming function to follow Rust naming convention.

Change funtion name from `Ipv6PacketBuilderWithHBHOptions` to
`Ipv6PacketBuilderWithHbhOptions`....

github.com/dahliaOS/zircon-rpi - a7dee8e9a105753e8a69f5220cab979fb1c322cf authored over 4 years ago
[netstack3] Track fragment cache size

This commit adds tracking of fragment cache size. If
the cache size is at or above thre threshol...

github.com/dahliaOS/zircon-rpi - 8f0170c759e8d4d083343d00a85d269265d3e66e authored over 4 years ago
[root_presenter] Remove perspective_demo_mode

Bug: 51085

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

github.com/dahliaOS/zircon-rpi - 0d63e53862b9fe4468edfdca8d3713352f9b0a06 authored over 4 years ago
[fx][tests] Returning error if test script not found

This adds returning failure from btf::_get_test_functions() if
the test script path is incorrect...

github.com/dahliaOS/zircon-rpi - 883d48e99892e7577e9e712d411188cdd856e5ee authored over 4 years ago
[ffx] Remove compose - Daemon returns remote_proxy to Cli.

RCS now handles multiple concurrent connections at once now as well.

Change-Id: Iede4fa20539333...

github.com/dahliaOS/zircon-rpi - bfcc9ff753437bedf0b27160ac149a1b4375250a authored over 4 years ago
[debugger] Document build flags for tests.

Add OWNERS file for utest/debugger.

There are common questions about how to add the debugger te...

github.com/dahliaOS/zircon-rpi - 4821377a2226007e199333ac0775afed591f9e3e authored over 4 years ago
[x86][pci] Introduce PCI RootHost

PciRootHost replaces the static allocators used in the
x86 board file with an interface that can...

github.com/dahliaOS/zircon-rpi - 115ada8e1ac21fd584d0d41085230dfe7f4ca051 authored over 4 years ago
[dhcpv6] Start message parsing and serialization

Includes a few options to demonstrate how this module works, more
options will be added in futur...

github.com/dahliaOS/zircon-rpi - 2059d88f3fb788e9dd488918af7262e3551998a7 authored over 4 years ago
[kernel][x86] Don't attempt to read/write AVX-512 regs

This fixes a bug where zx_thread_read_state/zx_thread_write_state
would corrupt kernel memory on...

github.com/dahliaOS/zircon-rpi - 4bbb9dce829fd8ff577b498c679746756b55ed40 authored over 4 years ago
[blobfs][refactor] Move algorithm.h to include/

Necessary to make the default write compression algorithm used by Blobfs
configurable at mount t...

github.com/dahliaOS/zircon-rpi - 0a683307865395ab776895685b682a457ba07037 authored over 4 years ago
[fxtest] Overhauled presentation of test results and output

Streamlines the presentation of all `fx test` output, including the
following changes:

- Turns ...

github.com/dahliaOS/zircon-rpi - 7418694269cfbfd34feeba5f00567febd992f53d authored over 4 years ago
Revert "[ffx] Add simple e2e test."

This reverts commit 1b0b7d75c14514102dd93bfb5325c74e999bec6d.

Reason for revert: flaky test

Or...

github.com/dahliaOS/zircon-rpi - 29da59ddaa08b1fb258ccd7585518ce8765954b4 authored over 4 years ago
Reland "[fidl][benchmarks] Benchmarks for tables"

This reverts commit b75fa0b4c5798efa99d5ea5998f011f19b3e2d69.

Reason for revert: Try two with t...

github.com/dahliaOS/zircon-rpi - c98a99885b564f37a27a929f44d579d5c5190ddc authored over 4 years ago
[pkg-resolver] merkle for url cobalt logging

Fixed: 44294

Change-Id: Iba1e055fb86095da0f494a2622f08b51378497df
Reviewed-on: https://fuchsia-...

github.com/dahliaOS/zircon-rpi - 6bd11bac423d89e0da0cd63f1cc23d68f53b5c89 authored over 4 years ago
[blobfs] Move read-ahead into user-pager.cc

Moves the logic to determine the read-ahead range from page-watcher.cc
into user-pager.cc.

Rati...

github.com/dahliaOS/zircon-rpi - 149d1347cc65a3471f998aa0ef6887f46fb66a8e authored over 4 years ago
[unification] Move fuchsia.sysinfo to //sdk/fidl

Generated with: //scripts/unification/move_fidl_library.py
fuchsia.sysinfo

+ Manually update
zi...

github.com/dahliaOS/zircon-rpi - 4471591237b596bbd2c68bda99a5fe3481065555 authored over 4 years ago
[fdf][devices][bringup] Add operation-test-package to tests group

In commit 13ee7f9d93bde949f318fa4c38229f1a96d65884, operation tests
were inadvertantly removed f...

github.com/dahliaOS/zircon-rpi - 66d446051a1c1780e5ee278a2d6d939949806585 authored over 4 years ago
[fidl][measure-tape] Example use

Adding an example use, along with an interactive example on the Go
Playground.

Change-Id: If352...

github.com/dahliaOS/zircon-rpi - f54bbc526e4ed9137eec17d55500448d4cac58c7 authored over 4 years ago
[fidlc] Don't include zircon/compiler.h in lexer

We can just use the standard C++ attributes now, so avoid a dependency
from fidlc to zircon.

Bu...

github.com/dahliaOS/zircon-rpi - f500cb44a26e06efb7edeea3ca9178f9928245f6 authored over 4 years ago
[build][rust] Generate Zircon syscall rust bindings using Kazoo

Use the GN version of the kazoo tool to generate the rust
bindings for the Zircon syscalls.

Thi...

github.com/dahliaOS/zircon-rpi - 97c4684f197acad2a7df6df87780b579cfd8c50b authored over 4 years ago
[gndoc] Update GN build arguments documentation

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

github.com/dahliaOS/zircon-rpi - d6ff8c74d9c5a8ae402e1420fb87b658c6191a50 authored over 4 years ago
[media][tools] add pink noise/ramp to signal_generator

This CL adds a pseudo-pink-noise generator to
signal_generator, selected by the '--pink' cmdline...

github.com/dahliaOS/zircon-rpi - 0ee927acd91cab1200c5410f1d5ea38c27560d5e authored over 4 years ago
[storage] Add LazyBuffer: a buffer that can be lazily read.

LazyBuffer combines LazyReader and a buffer class to provide a buffer
that can be lazily read. I...

github.com/dahliaOS/zircon-rpi - 36e0e6ab72f3a641f0179524f69ac8c51adf882f authored over 4 years ago
[sl4f][catapult] Enable uploading to Catapult for tests converted to SL4F

Enable uploading to Catapult for the SL4F versions of performance
tests in fuchsia.git. We can ...

github.com/dahliaOS/zircon-rpi - d78ca71ddb986b41751c9b6a5e9e8aa59941283a authored over 4 years ago
[display] VSync events require periodic acknowledgement from client

This CL provides clients with an optional API that could be used
to acknowledge receipt of vsync...

github.com/dahliaOS/zircon-rpi - 676f435849a94e319a53cc763d5598258a237f26 authored over 4 years ago
[kernel][x86] Only disable interrupts for XAPIC

XAPIC requires multiple register writes and a wait, and in order to
prevent external interrupts ...

github.com/dahliaOS/zircon-rpi - 7473523d63ef33ccb32184f25e9e96f2c882f925 authored over 4 years ago
[bindc] Add OWNERS file for the bind build rules

Remove the '*' from //tools/bindc/OWNERS to match.

Change-Id: I263975f64c7cd9ecc08ecb5ae3c09665...

github.com/dahliaOS/zircon-rpi - 3cd1d664f82e2dafdb7fad84fd846c201672e977 authored over 4 years ago
[kernel] Add mask_all_but_one() to cpu.h

This is a convenience function that allows you to create a CPU mask that
excludes a single CPU. ...

github.com/dahliaOS/zircon-rpi - b452c95ff6b7401335c1c295d6a407a1dc0146c4 authored over 4 years ago
[kernel][topology] Clean up topology initialization/order.

- Add a standard lk init hook for topology setup. The init hook is
positioned after heap init,...

github.com/dahliaOS/zircon-rpi - 54d64b5fe79f109ade8517f216ee318081f38780 authored over 4 years ago
[swd-e2e-tests] Refactor to use tools/lib/logger

Change-Id: Ifcd5d535aab5971304344244a27ce02c382715d0
Bug: 50257
Fixed: 50257
Test: Logs are form...

github.com/dahliaOS/zircon-rpi - 72d91ece37f46fa037655f4070534d327c0d6a4d authored over 4 years ago
[pkg-resolver] Only log missing repo config error once

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

github.com/dahliaOS/zircon-rpi - e21435c5c2f56ce06735fafecbfae4e403f164e7 authored over 4 years ago
[storage] Add the ability to run fsck at the end of every transaction.

To help verify that the file system is consistent after all
transactions, it's useful to be able...

github.com/dahliaOS/zircon-rpi - 1df02476fe076a7a11d791f4429fc72fc0b4dcd3 authored over 4 years ago
[build] Add kasan variant

This adds the "kasan" variant for asan in the kernel, so e.g. a
command like `fx set bringup.x64...

github.com/dahliaOS/zircon-rpi - 54c5edfc37afe7294256552cefefca64c6ce7e94 authored over 4 years ago
[camera] Display multiple streams

Display all streams in a single config.
Config still hard coded to 1 for now.

Bug: 50817
Test: ...

github.com/dahliaOS/zircon-rpi - 3e632330b06bab7bf290699a0a239342da0f344c authored over 4 years ago
[kernel] Modify arch_mp_send_ipi() to return void

All implementations of arch_mp_send_ipi() (and arch_mp_reschedule())
return ZX_OK. Modify them t...

github.com/dahliaOS/zircon-rpi - 253c47f1fa13b42dc2ae159bd293f6149f8794c9 authored over 4 years ago
[fdio] Clone caller's UTC clock in fdio_spawn

Introduces the FDIO_SPAWN_CLONE_UTC_CLOCK flag for fdio_spawn.
Clones the process-wide UTC Clock...

github.com/dahliaOS/zircon-rpi - d6ff58d43367c0f2e980b9d03e1d2cbd8821a9cb authored over 4 years ago
[system-updater] add support for skipping recovery upgrade

In certain contexts (e.g. installation from within recovery)
it might be undesirable to upgrade ...

github.com/dahliaOS/zircon-rpi - 54a6a2551b690fdb7faa7b0dd6fe6ed732a8dcce authored over 4 years ago
[tools][devshell][emu] Show error message for grpcwebproxy on OSX

Change-Id: I993bdc1bfd69b08ee0c702750752ae202bdc00ac
Fixed: 50273
Reviewed-on: https://fuchsia-r...

github.com/dahliaOS/zircon-rpi - 65eb14d2897fc160aa9a6603c754d9f6d1289b74 authored over 4 years ago
[kernel][x86] Use para-virtualized IPI under KVM

When available, use para-virtualized IPIs. This allows a hypervisor to
optimise the IPI path, as...

github.com/dahliaOS/zircon-rpi - 3f9d11d0249739e53f24ed117409d5fa33b87fbe authored over 4 years ago
[weave] Add support for manufacturer cert

Add support for GetManufacturerDeviceCertificate in
ConfigurationManager. Loads from factory pro...

github.com/dahliaOS/zircon-rpi - c790bd739b4970ca19be551c19da1f6e9b8445a6 authored over 4 years ago
[fx][test] Updating klog test for new host tool location

The location of loglistener changed from zircon to an installed host
tool. This updates the mock...

github.com/dahliaOS/zircon-rpi - 237ba8d75b203c708fd5e502f17b86b7f1a1deb5 authored over 4 years ago
[update-package] APIs to determine images to pave

This change adds various helper methods/types to determine the sequence
of images that an update...

github.com/dahliaOS/zircon-rpi - 929b265ea1a37f0c55378864fb18076af385548b authored over 4 years ago
[ffx] Add simple e2e test.

This is the simplest possible useful E2E test, but we'll extend this
with more soon.

Testing no...

github.com/dahliaOS/zircon-rpi - 1b0b7d75c14514102dd93bfb5325c74e999bec6d authored over 4 years ago
[media][audio_core] Enable driver_gain_db on init

On driver initialization, driver_gain_db is applied to the driver. The
driver_gain_db value is s...

github.com/dahliaOS/zircon-rpi - 097f01aa4ed1b1dcc3c9bea2b8d877ebc3630f43 authored over 4 years ago
[syscalls] Add zx_msi_allocate and zx_msi_create

This CL introduces two new syscalls that expose Message-Signaled
Interrupts (MSIs) to userspace....

github.com/dahliaOS/zircon-rpi - 309e945e29a8126a6bc0e3a9b825e37744d6cf46 authored over 4 years ago
[covargs] Compress the coverage report

This addresses the issue introduced in previous change where we
no longer compress the data and ...

github.com/dahliaOS/zircon-rpi - 2bd7e6c2f6e032b3327f3f45cf2f6a1ac93bfb05 authored over 4 years ago
[root_presenter] Remove CapturePointerEventsHACK implementation from RootPresenter

There are no longer any uses of this API so remove implementation
from RootPresenter.
Can not re...

github.com/dahliaOS/zircon-rpi - dd7e53464ddea9f435a12c21cd7b8bccbe219b51 authored over 4 years ago
[omaha-client] Transition to InstallingUpdate before InstallationError

Failing to create an install plan transitions to InstallationError (in report_error()),
and upda...

github.com/dahliaOS/zircon-rpi - 754eb2d0c8c521a7985c68353e4d502c65eb157c authored over 4 years ago
[feedback] Define common errors in Feedback

Introduce common errors in feedback projects and switch commonly used
classes, Bridge and OneSho...

github.com/dahliaOS/zircon-rpi - a4cbf6828833b3cf9a99d769b3f8c1b081607d97 authored over 4 years ago
[feedback] Introduce internal reboot reason

TESTED=`fx test reboot-info-tests`
TESTED=`k pmm oom` f9190eb2db055a6d

Change-Id: I1d5049321f1a...

github.com/dahliaOS/zircon-rpi - 344d2375e40c7158c7734862e44913722e6bfd87 authored over 4 years ago
[ffx] Use ssh directly instead of fx shell.

Related change: we'll now connect to a target only when we discover, not
automatically when we s...

github.com/dahliaOS/zircon-rpi - c85823c8701e7210d3f65ab0138be432cf97091c authored over 4 years ago
[appmgr][test] Fix flake in component events integration test

This test was completely wrong. It was connecting to
Componenteventprovider on an environment bu...

github.com/dahliaOS/zircon-rpi - 95997af9de87da119e6688685649abba9271e1f7 authored over 4 years ago
[wlanif] Store and notify ethernet status

In the situation ethernet interface changed before EthStart is called,

before: netstack will no...

github.com/dahliaOS/zircon-rpi - 6547eaa5e34119e9397a1d0ad9aa41f1f2b26c64 authored over 4 years ago
[unification] Move fuchsia.tee to //sdk/fidl

Generated with: //scripts/unification/move_fidl_library.py fuchsia.tee

Bug: 36547
Change-Id: Ie...

github.com/dahliaOS/zircon-rpi - 223702512f1ae0b5df9daf1e23ff377424b70058 authored over 4 years ago
[brcmfmac] Log changes

Made the following changes to accommodate recent log changes
(only the function name was showing...

github.com/dahliaOS/zircon-rpi - 0328a7296c88ec410fcce8b1a909725ecf6254da authored over 4 years ago
[flatland] Buffer registration and Image creation.

BufferCollections back Images and other content. Successful
registration of a buffer collection ...

github.com/dahliaOS/zircon-rpi - 6bece2b587553b548440b4de30619a1ea7fca872 authored over 4 years ago
[triage] Introduce libtriage.

Copied the core Triage business logic to library in "diagnostics/lib"
directory in order to bett...

github.com/dahliaOS/zircon-rpi - 814ddd2bee2911871b8a328986571610811e7cc0 authored over 4 years ago
[gndoc] Update GN build arguments documentation

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

github.com/dahliaOS/zircon-rpi - 4be819f053c197d12221487e9f25fc6447dd656f authored over 4 years ago
[unification] Move //zircon/system/ulib/mock-boot-arguments to the GN build

Affected libraries:
//zircon/system/ulib/mock-boot-arguments

Generated with //scripts/unificati...

github.com/dahliaOS/zircon-rpi - 7317347042777f6de94db84b4a4f6d977c033932 authored over 4 years ago
[unification] Move fuchsia.fshost to //sdk/fidl

Generated with: //scripts/unification/move_fidl_library.py fuchsia.fshost

Bug: 36547
Change-Id:...

github.com/dahliaOS/zircon-rpi - 698284584871b30add54967a1bc2d7446d30e3e6 authored over 4 years ago
[luis] vs680 SPI driver

Test: hardware probe on VS680 EVK, enumeration test

Change-Id: Icfd7829da1d0da5e34718f9abcf8802...

github.com/dahliaOS/zircon-rpi - 3bae2d29fac303224da7daff4bd423b152047b37 authored over 4 years ago
[kernel][x86][ioapic] Add a little bit more tracing to the dump routine

Print the ISA IRQ redirection table. Also make a no lock equivalent to
the routine to use from i...

github.com/dahliaOS/zircon-rpi - 37ae3743a20753806dc08ccf94c6fd5e301c345c authored over 4 years ago
[kernel][arm64] Upgrade DMBs to DSBs before TLB ops

TLB operations may be reordered past any load or store, unless there is
a DSB. This means the ex...

github.com/dahliaOS/zircon-rpi - 56912b6e4c503f3d050725b7a104550a1207806b authored over 4 years ago
[mmc] Add support for discard (trim)

This change adds support for the MMC discard operation, which will be
initially disabled until t...

github.com/dahliaOS/zircon-rpi - 1e68596bec8f62e8256b4e061d7f2351e297432a authored over 4 years ago
[root_presenter] Remove support for multiple presentations

Makes it so that only a single root_presenter presentation is possible at a time.
Trying to pres...

github.com/dahliaOS/zircon-rpi - d4d67fe15b3990aecb80ab225c2b14b58030fbd4 authored over 4 years ago
[camera][sensor] Remove nullptr validation from Banjo protocol implementation

The prevailing pattern for banjo is to not check for null unless the
parameter is optional.

Tes...

github.com/dahliaOS/zircon-rpi - 38be6ecd112bf35668b5bf5324dbb210f92938d0 authored over 4 years ago
[amlogic_encoder] Implement amlogic firmware package parsing

The encoder firmware file contains multiple firmware blobs for
different pieces of hardware. Par...

github.com/dahliaOS/zircon-rpi - 8f1b7438fb0ace069648bb2b210f80f2c74d3cd2 authored over 4 years ago
[audio_core][ultrasound] Add UltrasoundCapturer

Implement fuchsia.ultrasound.Factory/CreateCapturer as a new subclass of
BaseCapturer. Ultrasoun...

github.com/dahliaOS/zircon-rpi - 91ed7c85133e56c36e25a87282695ff09e66a109 authored over 4 years ago
[audio][tests] Make ACCESS_DENIED benign unless --admin specified

The audio_driver_tests binary directly connects to audio drivers. A
subset of its test cases (16...

github.com/dahliaOS/zircon-rpi - 3213b4e560078237fe6e401ad9760b885ca2e386 authored over 4 years ago
[scenic] Print stack trace for all watchdog timeouts.

Now watchdog will print timeouts if Scenic is unresponsive
for 15s, 30s and 45s.

TEST=scenic_un...

github.com/dahliaOS/zircon-rpi - 8630d49c663f69adb085ba9e49d64a0341bb946d authored over 4 years ago
[audio_core][ultrasound] Add UltrasoundRenderer

Implement fuchsia.ultrasound.Factory/CreateRenderer as a new subclass of
BaseRenderer. Ultrasoun...

github.com/dahliaOS/zircon-rpi - b996265b75aecadcdaa4fe01bdfc601811c5bc2e authored over 4 years ago
[camera][sensor] Add IsPoweredUp() API to the sensor protocol

This CL implements IsPoweredUp() for IMX227 driver.

The clients of the sensor driver use this n...

github.com/dahliaOS/zircon-rpi - 619b5df8f4e594c98033b9bed7f945ba7541bcc2 authored over 4 years ago
[inspect][rust] Add limited generics support for derive Unit, Inspect

This addition ensures that the generated impl of each trait is
syntactically sound, ensuring tha...

github.com/dahliaOS/zircon-rpi - 74b9cea68e8c1f3bbb5cd0e76be48ee1b65b3ff1 authored over 4 years ago
[hypervisor][x86] Change assertion to compile-time

Change the assertion about the size of RAX to be compile-time, as we
validate access_size at run...

github.com/dahliaOS/zircon-rpi - 0a26bf26ee85de19a688d6fdda9cc6282b6ab289 authored over 4 years ago
[bt-core] Add DiscoveryPrimaryServicesByUUID

Bug: fxb/1357
Test: The following bt-host-unittests:
DiscoverAllPrimaryByUUIDByResponseTooShort...

github.com/dahliaOS/zircon-rpi - b6870eca86c0d786ababcce53f96ffcbbc0bf420 authored over 4 years ago
[hypervisor][x86] Check CPL when handling a VMCALL

Only allow guest CPL 0 to make a hypercall. If anything other than the
guest kernel attempts a V...

github.com/dahliaOS/zircon-rpi - 11ac53d31b0914f48a5ec3d03a651e53d9c07f02 authored over 4 years ago
[wlan][mlme] Adds validation for SAE auth frames

Maintains the old c-binding interface for compatibility with the legacy C++
MLME.

Bug: 40006
Te...

github.com/dahliaOS/zircon-rpi - eff09b2f7ea44ac6ae256ce0bbefe9075750e035 authored over 4 years ago
[unification] Move //zircon/system/ulib/devmgr-integration-test to the GN build

Affected libraries:
//zircon/system/ulib/devmgr-integration-test

scripts/unification/verify_ele...

github.com/dahliaOS/zircon-rpi - eda97f2fd22cc8c6f280e27e1eb2ba1ed1017b43 authored over 4 years ago
[carnelian] fix scenic focus handling bug

I dropped support for Scenic’s focus event while adding support for core
input.

Change-Id: I8bc...

github.com/dahliaOS/zircon-rpi - 83b5fb380515925b255ecd1b8ef57e0c55619264 authored over 4 years ago
[fidl][measure-tape] Function pruning

CFG traversal to eliminate empty methods, until fixed point is reached.

Test: fx test //tools/f...

github.com/dahliaOS/zircon-rpi - dc3765a6032fff688c57eabfbf389dc1b4d41899 authored over 4 years ago
[bt][avrcp] Consolate target delegate retrieval

Add two accessor functions retrieve a clone of the current target
delegate or volume control del...

github.com/dahliaOS/zircon-rpi - d19494fbf1d0a497984c65694c1ae87f81614e90 authored over 4 years ago
[omaha-client] Add session-id to platform metrics

Fixed: 50428
Change-Id: Ia44cdcf3ff904ce1286fbe394f0fe8f81854e3ce
Reviewed-on: https://fuchsia-r...

github.com/dahliaOS/zircon-rpi - 8dd9a0fecfce79e57f2f33214111c68f1a1d2657 authored over 4 years ago
[sl4f][catapult] Use new infra-supplied env vars for Catapult upload names

Use two new env vars to determine which names to upload under when
uploading test results to the...

github.com/dahliaOS/zircon-rpi - d89bbb237d5a6192c8e8f378a1aac6f11d3f60c8 authored over 4 years ago
[netstack_iperf_test] Use long command line option names for better readability

The single-char option names are less readable.

The change is based on the docs at third_party/...

github.com/dahliaOS/zircon-rpi - 1cd57cea8af80853f8e7719d8159db62a355e7bc authored over 4 years ago
[vulkan][loader] Log first load of any driver

This will help us see if it gets stuck, and if so at which point.

Bug: 50876

Change-Id: I1b3ca...

github.com/dahliaOS/zircon-rpi - cf6b9a38db2919947203d927bc72669b766cc9c1 authored over 4 years ago
[ping] Remove maximum payload size

I'm not sure why, but pinging my workstation with payloads larger than
1858 bytes (1866 total by...

github.com/dahliaOS/zircon-rpi - 118c6d7460925f2b76bc43327abcd273826b05a7 authored over 4 years ago
[syscalls][kazoo] Fix a few Go remapping errors

There were a few types that didn't have appropriate name hacks added for
them. Kazoo errors out ...

github.com/dahliaOS/zircon-rpi - 29ec8d31e5d7ee0c627d6aadba95e2b08d133cf2 authored over 4 years ago
[wlan] Deprecate scan_type arg in ConnectCommand

Deprecate the scan_type argument in ConnectCommand. Instead, have SME
make internal decision on ...

github.com/dahliaOS/zircon-rpi - 87c0037acfa8f20f27967db21f0d5d9450845f42 authored over 4 years ago