github.com/google/syzkaller@v0.0.0-20240517125934-c0f1611a36d6/sys/fuchsia/README.md (about) 1 # Fuchsia system call definitions 2 3 This directory contains the system call definitions for Fuchsia's kernel, 4 Zircon. They are currently updated manually, but we hope that will change Real 5 Soon Now. When/if it does, we'll update this file. 6 7 The `.fidl` files in the [vDSO 8 directory](https://cs.opensource.google/fuchsia/fuchsia/+/main:zircon/vdso/) 9 describe Zircon's system calls in FIDL, and in the comments there are English 10 and C++ descriptions. For every FIDL file, there should be a corresponding 11 `.txt` file in this directory that describes the system calls using [Syzkaller's 12 syzlang 13 language](https://github.com/google/syzkaller/blob/master/docs/syscall_descriptions_syntax.md).