aboutsummaryrefslogtreecommitdiffstats
path: root/pkg
Commit message (Expand)AuthorAgeFilesLines
* executor: change syscall argument type to intptr_tmunjinoo2019-05-071-9/+9
* pkg/report: Handle powerpc stack traces correctlyAndrew Donnellan2019-05-074-3/+48
* pkg/report: improve titles of 'sleeping function called from invalid context'Andrey Konovalov2019-05-063-3/+97
* pkg/report: add __ia32_sys_ syscall prefixDmitry Vyukov2019-05-032-0/+64
* pkg/build: Add ppc64le Linux as a supported configurationAndrew Donnellan2019-05-032-6/+24
* pkg/build: Call Linux image creation script with target arch argumentAndrew Donnellan2019-05-031-3/+4
* tools/create-gce-image.sh: Generate ppc64le pseries disk imagesAndrew Donnellan2019-05-031-7/+47
* repro: speedup bisection for flaky crashesAndrey Konovalov2019-05-032-0/+10
* pkg/report: skip printk and other printing functionsAndrey Konovalov2019-05-034-1/+297
* executor: unbreak on OpenBSD at runtimeAnton Lindqvist2019-05-021-0/+4
* sys/openbsd: add vmm descriptions (#1152)Anton Lindqvist2019-05-011-0/+17
* executor: improve setup for packet handling on *BSD (#1153)Michael Tüxen2019-05-011-1/+20
* executor: fix another compiler warningAndrey Konovalov2019-04-251-1/+1
* executor: fix compiler warningAndrey Konovalov2019-04-241-2/+2
* pkg/report: fix stalls in RIP frameDmitry Vyukov2019-04-242-0/+79
* executor: use NONFAILING in common_usb.hAndrey Konovalov2019-04-231-105/+130
* executor: adjust waiting time for all usb syzcallsAndrey Konovalov2019-04-231-2/+0
* pkg/report: skip osq_lock on linuxDmitry Vyukov2019-04-232-0/+67
* pkg/email: support quilt patch formatAndrey Konovalov2019-04-233-22/+159
* all: fix some static analysis warningsDmitry Vyukov2019-04-232-19/+18
* sys/freebsd: Add pf ioctl()sKristof Provost2019-04-231-0/+2
* pkg/build: update zircon build directory. (#1132)Marco Vanotti2019-04-221-3/+3
* report: skip strscpy and read_word_at_a_time framesAndrey Konovalov2019-04-222-0/+53
* pkg/report: ignore 'down' frame in the call stackAndrey Konovalov2019-04-112-0/+81
* all: run make generateAndrey Konovalov2019-04-111-2/+463
* all: add basic USB fuzzing supportAndrey Konovalov2019-04-112-0/+11
* pkg/report: fix testDmitry Vyukov2019-04-091-1/+2
* pkg/report: add another interesting linux test caseDmitry Vyukov2019-04-091-0/+42
* pkg/report: refine stalls in compat ioctl'sDmitry Vyukov2019-04-093-43/+45
* pkg/build: detect "Permission denied" as build errorDmitry Vyukov2019-04-092-0/+32
* all: add optional close_fds feature to reproducersAndrey Konovalov2019-04-096-12/+58
* csource: use /*FOO*/ instead of [[FOO]]Andrey Konovalov2019-04-092-10/+11
* pkg/html: regenerateDmitry Vyukov2019-04-081-3/+3
* dashboard/app: split dashboard per-namespaceDmitry Vyukov2019-04-081-0/+6
* pkg/host: move kallsyms parsing test to host_linux_test.goAndrey Konovalov2019-04-052-77/+77
* pkg/host: enable kallsyms parsing on armCody Holliday2019-04-052-1/+14
* pkg/report: refine hung task processing for v4.15Dmitry Vyukov2019-04-052-1/+92
* pkg/report: add a test for .PID removalDmitry Vyukov2019-04-051-0/+33
* pkg/report: remove .PID from syz-executorDmitry Vyukov2019-04-052-1/+2
* pkg/build: extract first build error instead of lastDmitry Vyukov2019-04-052-4/+26
* host: add kallsyms parsing testsAndrey Konovalov2019-04-042-18/+88
* executor: move syz_execute_func after os imports. (#1107)Marco Vanotti2019-04-031-14/+14
* executor: don't fallthrough in switches in fuchsia (#1103)Marco Vanotti2019-04-031-0/+3
* pkg/ipc: use /data/ for storage in fuchsia. (#1101)Marco Vanotti2019-04-031-3/+8
* executor: try to prevent machine outbreakDmitry Vyukov2019-04-021-1/+7
* pkg/report: add another linux testDmitry Vyukov2019-04-011-0/+186
* pkg/build: increase gvosir build timeoutDmitry Vyukov2019-04-011-1/+4
* pkg/gce: poll for operation completion less frequentlyDmitry Vyukov2019-04-011-1/+2
* pkg/compiler: make buffer alias to ptr[array[int8]]Dmitry Vyukov2019-04-013-23/+7
* prog, pkg/compiler: fix warningsDmitry Vyukov2019-03-291-1/+2