aboutsummaryrefslogtreecommitdiffstats
path: root/pkg
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* pkg/cover: fix mismatch frame and progs PC for arm64Joey Jiao2021-05-263-32/+37
* all: minor glob fixesDmitry Vyukov2021-05-263-14/+7
* pkg/compiler: add glob typeJoey Jiaojg2021-05-265-2/+54
* pkg/mgrconfig: add more omitemptyDmitry Vyukov2021-05-261-7/+7
* pkg/host: better error message for missing syscallsDmitry Vyukov2021-05-261-3/+4
* pkg/build: fix qemu timeouts for netbsdDmitry Vyukov2021-05-251-0/+1
* pkg/report: initial darwin supportPatrick Meyer2021-05-209-0/+240
* pkg/symbolizer: check if binutils was build with macho supportPatrick Meyer2021-05-201-0/+21
* pkg/host: fail loudly when coverage collection is enable w/o shmemPatrick Meyer2021-05-201-0/+4
* pkg/host: enable coverage and all syscalls for darwinPatrick Meyer2021-05-201-1/+5
* executor: initial darwin supportPatrick Meyer2021-05-201-16/+21
* pkg/build, Makefile: basic darwin/amd64 build plumbingPatrick Meyer2021-05-202-0/+21
* sys/targets: add darwin/amd64 targetPatrick Meyer2021-05-201-0/+3
* pkg/build: configure vm.panic_on_oom on FreeBSD (#2587)Mark Johnston2021-05-151-0/+1
* pkg/build: enable RedZone on FreeBSD (#2584)Michael Tüxen2021-05-131-0/+2
* pkg/build: load CC modules on FreeBSDMichael Tuexen2021-05-131-0/+7
* executor: move vm.nr_overcommit_hugepages into configDmitry Vyukov2021-05-121-1/+0
* pkg/report: don't consider handle_mm_fault as anchor frameDmitry Vyukov2021-05-124-1/+324
* pkg/build: enable KTLS on FreeBSDMark Johnston2021-05-111-0/+2
* pkg/report: add format for new 0-size vmalloc warningsDmitry Vyukov2021-05-072-0/+56
* pkg/cover/backend: add mach-o object support for darwinPatrick Meyer2021-05-066-515/+718
* pkg/host, docs: fix typosPatrick Meyer2021-05-061-1/+1
* pkg/report: skip kmem_cache_* in reportsDmitry Vyukov2021-05-043-4/+39
* sys/freebsd: added crypto(4) ioctlSimran Kathpalia2021-05-031-0/+1
* pkg/cover: show stat of PCs in covered functionJoey Jiao2021-05-031-23/+50
* pkg/report: ignore some common arm64 framesDmitry Vyukov2021-05-032-0/+146
* pkg/config: support commentsDmitry Vyukov2021-04-282-0/+5