aboutsummaryrefslogtreecommitdiffstats
path: root/pkg
Commit message (Expand)AuthorAgeFilesLines
* 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
* pkg/auth: move jwt to auth to be shared by syz-hub clientsGreg Steuck2021-07-303-7/+79
* syz-hub: support oauth authenticationGreg Steuck2021-07-301-1/+2
* pkg/auth: move auth code into a new package for reuse in syz-hubGreg Steuck2021-07-302-0/+228
* pkg/csource: don't enable HandleSegv in short testsDmitry Vyukov2021-07-291-0/+6
* pkg/report: ignore el1h_64_sync frameDmitry Vyukov2021-07-272-1/+108
* pkg/build/linux: add compiler detectionAleksandr Nogikh2021-07-203-1/+46
* pkg/build: modify builder interfaceAleksandr Nogikh2021-07-2010-94/+89
* all: capture compiler id during the build processAleksandr Nogikh2021-07-205-36/+53
* all: remove pointers to pkg.build.ParamsAleksandr Nogikh2021-07-2013-19/+19
* pkg/instance, syz-runner, syz-verifier: add option to create a new environmen...Mara Mihali2021-07-192-4/+8
* pkg/ifuzz/powerpc: add some RTAS fuzzingAlexey Kardashevskiy2021-07-193-2/+71
* 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/ifuzz/powerpc: add helper for system call ("sc") instructionAlexey Kardashevskiy2021-07-192-4/+14
* pkg/ifuzz/powerpc: preload registers with interesting numbersAlexey Kardashevskiy2021-07-192-55/+69
* pkg/host: fixup for GOARCH checking for PPC64Alexey Kardashevskiy2021-07-191-1/+1
* pkg/ifuzz/powerpc: add struct insnSetMapAlexey Kardashevskiy2021-07-192-2/+4
* pkg/ifuzz/iset: make generateInt() available for all archesAlexey Kardashevskiy2021-07-193-57/+57
* pkg/mgrconfig: make dashboard_key unnecessaryAleksandr Nogikh2021-07-1513-11/+9
* all: add /modulecover pageJoey Jiao2021-07-144-6/+89
* all: adjust Kernel Build Commit column widthAleksandr Nogikh2021-07-131-1/+0
* dashboard/app/static/style.css: make tag cell widerAleksandr Nogikh2021-07-131-2/+1
* all: make all kernel commit hashes 12 byte longAleksandr Nogikh2021-07-131-1/+1
* syz-verifier: use only system calls supported by all kernels and with no tran...maramihali2021-07-131-0/+17
* pkg/report: parse "stack guard page was hit" betterDmitry Vyukov2021-07-124-2/+1484
* pkg/report: match FreeBSD KASAN reportsMark Johnston2021-07-093-0/+56
* pkg: update generated files to go 1.17Alexey Kardashevskiy2021-07-0716-1/+17
* pkg/build: disable DEBUG_REDZONE for FreeBSDMark Johnston2021-07-061-1/+0
* pkg/build: enable KASAN in the default FreeBSD kernel configMark Johnston2021-07-061-0/+1
* pkg/build: remove KERN_TLS from default FreeBSD kernel build optionsMark Johnston2021-07-061-1/+0
* pkg/instance: added threaded and collide flagsMara Mihali2021-07-062-3/+15
* executor: initialize scope in fault_ioc_infoChuck Silvers2021-07-021-0/+1
* pkg/tool: minor comments fix (#2637)maramihali2021-06-301-3/+4
* pkg/rpctype: add RPC types specific to syz-verifierMara Mihali2021-06-301-0/+32
* pkg/instance: add RunnerCmdMara Mihali2021-06-302-0/+39
* pkg/tool: add custom flag typeMara Mihali2021-06-302-0/+46
* syz-manager, syz-fuzzer: filter stale glob values in the corpusDmitry Vyukov2021-06-261-0/+1
* all: fix arm64 runtime pc not align with elfJoey Jiao2021-06-254-23/+123
* pkg/symbolizer: set LC_ALL to C when launching addr2line checkPatrick Meyer2021-06-241-0/+2
* all: add /rawcoverfiles to help debug PC symbolizeJoey Jiao2021-06-242-0/+30
* pkg/cover: add line number in cover pageJoey Jiao2021-06-231-0/+4
* pkg/host: fix globs testDmitry Vyukov2021-06-151-12/+20
* pkg/build: recognize make's "No rule to make target" errorDmitry Vyukov2021-06-152-1/+17
* sys/darwin: initial syscall definitionsPatrick Meyer2021-06-071-1/+1
* pkg/report: fix kmalloc size warningDmitry Vyukov2021-06-072-1/+92
* all: support exclude globs in descriptorJoey Jiao2021-06-022-2/+88