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

[zxtest] Make concurrent ASSERT/EXPECT_*() calls thread-safe

Declare some fields as std::atomic. These fields are assigned to by
OnAssertion() when a zxtest...

dfbdc6e2c41780633d12150c07f2c5afe2265362 authored over 4 years ago by Mark Seaborn <[email protected]>
[netstack] Avoid incorrect UDP checksums

Upstream has enabled checksum checking, which would make this test fail.
UDP checksums are optio...

4ca8ac7b04840aeaf9541ce251f2e2b5b6812d6d authored over 4 years ago by Tamir Duberstein <[email protected]>
[virtualization][hypervisor_tests] Convert to use zxtest instead of unittest

This was partly automated, with some manual changes:
* change helper functions:
* remove BE...

8784b9df8fb68ac8d0aa4aee5a1957b3f3acee5b authored over 4 years ago by Mark Seaborn <[email protected]>
[botanist] Expand repo/blob URLs

Botanist needs to expand its own repo/blob URLs, not just subcommand
env vars.

Change-Id: I0b00...

1af821c7380a5ee52e7e99a7f144764d1c00123e authored over 4 years ago by Anirudh Mathukumilli <[email protected]>
[smoke-test] Fix argparse description

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

4d752c5d7c22b5ba5858de414b2171e7ad36c067 authored over 4 years ago by Shai Barack <[email protected]>
[forensics] move crash_reports/ under forensics/

$ find src/developer/forensics/crash_reports/ -type f | xargs sed -i -e 's#feedback/crash_report...

f2f8943ac5a5287f2069d85883f72160add2e075 authored over 4 years ago by Francois Rousseau <[email protected]>
[security] remove appmgr and fshost from main_process_critical

Both fshost and appmgr were added to the main_process_critical
allowlist, but neither request th...

50404baf1376991b0be6d31ab592dd95fd5c8589 authored over 4 years ago by Derek Gonyeo <[email protected]>
[smoke-test] Fix rustc_test's test spec in tests.json

Use the target_name in the context of rustc_test, rather than using
invoker.target_name inside t...

105ae9a8b256db654613f42c531167742cdbc359 authored over 4 years ago by Scott Graham <[email protected]>
[docs][components] Update docs about lifecycle

This adds docs about how to use the lifecycle channel and other
considerations related to lifecy...

88946a679d1af10fdb9b288e1bc3da4f0f9a5943 authored over 4 years ago by Justin Mattson <[email protected]>
[rust_crates] Update hyper to 0.13.x

Fixed: 42812,45408
Change-Id: I60268a6431b2a04a93c1b603d81eb7fbf2d007c8
Reviewed-on: https://fuc...

4473e872d6027b8af23365deee18bd39e5150295 authored over 4 years ago by Tamir Duberstein <[email protected]>
[msd-vsl-gc] Support context state buffers.

If a batch provides a context state buffer as an additional resource,
it will be executed if the...

297a82b3df08e2614900d9e5203f14c6565dad9b authored over 4 years ago by Jocelyn Dang <[email protected]>
[check_rust_licenses] Use GitHub API

Some repositories have already removed their master branches, and others
are expected to follow ...

6ab3c9a18e64c680379c84b8e386b86b2bacb968 authored over 4 years ago by Tamir Duberstein <[email protected]>
[fidlc] FTP-048 cleanup: no more 32b ordinals

Flipping union and table ordinals to be represented by `Ordinal64`.

Test: fidldev test fidlc
Ch...

b8d7f43b8d6d3994cff4524edf5a565ea64557da authored over 4 years ago by Pascal Perez <[email protected]>
[forensics] move bugreport/ to forensics/

* we leave an alias under feedback/bugreport/BUILD.gn to update core.gni
at once

$ find src/d...

001062083fb5078257ad2d06ed5f161727c5be76 authored over 4 years ago by Francois Rousseau <[email protected]>
[smoke-test] Fix some tests.json labels

Without the leading colon, tests.json would contain a label in the test
spec of:

//sdk/lib/fi...

69dd66189062ab3438189df6e214888afa3f307a authored over 4 years ago by Scott Graham <[email protected]>
[drivers] Define an "all" target for objects meant to be added to zbi's.

Supporting libraries should not be in that target.

Bug: 45680
Change-Id: I00608b553dd9ecdabe032...

f4175ae6ffe00d15689e175f1ed843cfe4066531 authored over 4 years ago by P.Y. Laligand <[email protected]>
[brcmfmac] Check for success in timeout path for ioctl calls

