syzkaller/pkg/csource
Marco Vanotti d260249e70 sys/fuchsia: update VMAR syscalls
* sys/fuchsia: update vmar syscalls.

In a previous zircon commit[0], the vmar related syscalls (like
`zx_vmar_map`, `zx_vmar_protect` and `zx_vmar_allocate`) changed the
order of their parameters, making putting the flags parameter as the
second parameter, and renaming it to "options".

This commit modifies vmars.txt so that it reflects the latest state of
the syscalls in zircon. I also modified the usage in
`executor/common_fuchsia.h`

I ran make extract, make generate and compiled syzkaller to test this
change.

[0]: https://fuchsia-review.googlesource.com/c/zircon/+/168060

* sys/fuchsia run make generate

This commit is just the result of running make generate after its
parent. This regenerates the definitions for the modified VMAR syscalls.
2018-11-21 05:56:43 +01:00
..
build.go pkg/csource: say what compiler is missing 2018-07-25 10:44:45 +02:00
common.go pkg/csource: add support for creating reproducers on OpenBSD 2018-11-17 10:32:19 -08:00
csource_test.go sys/targest: introduce target.BuildOS 2018-11-17 11:42:22 -08:00
csource.go pkg/runtest: fixes for fuchsia 2018-09-06 10:56:09 +02:00
gen.go pkg/csource: rewrite gen.sh in Go 2018-07-27 10:22:23 +02:00
generated.go sys/fuchsia: update VMAR syscalls 2018-11-21 05:56:43 +01:00
options_test.go RFC: android: Add support for untrusted_app sandboxing (#697) 2018-09-17 11:33:11 +02:00
options.go RFC: android: Add support for untrusted_app sandboxing (#697) 2018-09-17 11:33:11 +02:00
race_test.go pkg/csource: fix test exit code 2018-05-07 20:40:44 +02:00