aboutsummaryrefslogtreecommitdiffstats
path: root/pkg
Commit message (Expand)AuthorAgeFilesLines
* executor: improve opendir(3) error handlingAnton Lindqvist2020-09-121-1/+8
* pkg/repro: fix execution of non-repeatig C programsDmitry Vyukov2020-09-121-9/+34
* sys/test/test: add a hanging testDmitry Vyukov2020-09-122-49/+79
* pkg/report: add gvisor "stuck task" patternDmitry Vyukov2020-09-123-0/+139
* pkg/build: support Linux s390xAlexander Egorenkov2020-09-092-1/+4
* 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
* pkg/ipc: fix cross-arch build in testDmitry Vyukov2020-08-221-1/+1
* tools/docker: add old-envDmitry Vyukov2020-08-221-1/+1
* pkg/cover: fix calculation of prev PC for i386Dmitry Vyukov2020-08-222-29/+50
* pkg/ipc: run cross-arch executor testsDmitry Vyukov2020-08-221-10/+23
* executor/common_linux.go: fix build breakage for Linux 4.14Stefano Duo2020-08-181-5/+71
* pkg/build: add configuration to /boot/loader.conf.local on FreeBSDMark Johnston2020-08-181-1/+1
* 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-142-2/+181
* 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
* pkg/compiler: merge const files into a single fileDmitry Vyukov2020-08-134-117/+425
* pkg, prog: add per-field direction attributeNecip Fazil Yildiran2020-08-1312-24/+199
* pkg/runtest: re-enable 32-bit test target tests on FreeBSDMark Johnston2020-08-121-5/+0
* executor: initialize vhci earlyDmitry Vyukov2020-08-121-17/+17
* executor: enable extra coverage on OpenBSDAnton Lindqvist2020-08-111-0/+1
* pkg/report: fix parsing of kernel-usb-infoleakDmitry Vyukov2020-08-112-1/+101
* pkg/csource: add description of the generation processDmitry Vyukov2020-08-101-0/+20
* executor: always ignore SIGBUS on FreeBSDMark Johnston2020-08-081-1/+8
* pkg/runtest: disable 32-bit tests on FreeBSD for nowMark Johnston2020-08-081-0/+5
* sys/linux: add descriptions for BPF LSMCheng-Min Chiang2020-08-073-2/+177
* executor: add some code style checksDmitry Vyukov2020-08-061-48/+0
* pkg/report: fix uvm_fault report detection on OpenBSDAnton Lindqvist2020-08-062-1/+297
* pkg/host/syscalls_linux.go: refactor isSupportedSyzkall()Stefano Duo2020-08-051-69/+104
* Makefile: enable clang-tidy in presubmit testsDmitry Vyukov2020-08-041-11/+5
* executor: remove block commentsDmitry Vyukov2020-08-043-47/+39
* pkg/compiler: check for unused resourcesDmitry Vyukov2020-08-042-10/+27
* all: fake hci le conn using handle 201Andy Nguyen2020-08-021-3/+35
* Revert "executor: enable extra coverage on OpenBSD"Anton Lindqvist2020-08-021-1/+0
* executor: enable extra coverage on OpenBSDAnton Lindqvist2020-08-021-0/+1
* pkg: get and store Maintainers dataPedro Lopes2020-07-3110-51/+163
* sys/linux: assorted improvements for vhciDmitry Vyukov2020-07-301-4/+3
* all: initialize vhci in linuxTheOfficialFloW2020-07-3011-41/+380
* executor: added syz_io_uring_setup to wrap both setup and mmapNecip Fazil Yildiran2020-07-292-2/+74
* all: mark auto-generated filesDmitry Vyukov2020-07-298-8/+9
* pkg/report: flag short uvm_fault reports as corruptedAnton Lindqvist2020-07-275-5/+22
* sys/linux: enhanced descs for io_uringNecip Fazil Yildiran2020-07-242-2/+104
* pkg/compiler: fix crash on fmt[flags]Dmitry Vyukov2020-07-232-0/+9
* executor: fix build errors in setup_32bit_idt()Denis Efremov2020-07-211-1/+1
* sys/linux: add descriptions for raw character devicesAlbert van der Linde2020-07-201-0/+4
* pkg/report: parse linux undead task reportsDmitry Vyukov2020-07-204-2/+54