aboutsummaryrefslogtreecommitdiffstats
path: root/pkg
Commit message (Expand)AuthorAgeFilesLines
* pkg/cover: added close btn to hide syz descriptionSabyrzhan Tasbolatov2021-11-121-2/+24
* pkg/compiler: warn about confusing comments that fake directivesDmitry Vyukov2021-11-122-0/+19
* executor/common_linux: fuzz kvm_runAlexey Kardashevskiy2021-11-091-8/+14
* pkg/report: merge "BUG: Dentry still in use" bugsDmitry Vyukov2021-10-294-3/+100
* executor: do not follow symlinks during umountAleksandr Nogikh2021-10-291-4/+4
* all: add binderfs fuzzing supportAleksandr Nogikh2021-10-291-0/+28
* pkg/osutil: slightly relaxed Abs checkDmitry Vyukov2021-10-251-9/+12
* pkg/tools: add empty.goDmitry Vyukov2021-10-252-0/+7
* pkg/report: fix parsing of syscall entry pointsDmitry Vyukov2021-10-253-1/+67
* tools/syz-testbed: do not send SIGKILL to syz-managersAleksandr Nogikh2021-10-207-10/+24
* 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