This commit allows the timeout path on ioctl calls to check one more
time for success before rep...

ed1f37e0af9479554f5538e518e914a39918bc92 authored over 4 years ago by John Sheu <[email protected]>
[crash] fix FIDL docstring

Fixed: 54463
Change-Id: I7fff1933f47c5255901ba67e7a46a2b5dea6421d
Reviewed-on: https://fuchsia-r...

ba411ec5dd5379679abf475b1d1ac1e48ad4c4e8 authored over 4 years ago by Francois Rousseau <[email protected]>
[test] Only add distribution metadata when targeting Fuchsia.

The metadata is irrelevant on other platforms.

Bug: 45680
Change-Id: I7725691eb84b4de72fd2a3b80...

355732c5c18639ad8ee43b5d1a5bf84fb7b18968 authored over 4 years ago by P.Y. Laligand <[email protected]>
[wlan] Update hardware capability enums to follow 802.11 standard

The ddk.hw.wlan.wlaninfo/wlaninfo.banjo definition of
WlanInfoHardwareCapability and the fuchsia...

2533ddcd71c6124e50561d2eabc3f9284c83784e authored over 4 years ago by Charles Celerier <[email protected]>
[fdf] populate inspect data in driver host

This CL adds inspect data related to devices and drivers in driver
host.

Test: fx test driver_h...

c01b39acd26fa78223533f87268a44520665463c authored over 4 years ago by Puneetha Ramachandra <[email protected]>
[kernel] Zero the symbolizer file VMO if not publishing it

All of the instrumentation data VMOs are always published to
userboot for simplicity, but zero-l...

ff5c0e9f1630afb6dc7877a10e20b76ef5c43075 authored over 4 years ago by Roland McGrath <[email protected]>
[iquery] "fx iquery" uses "iquery" CLI

Also a few updates:
- All docs references to `fx iquery` have been updated
- A short mode `-f` i...

f2243b714e952a08c89ddbf46bac145f9fe5c79d authored over 4 years ago by Miguel Flores Ruiz de Eguino <[email protected]>
[sdk][media] Improve naming of h264 quantization parameters

QP stands for quantization parameters, so fix redundant param name
before any users exist.

Chan...

8bfcd80cc32e7e8f7f65f17b0401bac00aaafbfe authored over 4 years ago by Austin Foxley <[email protected]>
[system-metrics] Add archivist stats fetcher

This change introduces an ArchivistStatsFetcher to the system metrics
daemon. In addition to add...

c0854ca8d3865f09c7e2fdaa33ad490babf416e6 authored over 4 years ago by Christopher R. Johnson <[email protected]>
[gn-sdk] Prevent spaces in ps output for array processing

Previously, the ps command was returning column formatted output,
which was then being passed to...

0a7750d9c26cf17354446c2bbd86f3d24cd82f5d authored over 4 years ago by Wayne Piekarski <[email protected]>
[licenses] Transitive single project license file attribution

Bug: 148559704

Changelog:
* Save (project level single license) pattern if there isn't a match ...

a4be7ca128dd3e55cbb504b3d778209d8ec0b72d authored over 4 years ago by Solomon Kinard <[email protected]>
[rust][scoped_task] Fix another flake

I managed to reproduce this one on my local workstation before we hit it
in CQ. As far as I know...

a688a48b5bc0e1a2140b27d1355835c900dde807 authored over 4 years ago by Tyler Mandry <[email protected]>
[modular] Add AgentRunner.AddRunningAgent()

In preparation to have SessionmgrImpl pass a running component (the
session shell) to AgentRunne...

bcaa50d5206098120c408d353686d02a3e1949fa authored over 4 years ago by Gabriel Schine <[email protected]>
[driver_manager] include SystemStateTransition in svchost

In order for the shutdown shim to be able to access the
SystemStateTransition service and set th...

5180a6d41be4045fd9e9b3e7611c05314e9915a8 authored over 4 years ago by Derek Gonyeo <[email protected]>
[botanist] Expand env vars in subcommand flags

Swarming does not automatically resolve environment variables.
Catalyst used to do this, so this...

ed06c8579eb782507d987e260499dc65060e6929 authored over 4 years ago by Anirudh Mathukumilli <[email protected]>
[pciroot] MSI support and some QOL

These changes make the PcirootProtocol reflect the final design as used.
MSI allocations can be ...

3107daf4e38594ead4f9d5bd3e0f7810799998a9 authored over 4 years ago by Christopher Anderson <[email protected]>
[isolated-ota] Fix system-updater manifest URL.

