aboutsummaryrefslogtreecommitdiffstats
path: root/executor/common_linux.h
Commit message (Expand)AuthorAgeFilesLines
* executor: don't include kvm on armDmitry Vyukov2021-01-261-1/+1
* executor: tune few more sysctl'sDmitry Vyukov2020-12-011-0/+7
* tools/create-gce-image.sh: move sysctl's to executorDmitry Vyukov2020-11-211-0/+6
* pkg/ifuzz/powerpc: add powerpc supportAlexey Kardashevskiy2020-11-201-0/+2
* executor: fix linux includesDmitry Vyukov2020-10-301-2/+6
* dashboard/config/linux: set watchdog_thresh via cmdlineDmitry Vyukov2020-10-281-4/+0
* pkg/csource: setup sysctl's in C reproducersDmitry Vyukov2020-10-281-0/+40
* executor, pkg/csource: remove setpgrp() in sandbox_common()liucy19982020-10-271-1/+0
* executor: fix arp netfiler tables alignment for armDmitry Vyukov2020-10-151-4/+4
* executor: set parent-death signal after changing user or group ID-sAndrei Vagin2020-10-091-0/+5
* sys/linux: descriptions for USB/IPNazime Hande Harputluoglu2020-10-021-0/+57
* executor: check for \n in fail/exitf messagesDmitry Vyukov2020-09-281-7/+7
* all: integrate with mac80211_hwsimAleksandr Nogikh2020-09-221-3/+452
* executor/common_linux.h: refactor __NR_syz_genetlink_get_family_idAleksandr Nogikh2020-09-221-38/+12
* executor/common_linux.h: remove assumption that netlink always returns nonpos...Aleksandr Nogikh2020-09-221-25/+25
* sys/common_linux.h: replace netlink_devlink_id_get and netlink_wireguard_id_g...Aleksandr Nogikh2020-09-221-63/+34
* sys/common_linux.h: move the definition of a global nlmsg variableAleksandr Nogikh2020-09-221-2/+4
* executor/common_linux.h: extend netlink helpers to support zero-payload attri...Aleksandr Nogikh2020-09-221-1/+2
* executor/common_linux.h: increase default nlmsg buffer sizeAleksandr Nogikh2020-09-221-1/+1
* 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