aboutsummaryrefslogtreecommitdiffstats
path: root/sys/fuchsia/channels.txt
Commit message (Collapse)AuthorAgeFilesLines
* sys/fuchsia: updated channel syscall definitionsAnge Albertini2022-10-251-26/+0
|
* 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
* sys/fuchsia: Remove read_status from zx_channel_call args, and reflect ↵Dokyung Song2018-08-241-1/+1
| | | | zx_time_t type change (unsigned -> signed)
* sys/fuchsia: add few new syscallsDmitry Vyukov2018-06-291-0/+2
|
* fuchsia: Update syzkaller to build with current Fuchsia API. (#543)Julia Hansbrough2018-03-211-4/+0
| | | | | | | | | | | | | | | | | | | | | * fuchsia: Fix the `extractor` tool. The include path in Zircon has changed; updated syz-extract/fuchsia.go to include this, and re-ran extract to get updated *.const files. * fuchsia: Update syzkaller to build with current Fuchsia API. Fuchsia doesn't have a stable API right now, so alas, this will probably continue to change until that's nailed down. But, useful to get this up-to-date at least. Relevant notes: * zx_channel_call_finish and _retry aren't technically public; leave them out until we have a less-cludgy way to expose them * musl supports setjmp/longjmp but not _setjmp/_longjump * remove some unsupported syscalls * update the build invocation
* sys/fuchsia: more descriptionsDmitry Vyukov2017-10-161-0/+4
|
* sys/fuchsia: describe more syscallsDmitry Vyukov2017-09-251-0/+24