| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | sys/fuchsia: updated channel syscall definitions | Ange Albertini | 2022-10-25 | 1 | -26/+0 |
| | | |||||
| * | Update syscalls (#1116) | Marco Vanotti | 2019-04-22 | 1 | -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 Song | 2018-08-24 | 1 | -1/+1 |
| | | | | | zx_time_t type change (unsigned -> signed) | ||||
| * | sys/fuchsia: add few new syscalls | Dmitry Vyukov | 2018-06-29 | 1 | -0/+2 |
| | | |||||
| * | fuchsia: Update syzkaller to build with current Fuchsia API. (#543) | Julia Hansbrough | 2018-03-21 | 1 | -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 descriptions | Dmitry Vyukov | 2017-10-16 | 1 | -0/+4 |
| | | |||||
| * | sys/fuchsia: describe more syscalls | Dmitry Vyukov | 2017-09-25 | 1 | -0/+24 |
