aboutsummaryrefslogtreecommitdiffstats
path: root/sys/fuchsia/sys.txt
Commit message (Collapse)AuthorAgeFilesLines
* pkg/host: explicitly disable syz_execute_funcDmitry Vyukov2024-04-291-1/+1
| | | | | | | | | Disable the syscall in descriptions rather than in the code. This makes it more visible for users that it's disabled, and makes it less special (will not need to move this logic to host). Also change the condition in syz-sysgen to be more precise, otherwise syz_execute_func becomes unused function.
* sys/fuchsia: move and update cprng syscall definitionsLaura Peskin2022-11-071-3/+0
|
* sys/fuchsia: update system syscall definitionsLaura Peskin2022-11-031-9/+0
| | | | | | | | | - `zx_system_get_version` is deprecated in favor of `zx_system_get_version_string`. - ARM-only feature options are replaced with cross- arch options. - All syscalls from `system.fidl` are now defined in `system.txt`.
* sys/fuchsia: update misc system calls (#3296)Chris Palmer2022-08-121-3/+0
| | | | | | | * sys/fuchsia: update misc system calls Adds `ticks_get_via_kernel` and moves some from other files into misc.txt. Co-authored-by: Chris Palmer <palmer@google.com>
* Update syscalls (#1116)Marco Vanotti2019-04-221-1/+1
| | | | | | | | | * 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
* docs, pkg/vcs, sys/fuchsia: update fuchsia urlsMarco Vanotti2019-03-201-1/+1
| | | | | | | | | Recently the fuchsia team decided to merge all their subrepos into one big git repo. This meant that the "zircon" repo doesn't exist anymore. Instead almost everything is under the fuchsia repo. This change updates all the reference I could find in the code that point to the zircon and docs repo to make them point to the new fuchsia repo.
* sys/linux: add syz_execute_funcDmitry Vyukov2018-08-301-0/+2
| | | | | | The function executes random code. Update #310
* sys/fuchsia: Update Fuchsia syscalls.Julia Hansbrough2018-07-071-0/+10
| | | | | | | | | Updates cover * zx_vmo_create * zx_clock_get_monotonic * hypervisor- and vCPU-related syscalls * system_get_features * some DDK syscalls
* sys/fuchsia: add more descriptionsDmitry Vyukov2017-10-021-1/+1
|
* sys/fuchsia: describe more syscallsDmitry Vyukov2017-09-251-8/+15
|
* sys/syz-extract: support fuchsiaDmitry Vyukov2017-09-251-1/+3
|
* all: more assorted fuchsia supportDmitry Vyukov2017-09-221-1/+11
|
* all: initial support for fuchsiaDmitry Vyukov2017-09-201-0/+6
Nothing works, but builds. Update #191