| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | sys/linux, executor: add syz_usb_ep_read syzkall | Andrey Konovalov | 2019-07-01 | 1 | -2/+4 |
| * | sys/linux, executor: run make extract and generate | Andrey Konovalov | 2019-06-24 | 1 | -30/+72 |
| * | sys/linux, executor: add basic USB HID fuzzing support | Andrey Konovalov | 2019-06-24 | 1 | -0/+1 |
| * | pkg/csource: generate timeouts for USB syzcalls | Andrey Konovalov | 2019-05-31 | 2 | -1/+13 |
| * | pkg/csource: add ability to annotate syscalls using comments in C reproducers | Anton Lindqvist | 2019-05-24 | 1 | -1/+6 |
| * | executor: exit after first detected leak in C repros | Dmitry Vyukov | 2019-05-21 | 1 | -6/+0 |
| * | executor: implement support for leak checking | Dmitry Vyukov | 2019-05-20 | 4 | -38/+165 |
| * | Makefile: enable 386 executor build in presubmit | Dmitry Vyukov | 2019-05-07 | 1 | -5/+0 |
| * | Makefile: enable arm executor build in presubmit | Dmitry Vyukov | 2019-05-07 | 1 | -6/+0 |
| * | executor: change syscall argument type to intptr_t | munjinoo | 2019-05-07 | 1 | -9/+9 |
| * | executor: unbreak on OpenBSD at runtime | Anton Lindqvist | 2019-05-02 | 1 | -0/+4 |
| * | executor: improve setup for packet handling on *BSD (#1153) | Michael Tüxen | 2019-05-01 | 1 | -1/+20 |
| * | executor: fix another compiler warning | Andrey Konovalov | 2019-04-25 | 1 | -1/+1 |
| * | executor: fix compiler warning | Andrey Konovalov | 2019-04-24 | 1 | -2/+2 |
| * | executor: use NONFAILING in common_usb.h | Andrey Konovalov | 2019-04-23 | 1 | -105/+130 |
| * | executor: adjust waiting time for all usb syzcalls | Andrey Konovalov | 2019-04-23 | 1 | -2/+0 |
| * | all: fix some static analysis warnings | Dmitry Vyukov | 2019-04-23 | 1 | -18/+18 |
| * | all: run make generate | Andrey Konovalov | 2019-04-11 | 1 | -2/+463 |
| * | all: add basic USB fuzzing support | Andrey Konovalov | 2019-04-11 | 1 | -0/+1 |
| * | all: add optional close_fds feature to reproducers | Andrey Konovalov | 2019-04-09 | 4 | -12/+47 |
| * | csource: use /*FOO*/ instead of [[FOO]] | Andrey Konovalov | 2019-04-09 | 2 | -10/+11 |
| * | executor: move syz_execute_func after os imports. (#1107) | Marco Vanotti | 2019-04-03 | 1 | -14/+14 |
| * | executor: don't fallthrough in switches in fuchsia (#1103) | Marco Vanotti | 2019-04-03 | 1 | -0/+3 |
| * | executor: try to prevent machine outbreak | Dmitry Vyukov | 2019-04-02 | 1 | -1/+7 |
| * | all: fix warnings pointed to by golangci-lint | Dmitry Vyukov | 2019-03-28 | 1 | -1/+1 |
| * | pkg/csource: allow to ignore warnings during build | Dmitry Vyukov | 2019-03-21 | 1 | -3/+14 |
| * | executor: prevent non-null expected warnings | Dmitry Vyukov | 2019-03-21 | 2 | -23/+34 |
| * | executor: update fdio import path | Marco Vanotti | 2019-03-20 | 1 | -1/+1 |
| * | pkg/runtest: make tests pass on freebsd | Dmitry Vyukov | 2019-03-07 | 3 | -1/+5 |
| * | pkg/csource: sort sys/types.h to the top on FreeBSD | Mark Johnston | 2019-03-07 | 3 | -4/+11 |
| * | execprog, stress, prog2c: unify flags to enable additional features | Andrey Konovalov | 2019-03-05 | 4 | -168/+355 |
| * | executor: add newline in debug call | Dmitry Vyukov | 2019-02-27 | 1 | -1/+1 |
| * | executor: update syntax for making W+X fuchsia memory | Julia Hansbrough | 2019-02-27 | 1 | -1/+5 |
| * | executor: fix format strings | Dmitry Vyukov | 2019-02-19 | 1 | -2/+2 |
| * | pkg/host: don't fail if CONFIG_FAIL_FUTEX is not enabled | Dmitry Vyukov | 2019-02-11 | 1 | -0/+4 |
| * | executor: add missing include | Dmitry Vyukov | 2019-02-01 | 1 | -0/+1 |
| * | executor, pkg/ipc: simplify retry handling | Dmitry Vyukov | 2019-01-31 | 1 | -2/+3 |
| * | executor: remove ability to detect kernel bugs | Dmitry Vyukov | 2019-01-31 | 2 | -3/+0 |
| * | sys/test/test: add tests for test exiting in the middle of execution | Dmitry Vyukov | 2019-01-31 | 1 | -0/+8 |
| * | executor: fix do_sandbox_none on akaros and test | Dmitry Vyukov | 2019-01-31 | 1 | -83/+2 |
| * | executor: handle pthread_create errors better | Dmitry Vyukov | 2019-01-31 | 1 | -3/+13 |
| * | pkg/csource: write tracing output to stderr | Dmitry Vyukov | 2019-01-31 | 2 | -3/+3 |
| * | Makefile: enable -Wunused-const-variable | Dmitry Vyukov | 2019-01-19 | 1 | -1/+1 |
| * | executor: unbreak on OpenBSD | Anton Lindqvist | 2019-01-19 | 1 | -0/+1 |
| * | executor: remove unused kvm_asm64_vm86 | Dmitry Vyukov | 2019-01-17 | 1 | -1/+0 |
| * | all: support extra coverage | Andrey Konovalov | 2019-01-16 | 1 | -1/+6 |
| * | executor: adapt switching to user nobody to be more portable on BSDs | Kamil Rytarowski | 2019-01-14 | 1 | -5/+10 |
| * | executor: do not call setrlimit(2) for RLIMIT_AS for NetBSD | Kamil Rytarowski | 2019-01-14 | 1 | -1/+1 |
| * | prog, pkg/{csource,ifuzz,ipc,repro}: make tests deterministic on travis | Dmitry Vyukov | 2019-01-02 | 1 | -0/+3 |
| * | executor: fix linux includes | Dmitry Vyukov | 2018-12-29 | 1 | -9/+10 |