aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/csource/csource.go
Commit message (Expand)AuthorAgeFilesLines
...
* executor, csource: adjust syz_open_dev$hiddev timeoutAndrey Konovalov2019-09-241-5/+6
* sys/linux, executor: add syz_usb_ep_read syzkallAndrey Konovalov2019-07-011-2/+4
* sys/linux, executor: add basic USB HID fuzzing supportAndrey Konovalov2019-06-241-0/+1
* pkg/csource: generate timeouts for USB syzcallsAndrey Konovalov2019-05-311-0/+12
* pkg/csource: add ability to annotate syscalls using comments in C reproducersAnton Lindqvist2019-05-241-1/+6
* executor: implement support for leak checkingDmitry Vyukov2019-05-201-6/+0
* executor: change syscall argument type to intptr_tmunjinoo2019-05-071-9/+9
* pkg/csource: sort sys/types.h to the top on FreeBSDMark Johnston2019-03-071-1/+6
* pkg/host: don't fail if CONFIG_FAIL_FUTEX is not enabledDmitry Vyukov2019-02-111-0/+4
* executor: remove ability to detect kernel bugsDmitry Vyukov2019-01-311-1/+0
* pkg/csource: write tracing output to stderrDmitry Vyukov2019-01-311-2/+2
* pkg/csource: split emitCall functionDmitry Vyukov2018-12-271-11/+16
* pkg/csource: use 0 for missing syscall argsDmitry Vyukov2018-12-271-0/+6
* pkg/csource: fix PRINTF removalDmitry Vyukov2018-12-261-1/+1
* prog, pkg/csource: more readable serialization for stringsDmitry Vyukov2018-12-151-52/+4
* pkg/csource: support tun and setuid repros on {free,open}bsdGreg Steuck2018-12-131-5/+7
* executor: fix handling of big-endian bitfieldsDmitry Vyukov2018-12-081-6/+10
* pkg/runtest: fixes for fuchsiaDmitry Vyukov2018-09-061-1/+7
* executor: fix gcc warnings in fuchsia generated codeDmitry Vyukov2018-08-191-1/+1
* pkg/csource: fix 32-bit syscall callsDmitry Vyukov2018-08-091-1/+7
* pkg/csource: minor fixesDmitry Vyukov2018-08-031-1/+3
* pkg/csource: refactor generateCallsDmitry Vyukov2018-08-021-42/+48
* pkg/csource: refactor call generationDmitry Vyukov2018-07-311-27/+31
* pkg/csource: add option to trace syscall resultsDmitry Vyukov2018-07-271-8/+15
* pkg/csource: tidy generated codeDmitry Vyukov2018-07-271-147/+61
* executor: overhaulDmitry Vyukov2018-07-241-63/+90
* prog, pkg/compiler: support fmt typeDmitry Vyukov2018-07-081-28/+66
* pkg/csource: prevent unused-result warningsDmitry Vyukov2018-07-021-2/+2
* pkg/csource: account for different types of syscalls on fuchsiaDmitry Vyukov2018-06-301-5/+10
* pkg/csource: support fuchsiaDmitry Vyukov2018-06-291-43/+40
* Makefile, sys/targets: move all native compilation logic to sys/targetsDmitry Vyukov2018-06-061-1/+1
* gometalinter: enable line length checkingDmitry Vyukov2018-05-041-14/+22
* sys/linux: add support for reading partition tablesDmitry Vyukov2018-04-011-1/+2
* executor: fix compilation warningsDmitry Vyukov2018-03-301-1/+1
* sys/linux: add support for mounting filesystem imagesDmitry Vyukov2018-03-301-1/+7
* sys/linux: add cgroup descriptionsDmitry Vyukov2018-03-251-3/+3
* executor: simplify initialize_tunDmitry Vyukov2018-02-261-6/+9
* executor: use proper default values for resourcesDmitry Vyukov2018-02-261-48/+46
* prog: rework address allocationDmitry Vyukov2018-02-191-11/+36
* pkg/csource: fix build of generated filesDmitry Vyukov2018-01-061-1/+1
* pkg/csource: tidy up generated code a bitDmitry Vyukov2017-12-271-15/+25
* pkg/csource: add top-level repeat loopDmitry Vyukov2017-12-271-16/+28
* pkg/csource: simplify generated codeDmitry Vyukov2017-12-271-5/+3
* executor: check format stringsDmitry Vyukov2017-12-271-0/+1
* pkg/csource: mimic the way syscalls are scheduled in executorDmitry Vyukov2017-12-221-22/+6
* pkg/csource: fix handling of proc typesDmitry Vyukov2017-12-221-18/+36
* pkg/csource: limit thread stacksDmitry Vyukov2017-12-221-2/+5
* pkg/csource: fix string escaping bugDmitry Vyukov2017-12-221-0/+2
* pkg/csource: make strings more readableDmitry Vyukov2017-12-171-11/+56
* prog: use dense indexes for copyout instructionsDmitry Vyukov2017-12-171-13/+42