aboutsummaryrefslogtreecommitdiffstats
path: root/executor/syscalls.h
Commit message (Expand)AuthorAgeFilesLines
* sys/fuchsia: add description for fuchsia.net, .net-stack, .ldsvc servicesDokyung Song2018-09-141-10/+98
* sys/linux: prohibit EXT4_IOC_SHUTDOWNDmitry Vyukov2018-09-131-5/+0
* sys/fuchsia: generate descriptions for garnet servicesDokyung Song2018-09-121-34/+114
* sys/linux: add btf descriptionsDmitry Vyukov2018-09-111-0/+20
* sys/fuchsia: regerenate filesDmitry Vyukov2018-09-111-14/+0
* sys/fuchsia: prune unused structs in syscall description generated by fidlgenDokyung Song2018-09-111-0/+96
* sys/linux: extend xattr descriptionsDmitry Vyukov2018-09-021-0/+90
* sys/linux: add syz_execute_funcDmitry Vyukov2018-08-301-0/+16
* sys/linux: add nbd descriptionsDmitry Vyukov2018-08-301-0/+85
* sys/fuchsia: describe method response types & handles; add support for unionDokyung Song2018-08-291-34/+34
* sys/linux: add ext4 ioctls and overlayfsDmitry Vyukov2018-08-291-5/+110
* Add mandatory OpenBSD bits (#689)Anton Lindqvist2018-08-281-0/+234
* sys/fuchsia: description for fuchsia.io FIDL interfacesDokyung Song2018-08-271-0/+114
* sys/linux: add few assorted new flags/ioctlsDmitry Vyukov2018-08-261-0/+4
* sys/linux: treat cuse as fuseDmitry Vyukov2018-08-261-0/+5
* sys/linux: add userio descriptionsDmitry Vyukov2018-08-261-0/+15
* prog: don't add fallback signal after seccompDmitry Vyukov2018-08-191-0/+3
* sys/fuchsia: semi-automatically generated FIDL launcher descriptionDokyung Song2018-08-171-0/+10
* sys/linux: add uinput supportDmitry Vyukov2018-08-151-0/+115
* sys/linux: add uhid supportDmitry Vyukov2018-08-151-0/+40
* sys/fuchsia: add syscall description for binding channels to LauncherDokyung Song2018-08-081-0/+6
* sys/test: add more testsDmitry Vyukov2018-08-031-0/+8
* sys/fuchsia: zx_log_* got replaced by zx_debuglog_*Dokyung Song2018-08-031-6/+0
* sys/akaros: remove /dev/consDmitry Vyukov2018-08-021-2/+0
* executor: overhaulDmitry Vyukov2018-07-241-0/+14547
* all: initial support for fuchsiaDmitry Vyukov2017-09-201-7530/+0
* sys/linux: improve user_desc descriptionDmitry Vyukov2017-09-201-3/+3
* pkg/compiler: don't genererate missing syscallsDmitry Vyukov2017-09-151-281/+5
* syz-manager, syz-fuzzer, executor: ensure that binaries are consistentDmitry Vyukov2017-09-151-0/+10
* sys: consolidate info about various targetsDmitry Vyukov2017-09-151-2988/+2988
* pkg/compiler: detect resources without ctorsDmitry Vyukov2017-09-041-0/+5
* sys: improve bpf descriptionsDmitry Vyukov2017-09-021-0/+35
* pkg/compiler: restore generation of unsupported syscallsDmitry Vyukov2017-09-021-0/+276
* sys: add AF_PACKET sockets descriptionAndrey Konovalov2017-09-011-0/+99
* pkg/compiler: move more const-processing code to compilerDmitry Vyukov2017-08-271-519/+555
* pkg/compiler, sys/syz-sysgen: move const handling to pkg/compilerDmitry Vyukov2017-08-271-275/+0
* all: support i386 archDmitry Vyukov2017-08-191-0/+1521
* sys: support arm archDmitry Vyukov2017-08-191-0/+1521
* sys: describe clone/execve callsDmitry Vyukov2017-08-121-0/+9
* sys: describe chroot/getcwd/chdir/fchdirDmitry Vyukov2017-08-121-0/+12
* prog: fix encoding for exec of result argsAndrey Konovalov2017-08-011-0/+6
* prog: return error instead of panic when parsingAndrey Konovalov2017-07-241-0/+3
* prog: allow recursion for optional pointersAndrey Konovalov2017-07-191-0/+9
* sys: add ETHTOOL ioctl in socket.txtJB Cayrou2017-06-191-0/+3
* sys: use consistent icmp socket syscall namesAndrey Konovalov2017-06-141-36/+30
* executor: fix clang-tidy warningsDmitry Vyukov2017-06-131-3/+3
* sys: check in generated filesDmitry Vyukov2017-06-131-0/+4542
* sys: remove autogenerated filesDmitry Vyukov2016-09-021-3350/+0
* executor, csource: share some common code between executor and csourceDmitry Vyukov2016-08-281-3330/+3327
* overhaul syscall description generation processDmitry Vyukov2016-08-261-4121/+3008