isolated-ota uses the system-updater-isolated manifest, not the
system-updater one.

Change-Id: ...

0ff20c6a45668da21d8633f5ef66e0a56af0069d authored over 4 years ago by Simon Shields <[email protected]>
[licenses] Add README with usage example

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

52b32af1f67de4481a38a2924bd3f438ca4d0b67 authored over 4 years ago by Solomon Kinard <[email protected]>
[ffx] Get rid of duplicated fuchsia.net FIDL.

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

736354b63f56ac03f2654621451af411c772dc69 authored over 4 years ago by Jordon Wing <[email protected]>
[bt][sm] Clarify the state machine in the ScStage1 classes

Firstly, this CL cleans up a possible externally-triggered assertion in
the ScStage1JustWorksNum...

5349b73a4a696627446526be3ab73ab2542c9922 authored over 4 years ago by Lucas Jenkins <[email protected]>
[overnet] Serial line support

Implements Overnet-over-serial for host and target.
Also allows usage over the Zircon debug API ...

022dca48f7a62f8adbc80efbed676fa761e61c8b authored over 4 years ago by Craig Tiller <[email protected]>
[scenic][ui-input] Allow multiple FocusChainListeners

Fixed: 54518
Test: fx test gfx_unittests -- --gtest_filter=FocusChainTest.MultipleListeners

Cha...

3587835c80e9eebe702878564ec6e63c940759b8 authored over 4 years ago by Mikael Pessa <[email protected]>
[zircon][debug] Allow debug_read to return earlier

Prior to this change zx_debug_read would wait until all bytes in a user
supplied buffer were fil...

cef945c940631a19b53f50ebb89e478e53d64966 authored over 4 years ago by Craig Tiller <[email protected]>
[gn sdk]Generalizing the cipd template.

The initial version included some Chromium specific variables used when
creating CIPD packages. ...

0023d75b36a34d7463e1b8fc85a37d624fcb2bcc authored over 4 years ago by Clayton Wilkinson <[email protected]>
[smoke-test] Improve affected tests detection method

Uses the following principle:
1. Rebuild.
2. Touch all modified files such that they're newer th...

2d8100fcfdc763309348697eaffbe9fd8b326e85 authored over 4 years ago by Shai Barack <[email protected]>
[a11y] Downgrade bad KOID for highlights to warning, not error

This isn't an error in tests where the highlights are mocked out.

Change-Id: I8b1cc8408b92be953...

de0eef64a3e947fde4ddf420a71f26d62ca18109 authored over 4 years ago by Alice Neels <[email protected]>
[fx][test] Remote experimental and update help

- Remove "EXPERIMENTAL" tag from fx test summary
- Update help text in fx test script with the l...

4b65205f29b1d4557d2fcf6e813f318f809a2e2d authored over 4 years ago by Renato Mangini Dias <[email protected]>
[e2e][docs] Use no_basemgr test on workstation

The regular variant of the screen_is_not_black end-to-end test
does not work on the workstation ...

35f2af8262a89d09b1a8276caf8d9cc8fbbf4c46 authored over 4 years ago by Yegor Pomortsev <[email protected]>
[forensics] move testing/ to forensics/

$ find src/developer/feedback/ -type f | xargs sed -i -e 's#feedback/testing#forensics/testing#g...

ae39cfcfd05fc4606d38e795b2aeab4078887114 authored over 4 years ago by Francois Rousseau <[email protected]>
[kernel][thread] Modernize debuglog i/o interfaces

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

5f15418555be451510f075801a6a3ed40134bf43 authored over 4 years ago by George Kulakowski <[email protected]>
[gidl] Bad padding conformance tests

We don't currently have tests for non-zero values in padding.
Quite a few of these tests fail in...

3c590e7a87ac6e49bb736444faad09c135185d11 authored over 4 years ago by Benjamin Prosnitz <[email protected]>
[bt][gatt] Remove GATT thread

Remove GATT TaskDomain & thread. GATT now runs on the main bt-host thread.

Replace use of RefPt...

e00720c4808cdd5a87392dfcfc858af47d35e724 authored over 4 years ago by Ben Lawson <[email protected]>
[fidl][dart] Temporarily disable dart benchmarks

The output file argument changes in the new version and this difference
is blocking the topaz CL...

58ba959b7b68914d806bfe28df3a61a031e20877 authored over 4 years ago by Benjamin Prosnitz <[email protected]>
[system][coretest] Break MSI tests into functional parts

