aboutsummaryrefslogtreecommitdiffstats
path: root/sys/fuchsia/fidl_io_amd64.const
Commit message (Collapse)AuthorAgeFilesLines
* sys/fuchsia: Updating Fuchsia definitionsPascal Perez2019-05-211-5/+0
| | | | | | Simply make extract TARGETOS=fuchsia SOURCEDIR=<FUCHSIA_DIR>/fuchsia
* Update fidlgen to keep current with upstream.Julia Hansbrough2018-10-101-3/+3
| | | | | The Syzkaller IR upstream has been updated, so we can properly update consts/fidl descriptions now.
* sys/fuchsia: generate descriptions for garnet servicesDokyung Song2018-09-121-6/+0
|
* sys/fuchsia: prune unused structs in syscall description generated by fidlgenDokyung Song2018-09-111-0/+6
| | | | | | | | After generating syscall description for fidl files using fidlgen, prune all unused structs using the exact same mechanism used by the compiler's check for unused structs. This allows the FIDL compiler to support modular compilation; it does not need to have global knowledge of whether each struct is used or not.
* sys/fuchsia: describe method response types & handles; add support for unionDokyung Song2018-08-291-0/+1
| | | | | | | | * create a response handle structure for each FIDL method * generate zx_channel_write for requests having no response * generate zx_channel_read for events (no request but just response) * translate FIDL union types to syzkaller union types (see fuchsia_io_ObjectInfoHandles)
* sys/fuchsia: description for fuchsia.io FIDL interfacesDokyung Song2018-08-271-0/+4