aboutsummaryrefslogtreecommitdiffstats
path: root/sys/fuchsia/tasks.txt
Commit message (Collapse)AuthorAgeFilesLines
* sys/fuchsia: update task system calls (#3308)Marina Ciocea2022-08-121-15/+0
| | | Co-authored-by: Marina Ciocea <marinaciocea@google.com>
* sys/fuchsia: remove deprecated exception APIsDavid Pursell2019-11-141-5/+2
| | | | | | 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.
* Update syscalls (#1116)Marco Vanotti2019-04-221-0/+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: fix task syscalls.Marco Vanotti2018-11-291-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | This commit fixes two issues related to the task syscalls. The zx_task_resume syscall has been recently removed from zircon[0]. It has been deprecated for some time already. This commit removes the syscall. The `ZX_EXCEPTION_PORT_UNBIND_QUIETLY` option for the syscall `zx_task_bind_exception_port` has been removed recently as well[1]. This commit removes that option from tasks.txt. To test this change, I followed the procedure for building syzkaller for fuchsia: ```shell $ make extract TARGETOS=fuchsia SOURCEDIR=${FUCHSIADIR} $ make generate $ make TARGETOS=fuchsia TARGETARCH=amd64 SOURCEDIR=${FUCHSIADIR} ``` I excluded the changes from make extract. This commit only has the generated files from make generate. [0]: https://fuchsia-review.googlesource.com/c/zircon/+/228712 [1]: https://fuchsia-review.googlesource.com/c/zircon/+/228658
* sys/fuchsia: disable zx_task_killDmitry Vyukov2018-06-061-1/+3
| | | | | | Disable zx_task_kill until we figure out how to prevent executor from killing fuzzer. Update #594
* sys/fuchsia: minor improvements to syscall descriptionsDmitry Vyukov2017-10-161-1/+1
|
* sys/fuchsia: describe more syscallsDmitry Vyukov2017-09-251-0/+14