Additional tests have also been added. Making the testing
more explicit and organized will aid i...

dabaebc4532704ec1150fe2d025ee302c87039bf authored over 4 years ago by Christopher Anderson <[email protected]>
[fidl] Move fidldev to fidl-misc repo

fidldev is added to fidl-misc in
https://fuchsia-review.googlesource.com/c/fidl-misc/+/392739

C...

8d995345c9c72fc54985b754623def538c20749b authored over 4 years ago by Felix Zhu <[email protected]>
Revert "[factory_reset] Use f.hw.block.encrypted Shred()"

This reverts commit 8889ddbef4d5fd06820c43eb8522457ad78f8575.

Reason for revert: failing on Ast...

b3a18800e0b9e91b46da42eaeb3dc41bff666694 authored over 4 years ago by Drew Fisher <[email protected]>
[fidl] Add branch prediction hints to walker

This likely has less effect on benchmarks because it primarily effects
the first run, or times w...

1a0f34b4334e63757e99dbf25ed862666c1dc35e authored over 4 years ago by Benjamin Prosnitz <[email protected]>
[bt] Update OWNERS file

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

d656d71a627a09c311227f76d61fb373818f27cf authored over 4 years ago by Lucas Jenkins <[email protected]>
[libabr] follow Fuchsia naming conventions

A few naming changes to follow Fuchsia convention:
* ulib/libabr/ -> ulib/abr/
* include/libab...

7e3c00ea43ab11dcc20a7ffa841ff8990603a2b4 authored over 4 years ago by David Pursell <[email protected]>
[fidlc] 32 to 64 bits Ordinals: Step #9

Removing now deprecated 32b calculation in fidlc, and removing
`generated_ordinal` from the JSON...

a3781463d664ff411ef3f185a6262d99731872a4 authored over 4 years ago by Pascal Perez <[email protected]>
[inspect] Wire up the dispatcher for inspect::MakeTreeHandler

Currently, inspect::MakeTreeHandler takes in an async_dispatcher_t
which it does not pass on to ...

b9f2105ad8e7622df9dca537dbae0b74e87fe291 authored over 4 years ago by Xyan Bhatnagar <[email protected]>
[smoke-test] gn_analyze: fix multiple packages for single label

The reverse mapping from GN labels to packages was assumed to be 1:1
previously, so e.g. only on...

8c58e2ce31fadcdd225549996f3a523d515a7ca9 authored over 4 years ago by Scott Graham <[email protected]>
[triage] Update disk rules to match new locations

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

c9ebfe8efff83456cee7c1036530b5a6b3fb7d4a authored over 4 years ago by Christopher R. Johnson <[email protected]>
[inspect_deprecated] Delete inspect_deprecated library

Fixed: 41953

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

c955d08681dfcf465a5e1f4fb54afe80b24ca164 authored over 4 years ago by Christopher R. Johnson <[email protected]>
[forensics] move utils/ to forensics/

$ find src/developer/feedback/ -type f | xargs sed -i -e 's#feedback/utils#forensics/utils#g'
$ ...

648509c025215a9827ba4f01b96b5f9d92e15cc9 authored over 4 years ago by Francois Rousseau <[email protected]>
[fx-test] Give user option to override restrict-logs flag

In last CL we made this flag default and removed user ability to
override it. Some user need to ...

4a92b837d4e968d47cf1a0ac50b963d609fe2ef8 authored over 4 years ago by Ankur Mittal <[email protected]>
[component_manager] don't panic on failed root bind during shutdown

Fixed: 54430
Change-Id: I51d47cf258ea8aa6418eb86b9d5eb9c102c54024
Reviewed-on: https://fuchsia-r...

dce1b3189084ad447be2e4999b059a56f43ab4c9 authored over 4 years ago by Derek Gonyeo <[email protected]>
[amlogic][sdmmc] Zero out delay line and sampling settings

These registers may be written by the bootloader, with values that are
meant for higher clock fr...

15b70f35a4e9e040e90ae89c76fceb427f8abbfb authored over 4 years ago by Braden Kell <[email protected]>
BEGIN_PUBLIC

[fidl][docs] Add newlines to fix some markdown rendering issues.

Some asterisks that were intend...

074372ed1d85b2b221ac9e89a167765152235b54 authored over 4 years ago by Fergus Henderson <[email protected]>
[web] Clarify fuchsia.accessibility.semantics.SemanticsManager requirement

This service is only required when presenting in a Scenic view.

