aboutsummaryrefslogtreecommitdiffstats
path: root/sys/fuchsia/streams.txt
Commit message (Collapse)AuthorAgeFilesLines
* sys/fuchsia: update stream definitions (#3293)Chris Palmer2022-08-121-6/+0
| | | Co-authored-by: Chris Palmer <palmer@google.com>
* pkg/compiler: check for unused resourcesDmitry Vyukov2020-08-041-2/+0
| | | | | | | | | | If a resource is never used as an input, it is not useful. It's effectively the same as using an integer. Detect such cases, they are quite confusing. Fix all existing errors in descriptions. This uncovered some interesting bugs as well, e.g. use of a completely unrelated fd subtype after copy-paste (while the resource that was supposed to be used there is completely unused).
* sys/fuchsia: update "make extract" support codeMatthew Dempsky2020-06-051-0/+8
FIDL fuzzing hasn't been working for a while, and it's further bit-rotted as upstream FIDL functionality has continued to evolve. This commit updates enough FIDL functionality to get a minimal FIDL test case to work again.