aboutsummaryrefslogtreecommitdiffstats
path: root/executor
Commit message (Expand)AuthorAgeFilesLines
* executor: forbid inlining of 'remove_dir'Alexander Egorenkov2020-09-181-1/+8
* executor: fix definition of __NR_io_uring_setupDmitry Vyukov2020-09-152-7/+23
* executor: improve opendir(3) error handlingAnton Lindqvist2020-09-121-1/+13
* executor: detect gvisorDmitry Vyukov2020-09-121-1/+14
* sys/test/test: add a hanging testDmitry Vyukov2020-09-123-2/+11
* executor/common_linux.h: add missing FUSE opcodesStefano Duo2020-08-271-1/+5
* executor/linux: change mount propagation type to privateTetsuo Handa2020-08-261-0/+3
* executor/common_linux.h: make rfkill_unblock_all staticAndy Nguyen2020-08-231-1/+1
* executor/common_linux.h: unblock rfkill and retry HCIDEVUP on ERFKILLAndy Nguyen2020-08-231-2/+27
* tools/docker: add old-envDmitry Vyukov2020-08-221-1/+1
* executor/common_linux.go: fix build breakage for Linux 4.14Stefano Duo2020-08-181-5/+87
* executor/common_linux.h: open target dir inside syz_mount_image()Stefano Duo2020-08-141-72/+79
* executor/common_linux.h: add syz_fuse_handle_req()Stefano Duo2020-08-141-0/+181
* executor: fix use of SYZ_SANDBOX_ANDROID defineDmitry Vyukov2020-08-141-8/+18
* executor: warn about C89-style var declarationsDmitry Vyukov2020-08-1413-198/+172
* executor/linux: dump more information when failed to open kcov fileTetsuo Handa2020-08-131-0/+17
* executor: fix style checking testDmitry Vyukov2020-08-133-5/+4
* executor/linux: dump mount information when failed to open kcov fileTetsuo Handa2020-08-121-1/+23
* executor: initialize vhci earlyDmitry Vyukov2020-08-121-21/+18
* executor: enable extra coverage on OpenBSDAnton Lindqvist2020-08-111-0/+9
* executor: always ignore SIGBUS on FreeBSDMark Johnston2020-08-081-1/+13
* executor: use MAP_EXCL to map the data region on FreeBSDMark Johnston2020-08-081-1/+7
* sys/linux: add descriptions for BPF LSMCheng-Min Chiang2020-08-071-0/+188
* executor: add some code style checksDmitry Vyukov2020-08-066-12/+119
* Makefile: enable clang-tidy in presubmit testsDmitry Vyukov2020-08-042-13/+7
* executor: remove block commentsDmitry Vyukov2020-08-044-34/+26
* all: fake hci le conn using handle 201Andy Nguyen2020-08-021-5/+40
* Revert "executor: enable extra coverage on OpenBSD"Anton Lindqvist2020-08-021-9/+0
* executor: enable extra coverage on OpenBSDAnton Lindqvist2020-08-021-0/+9
* sys/linux: assorted improvements for vhciDmitry Vyukov2020-07-301-3/+4
* all: initialize vhci in linuxTheOfficialFloW2020-07-302-3/+306
* executor: added syz_io_uring_setup to wrap both setup and mmapNecip Fazil Yildiran2020-07-291-1/+85
* all: fix marking of auto-generated filesDmitry Vyukov2020-07-292-2/+2
* sys/linux: enhanced descs for io_uringNecip Fazil Yildiran2020-07-241-0/+147
* executor: fix build errors in setup_32bit_idt()Denis Efremov2020-07-211-1/+1
* executor: remove NONFAILING from pseudo-syscallsDmitry Vyukov2020-07-158-106/+80
* executor: wrap all syscalls into NONFAILINGDmitry Vyukov2020-07-151-2/+5
* executor: fix bitfields for big-endian archAlexander Egorenkov2020-07-102-3/+22
* executor: clarify debug/debug_verbose useDmitry Vyukov2020-07-081-1/+5
* executor: prohibit mallocDmitry Vyukov2020-07-081-0/+7
* executor: enable cgroup/cpuset memory pressure calc.Necip Fazil Yildiran2020-06-291-0/+1
* executor/netbsd: base nth on 2 (#1874)m00nbsd2020-06-271-2/+2
* executor: add support for linux/riscv64Tobias Klauser2020-06-261-0/+5
* pkg/csource: fix casting of parameters for trampolinesAlexander Egorenkov2020-06-261-0/+7
* sys/linux: first 64bit big-endian architecture s390xAlexander Egorenkov2020-06-251-0/+2
* executor: don't use static_assertDmitry Vyukov2020-06-251-1/+1
* executor: fix write_output_64Alexander Egorenkov2020-06-251-1/+7
* ipc: fix endianness issuesAlexander Egorenkov2020-06-233-10/+19
* executor: fix endianness problem in internet checksumAlexander Egorenkov2020-06-192-19/+19
* executor: enable KVM generator only on AMD64 archAlexander Egorenkov2020-06-171-1/+1