Bug: 16501
Change-Id: Ia8ff2c44...

09deb1c24d70a2cfe14137760aac1a28faeb1762 authored over 4 years ago by David Dorwin <[email protected]>
[fidl][docs] Remove old HLCPP tutorial

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

3759cec7a666730037cec24b77be5a66c787f7a7 authored over 4 years ago by Felix Zhu <[email protected]>
[docs] Remove GSW Inspect

This document is very out of date. We will remove it for now, and bring
it back once it's rewrit...

499b2bf70a15714cea1fcdf9b8644b08cbfc1228 authored over 4 years ago by Christopher R. Johnson <[email protected]>
[vim3][mmc] mmc board file

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

3e15ae2d0b0999b58b494037b030389fe3d56608 authored over 4 years ago by Eric Holland <[email protected]>
[netstack] Remove useless newtype

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

f24d341565ffbca6b30a4fcfe2285643be36d9bf authored over 4 years ago by Tamir Duberstein <[email protected]>
[e2e][audio] Update OWNERS

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

53879c3ae66bcbebdbab15dd1261ef463b60d481 authored over 4 years ago by George Kulakowski <[email protected]>
[forensics] top-level forensics namespace

$ find src/developer/feedback/utils/ -type f | xargs sed -i -e 's/namespace feedback/namespace f...

a8c8cd5263b5355999e7d6209c582a883f67cbac authored over 4 years ago by Francois Rousseau <[email protected]>
[xhci-rewrite] ResetEndpoint should reset the endpoint, not the whole device

Previously; ResetEndpoint would set its TRB type to ResetDeviceCommand.
This updates it to set t...

a23e13582473a6c17c2f69f059516044c612d024 authored over 4 years ago by Brian Bosak <[email protected]>
[settings] Fix audio hardware mic state tracking

Fixed: 53727
Test: fx test -o setui_service_tests

Change-Id: I95d65306c703b37becfc8891037257a68...

7be86366d0afe52a18a99c4af8ae65607f057d04 authored over 4 years ago by Chip Fukuhara <[email protected]>
[fidl] 32 to 64 bits Ordinals: Step #9

We can re-enable verifying incoming ordinals against expected ordinals.

Bug: 7848
Change-Id: I9...

edc71932f56159a4a42a5dc1890857ec234954dc authored over 4 years ago by Pascal Perez <[email protected]>
[sdk][media] Add key_frame field for StreamProcessor packets

This field can be used to indicate whether a packet contains key frame
data for compressed video...

d25e3c087717e694ef2f7727709c4046024063b1 authored over 4 years ago by Austin Foxley <[email protected]>
[web] Add fuchsia.memorypressure.Provider to required services

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

fe72b46f153ed357d3a97d65ed7f369fa3a95777 authored over 4 years ago by David Dorwin <[email protected]>
[brcmfmac] Fix misspelling in method name

s/Firware/Firmware/

Bug: None
Test: None, simple renaming.
Change-Id: Ic79d419346fb915d5b68adfe...

b3b724e7429fcae2857760d29dcc2ec59f9ccc8b authored over 4 years ago by Joshua Conner <[email protected]>
[brcmfmac] Change log to show correct info in brcmf_sdio_dhparse

When tx_seq_max number error happens, the original log will print out
rx sequence number, which ...

4c88bf91c1f675d16de6638120693c4eaff5d6d5 authored over 4 years ago by Zhiyi Chen <[email protected]>
[wlan] Migrate wlanphy test device off device_remove_deprecated.

BUG=37831

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

b90b6add25719bef152b9d41b256796cb2db4d77 authored over 4 years ago by Jocelyn Dang <[email protected]>
[paver] Use zx::status

No functional changes, just refactoring. Changes include:
* Removing all out parameters in favor...

e373b78771671c99c82057cfb67152ba7adf3ab2 authored over 4 years ago by Suraj Malhotra <[email protected]>
[brcmfmac] Use interface query

Instead of reading the mac address from the internal state of the
simulator, use the query inter...

35f9a3dafe63ebad0260fa57991900577c36bfb3 authored over 4 years ago by Joshua Conner <[email protected]>
[zxtest] Add support for zx::status and llcpp result types

By checking for `status` and `status_value` methods, we can support
status wrapper types to simp...

9697e80855865255fc83a6d47c4b0730b33cbe27 authored over 4 years ago by Suraj Malhotra <[email protected]>
[netstack] Stream socket shutdown fixes.

