aboutsummaryrefslogtreecommitdiffstats
path: root/executor/common_linux.h
Commit message (Expand)AuthorAgeFilesLines
* executor: fix definition of __NR_io_uring_setupDmitry Vyukov2020-09-151-7/+5
* 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-141-90/+57
* executor: fix style checking testDmitry Vyukov2020-08-131-1/+1
* executor: initialize vhci earlyDmitry Vyukov2020-08-121-21/+18
* sys/linux: add descriptions for BPF LSMCheng-Min Chiang2020-08-071-0/+188
* executor: add some code style checksDmitry Vyukov2020-08-061-3/+3
* Makefile: enable clang-tidy in presubmit testsDmitry Vyukov2020-08-041-11/+5
* executor: remove block commentsDmitry Vyukov2020-08-041-12/+12
* all: fake hci le conn using handle 201Andy Nguyen2020-08-021-5/+40
* sys/linux: assorted improvements for vhciDmitry Vyukov2020-07-301-3/+4
* all: initialize vhci in linuxTheOfficialFloW2020-07-301-3/+304
* executor: added syz_io_uring_setup to wrap both setup and mmapNecip Fazil Yildiran2020-07-291-1/+85
* sys/linux: enhanced descs for io_uringNecip Fazil Yildiran2020-07-241-0/+147
* executor: remove NONFAILING from pseudo-syscallsDmitry Vyukov2020-07-151-23/+17
* executor: enable cgroup/cpuset memory pressure calc.Necip Fazil Yildiran2020-06-291-0/+1
* 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: Improve used terminologyMarco Elver2020-06-151-4/+5
* all: use more respective languageDmitry Vyukov2020-06-111-2/+2
* executor: fix printing null master in netlink_device_changeAndrey Konovalov2020-05-291-1/+1
* executor: add support for USB fuzzing on NetBSDm00nbsd2020-05-191-1/+1
* executor: exclude syz_kvm_setup_cpu on armDmitry Vyukov2020-05-181-1/+1
* executor: remove more code if ENABLE_NAPI_FRAGS is not setDmitry Vyukov2020-04-181-8/+11
* csource, executor: add usb emulation featureAndrey Konovalov2020-04-031-0/+8
* executor: fix data raceDmitry Vyukov2020-03-131-1/+1
* executor, sys/linux: add ath9k usb descriptionsAndrey Konovalov2020-03-131-3/+4
* executor: minor cleanup of android sandboxDmitry Vyukov2020-03-111-4/+8
* executor: fix clang-tidy warningsDmitry Vyukov2020-03-111-2/+4
* executor: add seccomp support for Androidmspectorgoogle2020-03-111-20/+62
* executor: don't exit if NETLINK_GENERIC isnt' supportedAndrei Vagin2020-02-271-2/+4
* executor: uncomment accidentially commented codeDmitry Vyukov2020-02-241-3/+3
* sys/linux: add NETLINK_RDMA descriptionsDmitry Vyukov2020-02-211-3/+3
* executor: disable IFF_NAPI_FRAGSDmitry Vyukov2020-02-181-1/+12
* wireguard: setup some initial devices in a triangleJason A. Donenfeld2020-02-131-0/+272
* wireguard: use wg0, wg1, wg2Jason A. Donenfeld2020-02-101-4/+6
* sys/linux: add some wireguard descriptionsDmitry Vyukov2020-01-311-0/+4
* sys/linux: add more device descriptions (geneve, lowpan, ipoib, cfhsi)Dmitry Vyukov2020-01-191-4/+33
* sys/linux: add some batadv descriptionsDmitry Vyukov2020-01-181-1/+5
* executor: create macvtap, macsec devicesDmitry Vyukov2020-01-181-6/+15
* executor: setns requires including sched.h on some setupsAndrey Konovalov2020-01-071-0/+1