| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
Co-authored-by: Marina Ciocea <marinaciocea@google.com>
|
| |
|
|
|
|
|
|
| |
This change removes the ZX_VMO_NON_RESIZABLE flag for vmo create and the
ZX_VMO_CHILD_NON_RESIZEABLE flag from vmo create child.
The flags were removed upstream in cl:
https://fuchsia-review.googlesource.com/c/fuchsia/+/293991
|
| |
|
|
|
|
|
| |
This commit modifies the vmo_clone definition, renaming it to
vmo_create_child. This change happened in fuchsia a few weeks ago[0].
[0]: https://fuchsia-review.googlesource.com/c/fuchsia/+/272268/
|
| |
|
|
|
|
|
|
|
| |
* sys/fuchsia: update all syscalls.
This commit modifies all the existing syscalls definitions to match more
closely the documentation in the Fuchsia repo.
* run make extract && make generate
|
| |
|
|
|
|
|
|
|
| |
Updates cover
* zx_vmo_create
* zx_clock_get_monotonic
* hypervisor- and vCPU-related syscalls
* system_get_features
* some DDK syscalls
|
| |
|
|
| |
It's removed from latest zircon sources.
|
| | |
|
| | |
|
| |
|