aboutsummaryrefslogtreecommitdiffstats
path: root/sys/fuchsia/fidl_net-stack.txt
Commit message (Collapse)AuthorAgeFilesLines
* sys/fuchsia: Updating Fuchsia definitionsPascal Perez2019-05-211-234/+0
| | | | | | Simply make extract TARGETOS=fuchsia SOURCEDIR=<FUCHSIA_DIR>/fuchsia
* sys/fuchsia: fix fidlgen issuesMarco Vanotti2019-02-061-14/+17
| | | | | | | | | | | | | | | | | | | | | | | | | * sys/fuchsia: fix fidlgen issues. This change modifies fidlgen removing fuchsia.mediacodec and renaming zircon-ethernet to fuchsia-hardware-ethernet. fuchsia.mediacodec has most of its functionality merged into fuchsia.media and it's not included in the default amd64 builds. zircon-ethernet has been renamed to fuchsia-hardware-ethernet recently: https://fuchsia-review.googlesource.com/c/zircon/+/237178 * docs/fuchsia: Add troubleshooting sections This commit adds a troubleshooting section in the fuchsia syzkaller docs that mentions how to solve fidlgen issues when fidl interfaces are removed or renamed. * sys/fuchsia: remove stale autogenerated files. * sys/fucsia run make extract && make generate.
* sys/fuchsia: update fidl mappings.Marco Vanotti2018-11-211-1/+31
| | | | | | | This commit is just a run of make extract + make generate with an up to date fuchsia tree. This commit only updates the fidl definitions, there are some other syscalls that had changed and need to be manually updated (that will come in a future commit).
* Update fidlgen to keep current with upstream.Julia Hansbrough2018-10-101-2/+2
| | | | | The Syzkaller IR upstream has been updated, so we can properly update consts/fidl descriptions now.
* sys/fuchsia: add description for fuchsia.net, .net-stack, .ldsvc servicesDokyung Song2018-09-141-0/+201