aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/csource
Commit message (Expand)AuthorAgeFilesLines
...
* executor/common_kvm_ppc64: fuzz more hypercallsAlexey Kardashevskiy2021-09-161-8/+8
* executor/common_kvm_ppc64: enable nested KVMAlexey Kardashevskiy2021-09-161-0/+17
* 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/csource: don't enable HandleSegv in short testsDmitry Vyukov2021-07-291-0/+6
* pkg/ifuzz/powerpc: add some RTAS fuzzingAlexey Kardashevskiy2021-07-191-0/+14
* executor/common_kvm_ppc64: run with enabled MMUAlexey Kardashevskiy2021-07-191-0/+126
* executor/common_kvm_ppc64: fix KVM supportAlexey Kardashevskiy2021-07-192-92/+175
* executor: prepare code generator to allow other achitecturesAlexey Kardashevskiy2021-07-191-1/+1
* pkg: update generated files to go 1.17Alexey Kardashevskiy2021-07-072-1/+3
* executor: initialize scope in fault_ioc_infoChuck Silvers2021-07-021-0/+1
* sys/darwin: initial syscall definitionsPatrick Meyer2021-06-071-1/+1
* executor: initial darwin supportPatrick Meyer2021-05-201-16/+21
* sys/targets: add darwin/amd64 targetPatrick Meyer2021-05-201-0/+3
* executor: move vm.nr_overcommit_hugepages into configDmitry Vyukov2021-05-121-1/+0
* executor: set ctrl-alt-del sysctl to 0Dmitry Vyukov2021-04-221-1/+6
* pkg/compiler: optimize array[const] representationDmitry Vyukov2021-04-212-26/+13
* pkg/csource: add resuling source testsDmitry Vyukov2021-04-211-0/+85
* executor: fix driver.h import path in common_fuchsia.hMarco Vanotti2021-04-091-1/+1
* dashboard/config/linux: disable BPF_JIT on subset of instancesDmitry Vyukov2021-03-091-1/+0
* executor: don't setup x86-specific sysctl on non-x86Dmitry Vyukov2021-03-071-15/+17
* executor: disable rfkill during setupDmitry Vyukov2021-03-041-0/+18
* pkg/report: detect executor failuresDmitry Vyukov2021-02-212-115/+105
* executor: don't fail in syz_genetlink_get_family_idDmitry Vyukov2021-02-191-82/+113
* sys/linux: add ieee802154 descriptionsDmitry Vyukov2021-02-124-16/+82
* pkg/runtest: check arch requirement earlyDmitry Vyukov2021-02-082-62/+13
* executor: don't include kvm on armDmitry Vyukov2021-01-261-1/+1
* executor/common: repair clang complaint about bad indentationGreg Steuck2020-12-301-1/+2
* all: make timeouts configurableDmitry Vyukov2020-12-284-6/+24
* executor: remove hardcoded timeoutsDmitry Vyukov2020-12-252-5/+12
* all: use tool.Failf instead of local functionsDmitry Vyukov2020-12-251-9/+6
* executor: skip setsid() for threaded reproducersAnton Lindqvist2020-12-091-2/+7
* executor: tune few more sysctl'sDmitry Vyukov2020-12-011-0/+3
* all: fix format of fmt.Printf/Fprintf callsDmitry Vyukov2020-11-301-1/+1
* tools/create-gce-image.sh: move sysctl's to executorDmitry Vyukov2020-11-211-0/+3
* pkg/ifuzz/powerpc: add powerpc supportAlexey Kardashevskiy2020-11-202-0/+139
* executor: fix linux includesDmitry Vyukov2020-10-301-2/+6
* dashboard/config/linux: set watchdog_thresh via cmdlineDmitry Vyukov2020-10-281-1/+0
* pkg/csource: setup sysctl's in C reproducersDmitry Vyukov2020-10-284-122/+80
* 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