aboutsummaryrefslogtreecommitdiff
path: root/pkg/csource/csource.go
AgeCommit message (Expand)Author
2019-09-24executor, csource: adjust syz_open_dev$hiddev timeoutAndrey Konovalov
2019-07-01sys/linux, executor: add syz_usb_ep_read syzkallAndrey Konovalov
2019-06-24sys/linux, executor: add basic USB HID fuzzing supportAndrey Konovalov
2019-05-31pkg/csource: generate timeouts for USB syzcallsAndrey Konovalov
2019-05-24pkg/csource: add ability to annotate syscalls using comments in C reproducersAnton Lindqvist
2019-05-20executor: implement support for leak checkingDmitry Vyukov
2019-05-07executor: change syscall argument type to intptr_tmunjinoo
2019-03-07pkg/csource: sort sys/types.h to the top on FreeBSDMark Johnston
2019-02-11pkg/host: don't fail if CONFIG_FAIL_FUTEX is not enabledDmitry Vyukov
2019-01-31executor: remove ability to detect kernel bugsDmitry Vyukov
2019-01-31pkg/csource: write tracing output to stderrDmitry Vyukov
2018-12-27pkg/csource: split emitCall functionDmitry Vyukov
2018-12-27pkg/csource: use 0 for missing syscall argsDmitry Vyukov
2018-12-26pkg/csource: fix PRINTF removalDmitry Vyukov
2018-12-15prog, pkg/csource: more readable serialization for stringsDmitry Vyukov
2018-12-13pkg/csource: support tun and setuid repros on {free,open}bsdGreg Steuck
2018-12-08executor: fix handling of big-endian bitfieldsDmitry Vyukov
2018-09-06pkg/runtest: fixes for fuchsiaDmitry Vyukov
2018-08-19executor: fix gcc warnings in fuchsia generated codeDmitry Vyukov
2018-08-09pkg/csource: fix 32-bit syscall callsDmitry Vyukov
2018-08-03pkg/csource: minor fixesDmitry Vyukov
2018-08-02pkg/csource: refactor generateCallsDmitry Vyukov
2018-07-31pkg/csource: refactor call generationDmitry Vyukov
2018-07-27pkg/csource: add option to trace syscall resultsDmitry Vyukov
2018-07-27pkg/csource: tidy generated codeDmitry Vyukov
2018-07-24executor: overhaulDmitry Vyukov
2018-07-08prog, pkg/compiler: support fmt typeDmitry Vyukov
2018-07-02pkg/csource: prevent unused-result warningsDmitry Vyukov
2018-06-30pkg/csource: account for different types of syscalls on fuchsiaDmitry Vyukov
2018-06-29pkg/csource: support fuchsiaDmitry Vyukov
2018-06-06Makefile, sys/targets: move all native compilation logic to sys/targetsDmitry Vyukov
2018-05-04gometalinter: enable line length checkingDmitry Vyukov
2018-04-01sys/linux: add support for reading partition tablesDmitry Vyukov
2018-03-30executor: fix compilation warningsDmitry Vyukov
2018-03-30sys/linux: add support for mounting filesystem imagesDmitry Vyukov
2018-03-25sys/linux: add cgroup descriptionsDmitry Vyukov
2018-02-26executor: simplify initialize_tunDmitry Vyukov
2018-02-26executor: use proper default values for resourcesDmitry Vyukov
2018-02-19prog: rework address allocationDmitry Vyukov
2018-01-06pkg/csource: fix build of generated filesDmitry Vyukov
2017-12-27pkg/csource: tidy up generated code a bitDmitry Vyukov
2017-12-27pkg/csource: add top-level repeat loopDmitry Vyukov
2017-12-27pkg/csource: simplify generated codeDmitry Vyukov
2017-12-27executor: check format stringsDmitry Vyukov
2017-12-22pkg/csource: mimic the way syscalls are scheduled in executorDmitry Vyukov
2017-12-22pkg/csource: fix handling of proc typesDmitry Vyukov
2017-12-22pkg/csource: limit thread stacksDmitry Vyukov
2017-12-22pkg/csource: fix string escaping bugDmitry Vyukov
2017-12-17pkg/csource: make strings more readableDmitry Vyukov
2017-12-17prog: use dense indexes for copyout instructionsDmitry Vyukov