aboutsummaryrefslogtreecommitdiffstats
path: root/sys/fuchsia/vmos.txt
Commit message (Collapse)AuthorAgeFilesLines
* sys/fuchsia: update the vmo system calls (#3311)Marina Ciocea2022-08-151-28/+0
| | | Co-authored-by: Marina Ciocea <marinaciocea@google.com>
* sys/fuchsia: remove RESIZEABLE flags from vmo ops.Marco Vanotti2019-07-161-2/+2
| | | | | | | | 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
* sys/fuchsia: rename vmo_clone to vmo_create_child.Marco Vanotti2019-07-161-2/+2
| | | | | | | 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/
* Update syscalls (#1116)Marco Vanotti2019-04-221-3/+4
| | | | | | | | | * 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
* sys/fuchsia: Update Fuchsia syscalls.Julia Hansbrough2018-07-071-1/+3
| | | | | | | | | Updates cover * zx_vmo_create * zx_clock_get_monotonic * hypervisor- and vCPU-related syscalls * system_get_features * some DDK syscalls
* sys/fuchsia: remove ZX_VMO_OP_LOOKUPDmitry Vyukov2018-06-061-1/+0
| | | | It's removed from latest zircon sources.
* sys/fuchsia: more descriptionsDmitry Vyukov2017-10-161-0/+4
|
* sys/fuchsia: add more descriptionsDmitry Vyukov2017-10-021-8/+15
|
* sys/fuchsia: describe more syscallsDmitry Vyukov2017-09-251-0/+15