aboutsummaryrefslogtreecommitdiffstats
path: root/sys/fuchsia/objects.txt
Commit message (Collapse)AuthorAgeFilesLines
* sys/fuchsia: rename objects to object (#3445)Chris Palmer2022-10-171-263/+0
| | | Co-authored-by: Chris Palmer <palmer@google.com>
* sys/fuchsia: update objects syscallsAnge Albertini2022-10-141-3/+53
|
* sys/fuchsia: update objects and profile syscall definitionsAnge Albertini2022-10-131-1/+3
|
* pkg/compiler: check for unused resourcesDmitry Vyukov2020-08-041-2/+1
| | | | | | | | | | If a resource is never used as an input, it is not useful. It's effectively the same as using an integer. Detect such cases, they are quite confusing. Fix all existing errors in descriptions. This uncovered some interesting bugs as well, e.g. use of a completely unrelated fd subtype after copy-paste (while the resource that was supposed to be used there is completely unused).
* sys/fuchsia: update "make extract" support codeMatthew Dempsky2020-06-051-1/+2
| | | | | | | FIDL fuzzing hasn't been working for a while, and it's further bit-rotted as upstream FIDL functionality has continued to evolve. This commit updates enough FIDL functionality to get a minimal FIDL test case to work again.
* sys/fuchsia: remove deprecated exception APIsDavid Pursell2019-11-141-1/+1
| | | | | | The port-based exception APIs have been deprecated on Fuchsia and will be removed shortly. Delete them from the syscall definitions and modify the Fuchsia executor to use the new channel-based APIs instead.
* sys/fuchsia: Updating Fuchsia definitionsPascal Perez2019-05-211-1/+1
| | | | | | Simply make extract TARGETOS=fuchsia SOURCEDIR=<FUCHSIA_DIR>/fuchsia
* Update syscalls (#1116)Marco Vanotti2019-04-221-49/+89
| | | | | | | | | * 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: Remove object_*_cookie syscalls. (#1099)Marco Vanotti2019-04-031-2/+0
| | | | | | | | Those syscalls were removed from Zircon in a recent CL[0]. This commit runs make extract && make generate to update syscalls and fidl interfaces. [0]: https://fuchsia-review.googlesource.com/c/fuchsia/+/249349
* sys/fuchsia: Update Fuchsia syscalls.Julia Hansbrough2018-07-071-5/+3
| | | | | | | | | Updates cover * zx_vmo_create * zx_clock_get_monotonic * hypervisor- and vCPU-related syscalls * system_get_features * some DDK syscalls
* sys/fuchsia: add few new syscallsDmitry Vyukov2018-06-291-0/+1
|
* sys/fuchsia: more descriptionsDmitry Vyukov2017-10-161-1/+0
|
* sys/fuchsia: minor improvements to syscall descriptionsDmitry Vyukov2017-10-161-9/+3
|
* sys/fuchsia: add more descriptionsDmitry Vyukov2017-10-021-4/+18
|
* sys/fuchsia: describe more syscallsDmitry Vyukov2017-09-251-0/+167