aboutsummaryrefslogtreecommitdiffstats
path: root/sys/test/test.txt
Commit message (Expand)AuthorAgeFilesLines
* sys/linux: use out_overlay attributeDmitry Vyukov2022-01-111-2/+2
* prog: fix UnionType mutation for when per-field dir is specifiedNecip Fazil Yildiran2020-08-141-2/+7
* pkg, prog: add per-field direction attributeNecip Fazil Yildiran2020-08-131-0/+43
* prog: refactor hints testsDmitry Vyukov2020-05-051-0/+9
* prog: support disabled attributeDmitry Vyukov2020-05-041-0/+8
* prog: add ignore_return and breaks_returns call attribtuesDmitry Vyukov2020-04-191-2/+1
* pkg/compiler: refactor attribute handlingDmitry Vyukov2020-04-191-3/+3
* pkg/compiler: check that flags values fit into base typeDmitry Vyukov2020-03-171-2/+2
* pkg/compiler: check that const values fit into base typeDmitry Vyukov2020-03-171-1/+1
* pkg/compiler: ensure consistency of syscall argument typesDmitry Vyukov2020-03-171-13/+13
* prog: don't add fallback coverage after prctlDmitry Vyukov2020-01-151-0/+1
* prog: fix tests for string enforcementDmitry Vyukov2020-01-051-1/+1
* prog: don't mutate strings with enumerated valuesDmitry Vyukov2020-01-051-0/+4
* prog: don't fail decoding on non-default out argsDmitry Vyukov2019-12-211-0/+1
* prog: mutate length of output buffersVeronica Radu2019-10-101-0/+2
* prog: implemented argument and call prioritiesVeronica Radu2019-09-041-0/+2
* prog: add special mutation for binary flagsVeronica Radu2019-08-091-0/+12
* prog: don't minimize ProcType to 0Dmitry Vyukov2019-07-261-0/+4
* pkg/compiler: add offsetof typeDmitry Vyukov2019-05-161-0/+21
* pkg/compiler: work around 0-array-size errors due to missing constsDmitry Vyukov2019-05-151-0/+2
* pkg/compiler: allow to refer to syscall arguments in len pathsDmitry Vyukov2019-05-141-0/+1
* prog: implement complex len target supportDmitry Vyukov2019-05-141-1/+29
* pkg/compiler: generate complex len targetsDmitry Vyukov2019-05-141-0/+2
* prog, pkg/csource: more readable serialization for stringsDmitry Vyukov2018-12-151-0/+5
* prog: support AUTO args in programsDmitry Vyukov2018-12-101-0/+10
* executor: fix handling of big-endian bitfieldsDmitry Vyukov2018-12-081-0/+16
* sys/linux: add syz_execute_funcDmitry Vyukov2018-08-301-0/+2
* prog: don't add fallback signal after seccompDmitry Vyukov2018-08-191-1/+7
* sys/test: add more testsDmitry Vyukov2018-08-031-1/+0
* executor: overhaulDmitry Vyukov2018-07-241-87/+88
* pkg/compiler: check for unused declarationsDmitry Vyukov2018-06-301-0/+1
* sys: mark output resources as optDmitry Vyukov2018-06-181-0/+7
* sys: dedup mmap code across OSesDmitry Vyukov2018-05-061-1/+1
* pkg/compiler: support non-zero terminated filenamesDmitry Vyukov2018-04-021-2/+2
* prog: harden program parsing against description changes moreDmitry Vyukov2018-03-051-0/+5
* prog: handle excessive args and fields during program parsingDmitry Vyukov2018-03-051-0/+8
* pkg/compiler: allow specifying static size for filename'sDmitry Vyukov2018-03-051-0/+9
* pkg/compiler: support size attribute for unionsDmitry Vyukov2018-03-051-0/+5
* pkg/compiler: add size attribute for structsDmitry Vyukov2018-03-051-0/+5
* pkg/compiler: fix alignment corner caseDmitry Vyukov2018-02-251-0/+15
* pkg/compiler: allow unions as syscall argumentsDmitry Vyukov2018-02-231-0/+11
* pkg/compiler: fix corner case in alignment calculationDmitry Vyukov2018-02-191-0/+6
* pkg/compiler: allow len of var-len arraysDmitry Vyukov2018-02-171-0/+1
* pkg/compiler: allow unions with only 1 fieldDmitry Vyukov2018-01-271-0/+6
* pkg/compiler, prog: fix template parent lensDmitry Vyukov2018-01-241-0/+16
* pkg/compiler: fix len of parent template structDmitry Vyukov2018-01-231-0/+12
* prog: support opt for proc typesDmitry Vyukov2018-01-061-0/+2
* prog: add test for len mutationDmitry Vyukov2018-01-061-0/+1
* pkg/compiler: add bitsize typeDmitry Vyukov2018-01-061-0/+2
* prog: don't serialize output data argsDmitry Vyukov2017-12-171-2/+3