aboutsummaryrefslogtreecommitdiffstats
path: root/sys/fuchsia/README.md
blob: a117a5a14463eb75852de77079d4794cc6d610c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Fuchsia system call definitions

This directory contains the system call definitions for Fuchsia's kernel,
Zircon. They are currently updated manually, but we hope that will change Real
Soon Now. When/if it does, we'll update this file.

The `.fidl` files in the [vDSO
directory](https://cs.opensource.google/fuchsia/fuchsia/+/main:zircon/vdso/)
describe Zircon's system calls in FIDL, and in the comments there are English
and C++ descriptions. For every FIDL file, there should be a corresponding
`.txt` file in this directory that describes the system calls using [Syzkaller's
syzlang
language](https://github.com/google/syzkaller/blob/master/docs/syscall_descriptions_syntax.md).