aboutsummaryrefslogtreecommitdiffstats
path: root/executor
Commit message (Expand)AuthorAgeFilesLines
* Makefile: generate descriptions on-the-flyDmitry Vyukov2020-04-302-26306/+0
* sys: add mldv2 packet structsAndy Nguyen2020-04-291-8/+8
* sys: add more specific ipv6 optionsAndy Nguyen2020-04-292-8/+40
* pkg/compiler: deduplicate Types in descriptionsDmitry Vyukov2020-04-261-19/+19
* sys/openbsd: extend vnetGreg Steuck2020-04-261-1/+1
* sys/netbsd: add lchmod(2) (#1687)Ayushi Sharma2020-04-212-1/+2
* executor: remove unidentified fileGreg Steuck2020-04-201-0/+0
* sys/syz-sysgen: better formatting for syscall descriptionsDmitry Vyukov2020-04-191-4725/+742
* prog: add ignore_return and breaks_returns call attribtuesDmitry Vyukov2020-04-193-498/+3392
* sys/linux: sync call timeouts with executorDmitry Vyukov2020-04-191-1/+2
* sys/linux: add timeout call attributesDmitry Vyukov2020-04-193-288/+1345
* prog: introduce call attributesDmitry Vyukov2020-04-193-4560/+4570
* executor: surround the data mapping with PROT_NONE pagesDmitry Vyukov2020-04-182-2/+11
* executor: remove more code if ENABLE_NAPI_FRAGS is not setDmitry Vyukov2020-04-181-8/+11
* sys/netbsd: add minherit(2)ais2397@gmail.com2020-04-162-1/+2
* sys/linux: add some more ipv4/6 addressesDmitry Vyukov2020-04-141-6/+6
* sys/linux: regenerate constsDmitry Vyukov2020-04-141-6/+6
* sys/netbsd: fix struct statais2397@gmail.com2020-04-131-1/+1
* sys/linux: add link_create and link_update commandsPaul Chaignon2020-04-122-6/+18
* bpf: update BPF constantsPaul Chaignon2020-04-121-6/+6
* executor/usb: don't fail when ath9k is not enabledAndrey Konovalov2020-04-071-1/+1
* executor: regenerate filesDmitry Vyukov2020-04-061-7/+7
* sys/netbsd: adding chflags(2) syscalls (#1661)Ayushi Sharma2020-04-042-8/+11
* csource, executor: add usb emulation featureAndrey Konovalov2020-04-033-0/+12
* executor: re-run make generateDmitry Vyukov2020-03-311-7/+7
* sys/netbsd: adding lwp syscalls (#1654)Ayushi Sharma2020-03-312-8/+9
* executor: add some comments to USB helper functionsAndrey Konovalov2020-03-281-0/+17
* executor: split out Linux specific USB codeAndrey Konovalov2020-03-282-533/+550
* sys/freebsd: add Capsicum system callsMark Johnston2020-03-272-2/+18
* sys/freebsd: add __realpathat system callMark Johnston2020-03-272-2/+4
* sys/freebsd: add bindat(2)Mark Johnston2020-03-272-2/+6
* sys/freebsd: add POSIX shared memory system callsMark Johnston2020-03-272-2/+10
* sys/freebsd: add connectat(2)Mark Johnston2020-03-272-2/+6
* sys/freebsd: add posix_fadvise(2) and posix_fallocate(2)Mark Johnston2020-03-272-2/+6
* sys/freebsd: add missing open(2) flagsMark Johnston2020-03-271-2/+2
* sys/freebsd: use symbolic names for faccessat(2) flagsMark Johnston2020-03-271-2/+2
* sys/freebsd: add chflags(2) and related syscallsMark Johnston2020-03-272-2/+10
* sys/freebsd: add lchmod(2)Mark Johnston2020-03-272-2/+4
* sys/freebsd: add copy_file_range(2)Mark Johnston2020-03-272-2/+4
* sys/freebsd: add minherit(2)Mark Johnston2020-03-272-2/+4
* sys/freebsd: add FreeBSD-specific madvise(2) flagsMark Johnston2020-03-271-2/+2
* sys/linux: don't use syz_open_dev when openat is enoughDmitry Vyukov2020-03-242-30/+30
* pkg/compiler: truncate const values to their physical sizeDmitry Vyukov2020-03-241-7/+7
* pkg/compiler: check that flags values fit into base typeDmitry Vyukov2020-03-171-10/+10
* pkg/compiler: check that const values fit into base typeDmitry Vyukov2020-03-171-12/+12
* pkg/compiler: calculate more precise sizes for argumentsDmitry Vyukov2020-03-171-16/+16
* pkg/compiler: ensure consistency of syscall argument typesDmitry Vyukov2020-03-172-68/+62
* pkg/compiler: don't specify syscall consts for test OSDmitry Vyukov2020-03-172-3/+390
* executor: fix format warningDmitry Vyukov2020-03-131-2/+2
* executor: fix data raceDmitry Vyukov2020-03-131-1/+1