This change fixes 3 bugs in handling application stream socket shutdown:
(1) With the current im...

f5ab3c1dbdba734523bf9aebbc459438569f4a4a authored over 4 years ago by Mithun Iyer <[email protected]>
[fidldoc] Made method anchor links unique.

Two protocols in the same library can have a method with the same
name (e.g. Directory.Clone and...

ffa227d4dd032ee519e065687d361906bd26a808 authored over 4 years ago by Claudio Cherubino <[email protected]>
[kernel][thread][wait] Start making WaitQueueState internals private

This begins the process by making the interruptible_ bit private. It
does so by making interrupt...

3782a211b1106462d2525425c5fe5f4a952f90b1 authored over 4 years ago by George Kulakowski <[email protected]>
[brcmfmac] Add Query operation to SimInterface

Add a helper function to simplify invoking a query operation on a
SimInterface instance.

Bug: 5...

1c149ca1495c58c124bf038eeaac7830ff930dde authored over 4 years ago by Joshua Conner <[email protected]>
[sdk][dart] Remove old sl4f.api spec

The api file is no longer being auto-generated, so it
is being removed in this CL.

Change-Id: I...

25908994e9541f5c65f8497086081ad085a29a1d authored over 4 years ago by Paul Daniel Faria <[email protected]>
[kernel][thread][wait] Move the rest of the wait queue state into WaitQueueState

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

045447661c3e852ef0e2046ae795085cd0f9f3d4 authored over 4 years ago by George Kulakowski <[email protected]>
[kernel][wait] Update the access control on WaitQueue

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

ae6f1a5679f2ef0620a39bedc130c0c1e92726ac authored over 4 years ago by George Kulakowski <[email protected]>
[kernel][thread] Make the arch_ member of Thread private

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

3206fd0d5e907fdb08fff3b9c4038bf7027603f9 authored over 4 years ago by George Kulakowski <[email protected]>
[brcmfmac] Fix struct/class naming

Rename struct members to not use a trailing underscore. Also, convert
SimInterface to a (complet...

743073038aa8fddb6570f45917c7bae938ec7a11 authored over 4 years ago by Joshua Conner <[email protected]>
[feedback] fx format-code --all

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

52022adc44528573a9d47fea3c14267506c56fc2 authored over 4 years ago by Francois Rousseau <[email protected]>
[fidl] Change visitor API for entering / exiting envelopes

Most benchmarks improve or are flat except for setting the
last field in an otherwise unset tabl...

69f014e1b0bb84ce9e18ee73dba2bc4300fd10f1 authored over 4 years ago by Benjamin Prosnitz <[email protected]>
[fidlgen] 32 to 64 bits Ordinals: Step #9

Cleanup of all fuchsia.git fidlgen backends.

Bug: 7848
Change-Id: If3768a261dc7f8e5fa8c34f0d1a6...

5a3f5d0ba89dc30c0a243f5cbc079b1240c802c6 authored over 4 years ago by Pascal Perez <[email protected]>
[fuchsia.pkg] migrate font resolver to use `() error zx.status`

This change migrates the font resolver fidl from using `(zx.status status)` to using `() error z...

3fd73924f5e4a2a7a976caceb31f672ca4d09339 authored over 4 years ago by Zach Kirschenbaum <[email protected]>
[fuchsia.pkg] migrate repo.fidl to use `() error zx.status`

This change migrates the pkg repo.fidl from using `(zx.status status)` to using `() error zx.sta...

ba99d3ef3cc642efd760a3a9d3552d8aa2a795a2 authored over 4 years ago by Zach Kirschenbaum <[email protected]>
[fuchsia.pkg.rewrite] migrate to use `() error zx.status`

This change migrates the pkg.rewrite fidl from using `(zx.status status)` to using `() error zx....

b22138ac3cd3b696483696ce61c622ae04195d3e authored over 4 years ago by Zach Kirschenbaum <[email protected]>
[kernel][debuglog] Drop new records once dlog_shutdown has started

Drop any new log records once the kernel's debuglog subsystem has
begun to shutdown. This fixes...

db0c3a58bdbf797be1973f319bbbb27d184349d8 authored over 4 years ago by Nick Maniscalco <[email protected]>
[fuchsia.pkg] migrate resolver.fidl to use `() error zx.status`

This change migrates the pkg resolver.fidl from using `(zx.status status)` to using `() error zx...

c9ca91fddb1867c5c586f2e1f966807ddab25c98 authored over 4 years ago by Zach Kirschenbaum <[email protected]>