aboutsummaryrefslogtreecommitdiffstats
path: root/docs/fuchsia.md
Commit message (Collapse)AuthorAgeFilesLines
* docs: move OS-specific docs to subdirsDmitry Vyukov2019-02-261-134/+0
| | | | | | Move freebsd, fuchsia, gvisor docs into own subdirs as we do for all other OSes. Add freebsd found_bugs.md.
* sys/fuchsia: fix fidlgen issuesMarco Vanotti2019-02-061-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* docs: add syz-ci instructions for fuchsiaDmitry Vyukov2018-11-211-0/+40
|
* docs: Add fuchsia syscall update process.Marco Vanotti2018-11-211-1/+4
| | | | | This commits describes the steps required to update the syscall descriptions in syzkaller.
* docs: require arm64 build for fuchsiaMarco Vanotti2018-11-211-0/+7
| | | I am adding a note in the fuchsia docs to specify that the caller should also build fuchsia for arm64. This is because the make extract command will call generate_fidl for TARGETARCH amd64 and arm64. If you happen to have an old tree for arm64, your amd64 changes might be overwritten by the arm64 ones.
* [fuchsia] Fix Fuchsia build.Julia Hansbrough2018-11-121-1/+1
| | | | | | | | | | * Needed to clean out the build on the main host. We switched to a "petal" layout which required a complete rebuild. * Update SSH interface. SSH keys have to be set at buildtime via --args. * Update fvm.blk location.
* Include generate_fidl as part of the `extract` step.Julia Hansbrough2018-10-021-6/+2
| | | | | | | | | | | Anytime we're running `make extract/generate` with Fuchsia as a target, we probably want to update FIDL descriptions too, so we don't fall behind what upstream is up to. This includes generate_fidl as part of the `make extract` workflow. Also, corrects fidlgenPath to properly find the path for ARM targets (we only have host_x64 right now).
* sys/fuchsia: add Go script that generates fidl descriptionsDokyung Song2018-09-061-0/+8
|
* sys/fuchsia: description for fuchsia.io FIDL interfacesDokyung Song2018-08-271-0/+15
|
* docs: remove mentions of vmlinuxDmitry Vyukov2018-06-281-1/+1
| | | | | | vmlinux is deprecated in favor of kernel_obj. Remove all mentions of it. Also warn in syz-manager/mgrconfig if vmlinux is set.
* docs: update fuchsia instructionsDmitry Vyukov2018-06-061-4/+31
|
* docs: update syz-stress command line for fuchsiaDmitry Vyukov2017-09-271-1/+1
| | | | -cover=0 is the default for syz-stress, remove it.
* Makefile: add fuchsia supportDmitry Vyukov2017-09-251-0/+19