aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/csource/generated.go
Commit message (Expand)AuthorAgeFilesLines
...
* Change KCSAN info file to debugfsMarco Elver2019-10-081-1/+1
* executor, host, csource: Add support to enable KCSANMarco Elver2019-10-041-0/+11
* executor: handle USB IN requests with wLength == 0Andrey Konovalov2019-09-191-3/+6
* executor: always provide DEVICE_QUALIFIER USB descriptorAndrey Konovalov2019-09-191-0/+15
* executor/fuchsia: close vmo handle in syz_mmap.Marco Vanotti2019-09-121-0/+5
* executor/fuchsia: don't crash on syz_mmap failure.Marco Vanotti2019-09-111-3/+7
* executor/usb: use UTF16 encoding for default stringAndrey Konovalov2019-09-061-5/+18
* executor/usb: fix null-ptr-deref in syz_usb_control_ioAndrey Konovalov2019-09-061-2/+2
* executor/usb: improve debugging messagesAndrey Konovalov2019-09-061-9/+9
* executor/usb: allow syz_usb_control_io args to be 0Andrey Konovalov2019-09-061-2/+7
* sys/linux, executor: basic support for multiple USB interfacesAndrey Konovalov2019-09-061-15/+26
* executor: fix sigsegv for default USB string responseAndrey Konovalov2019-09-051-1/+1
* all: convert Fuchsia to use "host fuzzing" modeMatthew Dempsky2019-08-271-0/+2
* sys/linux, executor: minor USB fixes (#1361)Andrey Konovalov2019-08-231-3/+6
* executor: fix procid not declared properly for netbsd (#1358)Andrey Konovalov2019-08-221-1/+1
* sys/linux: add basic USB CDC Ethernet descriptions (#1328)Andrey Konovalov2019-08-091-1/+1
* executer/common_bsd.h: increase the number of tap/tun devices for NetBSDR3x2019-08-081-0/+6
* executor: add some USB realted TODOs (#1319)Andrey Konovalov2019-08-071-1/+0
* executor: drop CAP_SYS_NICEDmitry Vyukov2019-07-221-1/+1
* executor: drop CAP_SYS_PTRACE with sandbox=noneDmitry Vyukov2019-07-221-12/+22
* sys/fuchsia: update zx_clock_get syscall (#1292)Marco Vanotti2019-07-161-1/+2
* sys/linux, executor: improve USB descriptionsAndrey Konovalov2019-07-161-6/+49
* executor: add network packet injection for NetBSDSiddharth M2019-07-141-10/+14
* executor: fix out-of-bounds in USB fuzzing codeAndrey Konovalov2019-07-111-4/+8
* executor: update USB fuzzing code to use new kernel APIAndrey Konovalov2019-07-111-42/+68
* executor: make errors during thread creation exit zeroAnton Lindqvist2019-07-041-2/+2
* sys/linux, executor: run make extract and generateAndrey Konovalov2019-07-011-19/+71
* sys/linux, executor: run make extract and generateAndrey Konovalov2019-06-241-30/+72
* pkg/csource: generate timeouts for USB syzcallsAndrey Konovalov2019-05-311-1/+1
* executor: exit after first detected leak in C reprosDmitry Vyukov2019-05-211-6/+0
* executor: implement support for leak checkingDmitry Vyukov2019-05-201-32/+157
* executor: unbreak on OpenBSD at runtimeAnton Lindqvist2019-05-021-0/+4
* 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
* 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
* all: run make generateAndrey Konovalov2019-04-111-2/+463
* all: add optional close_fds feature to reproducersAndrey Konovalov2019-04-091-4/+20
* csource: use /*FOO*/ instead of [[FOO]]Andrey Konovalov2019-04-091-9/+10
* 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
* executor: try to prevent machine outbreakDmitry Vyukov2019-04-021-1/+7
* executor: prevent non-null expected warningsDmitry Vyukov2019-03-211-22/+22
* executor: update fdio import pathMarco Vanotti2019-03-201-1/+1
* pkg/runtest: make tests pass on freebsdDmitry Vyukov2019-03-071-1/+1
* execprog, stress, prog2c: unify flags to enable additional featuresAndrey Konovalov2019-03-051-64/+124
* executor: add newline in debug callDmitry Vyukov2019-02-271-1/+1
* executor: update syntax for making W+X fuchsia memoryJulia Hansbrough2019-02-271-1/+5
* executor: fix format stringsDmitry Vyukov2019-02-191-2/+2