aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/csource
Commit message (Expand)AuthorAgeFilesLines
* executor, pkg/csource: remove setpgrp() in sandbox_common()liucy19982020-10-271-1/+0
* sys/targets: add OS/Arch name constsDmitry Vyukov2020-10-265-15/+13
* 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/+2
* executor: msvc support syz-executorSuraj K Suresh2020-10-031-13/+36
* sys/linux: descriptions for USB/IPNazime Hande Harputluoglu2020-10-021-0/+44
* executor: check for \n in fail/exitf messagesDmitry Vyukov2020-09-281-9/+9
* all: integrate with mac80211_hwsimAleksandr Nogikh2020-09-224-3/+434
* 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
* pkg/csource: don't test auto-generated filesDmitry Vyukov2020-09-201-0/+6
* executor: forbid inlining of 'remove_dir'Alexander Egorenkov2020-09-181-2/+1
* executor: fix definition of __NR_io_uring_setupDmitry Vyukov2020-09-151-6/+4
* executor: improve opendir(3) error handlingAnton Lindqvist2020-09-121-1/+8
* sys/test/test: add a hanging testDmitry Vyukov2020-09-121-1/+9
* executor/common_linux.h: add missing FUSE opcodesStefano Duo2020-08-271-0/+4
* 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/+71
* executor/common_linux.h: open target dir inside syz_mount_image()Stefano Duo2020-08-141-67/+71
* executor/common_linux.h: add syz_fuse_handle_req()Stefano Duo2020-08-141-0/+168
* pkg/csource: add comment re ignoring cpp errorsDmitry Vyukov2020-08-141-1/+8
* executor: fix use of SYZ_SANDBOX_ANDROID defineDmitry Vyukov2020-08-141-8/+18
* executor: warn about C89-style var declarationsDmitry Vyukov2020-08-141-182/+116
* executor: initialize vhci earlyDmitry Vyukov2020-08-121-17/+17
* pkg/csource: add description of the generation processDmitry Vyukov2020-08-101-0/+20
* executor: always ignore SIGBUS on FreeBSDMark Johnston2020-08-081-1/+8
* sys/linux: add descriptions for BPF LSMCheng-Min Chiang2020-08-071-0/+165
* executor: add some code style checksDmitry Vyukov2020-08-061-48/+0
* Makefile: enable clang-tidy in presubmit testsDmitry Vyukov2020-08-041-11/+5
* executor: remove block commentsDmitry Vyukov2020-08-043-47/+39
* all: fake hci le conn using handle 201Andy Nguyen2020-08-021-3/+35
* sys/linux: assorted improvements for vhciDmitry Vyukov2020-07-301-4/+3
* all: initialize vhci in linuxTheOfficialFloW2020-07-305-29/+337
* executor: added syz_io_uring_setup to wrap both setup and mmapNecip Fazil Yildiran2020-07-291-1/+73
* all: mark auto-generated filesDmitry Vyukov2020-07-292-2/+2
* sys/linux: enhanced descs for io_uringNecip Fazil Yildiran2020-07-241-0/+89
* executor: fix build errors in setup_32bit_idt()Denis Efremov2020-07-211-1/+1
* executor: remove NONFAILING from pseudo-syscallsDmitry Vyukov2020-07-151-109/+81
* executor: wrap all syscalls into NONFAILINGDmitry Vyukov2020-07-151-32/+47
* all: fix comments formatDmitry Vyukov2020-07-121-6/+6
* executor: fix bitfields for big-endian archAlexander Egorenkov2020-07-101-2/+6
* all: fix dup types in func argsDmitry Vyukov2020-07-041-1/+1
* all: don't compare string len with 0Dmitry Vyukov2020-07-041-1/+1