| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
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.
|
| | |
|
| |
|
|
|
|
|
|
|
| |
- `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
Adds `ticks_get_via_kernel` and moves some from other files into misc.txt.
Co-authored-by: Chris Palmer <palmer@google.com>
|
| |
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
The function executes random code.
Update #310
|
| |
|
|
|
|
|
|
|
| |
Updates cover
* zx_vmo_create
* zx_clock_get_monotonic
* hypervisor- and vCPU-related syscalls
* system_get_features
* some DDK syscalls
|
| | |
|
| | |
|
| | |
|
| | |
|
|
|
Nothing works, but builds.
Update #191
|