aboutsummaryrefslogtreecommitdiffstats
path: root/pkg
Commit message (Expand)AuthorAgeFilesLines
* pkg/build: support linux kernel in more locationsDmitry Vyukov2021-10-131-1/+13
* executor: don't mount some cgroup controllers during setupDmitry Vyukov2021-10-131-3/+3
* executor: don't fail on cgroup mountingDmitry Vyukov2021-10-131-2/+3
* pkg/host: log executor setup outputDmitry Vyukov2021-10-121-1/+3
* executor: setup cgroups onceDmitry Vyukov2021-10-121-7/+3
* executor: enable cgroup controllers one-by-oneDmitry Vyukov2021-10-121-18/+39
* executor: mount new cgroupsDmitry Vyukov2021-10-121-2/+2
* syz-manager: add the "fuzzing_vms" flagAleksandr Nogikh2021-10-092-0/+10
* pkg/csource: fix call list filtering not being consistentAleksandr Nogikh2021-10-091-20/+23
* pkg/compiler: fix almost infinite recursion in template instantiationDmitry Vyukov2021-10-053-25/+48
* pkg/compiler: add more tests for templatesDmitry Vyukov2021-10-051-0/+20
* pkg/compiler: fix infinite recursion in template instantiationDmitry Vyukov2021-10-053-18/+41
* executor: work around clang-format issueDmitry Vyukov2021-10-051-4/+6
* pkg/cover: workaround clang/ubsan bugDmitry Vyukov2021-10-051-8/+43
* pkg/cover: fix tests with clangDmitry Vyukov2021-10-051-1/+8
* pkg/report: sync openbsd badop suppressionAnton Lindqvist2021-10-042-6/+6
* pkg/csource: remove calls instead of skipping themAleksandr Nogikh2021-10-012-18/+35
* executor: check for single-line compound statementsDmitry Vyukov2021-10-011-12/+6
* executor: fail if the first argument isn't a known commandAndrei Vagin2021-09-301-1/+1
* all: refactor fault injection into call propsAleksandr Nogikh2021-09-229-103/+66
* executor: add missing includes to BSD's setup_faultAleksandr Nogikh2021-09-221-0/+1
* pkg/build: increse timeout for bazelDmitry Vyukov2021-09-211-3/+4
* pkg/host: add O_NONBLOCK to isSupportedOpenFileDenis Efremov2021-09-201-1/+1
* pkg/ifuzz/powerpc: fix instructionsAlexey Kardashevskiy2021-09-163-1202/+1273
* pkg/ifuzz/powerpc: fuzz instruction bits which are not opcodesAlexey Kardashevskiy2021-09-161-1/+6
* pkg/ifuzz/powerpc: fuzz the machine state register (MSR)Alexey Kardashevskiy2021-09-161-0/+27
* executor/common_kvm_ppc64: fuzz more hypercallsAlexey Kardashevskiy2021-09-162-9/+20
* executor/common_kvm_ppc64: enable nested KVMAlexey Kardashevskiy2021-09-161-0/+17
* sys/targets: enable ASLR on most targetsAleksandr Nogikh2021-09-161-6/+44
* all: try to query compiler id even when a build failsAleksandr Nogikh2021-09-162-22/+23
* sys: skip kvm const extraction for non i386/amd64Aleksandr Nogikh2021-09-131-4/+4
* executor: ifconfig destroy wants the interface (not device) name (#2739)Greg Steuck2021-09-021-1/+1
* sys/targets: fix darwin reproducersPatrick Meyer2021-09-021-3/+3
* pkg/report: suppress reports with detected stack smashingAleksandr Nogikh2021-08-312-0/+86
* pkg/report: ignore "WARNING: Unsupported flag value(s) of 0x%x in DT_FLAGS_1"Aleksandr Nogikh2021-08-312-0/+1
* pkg/report: ignore "WARNING: The mand mount option has been deprecated"Marco Elver2021-08-272-1/+10
* pkg/report: ignore "WARNING: the mand mount option is being deprecated"Marco Elver2021-08-272-0/+10
* pkg/report: make opcode decompilation more intelligentAleksandr Nogikh2021-08-1910-81/+322
* pkg/report: return more information from opcode decompilerAleksandr Nogikh2021-08-195-8/+21
* pkg/cover: fix func range drop into variable rangeJoey Jiao2021-08-161-0/+4
* pkg/report: do more agressive NUM-replacementAleksandr Nogikh2021-08-1330-247/+278
* pkg/report: run objdump-related tests only under LinuxAleksandr Nogikh2021-08-121-0/+5
* pkg/report: decompile opcodes from reportsAleksandr Nogikh2021-08-1215-0/+1314
* pkg/report: add opcode decompilation functionalityAleksandr Nogikh2021-08-122-0/+174
* all: use entire log to detect reports to suppressAleksandr Nogikh2021-08-064-16/+18
* pkg/report: separate reporter wrapper from OS-specific implementationsAleksandr Nogikh2021-08-0615-38/+52
* pkg/auth: check HTTP status from the serverGreg Steuck2021-08-062-1/+16
* pkg/rpctype, syz-runner, syz-verifier: add reruns to syz-verifier architectureMara Mihali2021-08-061-0/+3
* syz-manager: support oauth when calling syz-hubGreg Steuck2021-07-302-3/+3
* pkg/auth: create explicit JWT token cacheGreg Steuck2021-07-301-8/+54