aboutsummaryrefslogtreecommitdiffstats
path: root/sys/test/gen/64.go
Commit message (Expand)AuthorAgeFilesLines
* Makefile: generate descriptions on-the-flyDmitry Vyukov2020-04-301-2101/+0
* pkg/compiler: deduplicate Types in descriptionsDmitry Vyukov2020-04-261-812/+1458
* prog: add ignore_return and breaks_returns call attribtuesDmitry Vyukov2020-04-191-5/+3
* pkg/compiler: check that flags values fit into base typeDmitry Vyukov2020-03-171-3/+3
* pkg/compiler: check that const values fit into base typeDmitry Vyukov2020-03-171-2/+2
* pkg/compiler: calculate more precise sizes for argumentsDmitry Vyukov2020-03-171-21/+21
* pkg/compiler: ensure consistency of syscall argument typesDmitry Vyukov2020-03-171-47/+59
* prog: remove unused ResourceDesc.TypeDmitry Vyukov2020-01-261-8/+8
* pkg/serializer: do not write field names if it won't save spaceDmitry Vyukov2020-01-261-367/+367
* pkg/compiler: don't mark flags with 0 as bitmaskDmitry Vyukov2020-01-181-6/+6
* prog: don't add fallback coverage after prctlDmitry Vyukov2020-01-151-1/+3
* sys/linux: fix 2 netlink data layout bugsDmitry Vyukov2020-01-071-1/+79
* pkg/compiler: fix another bitfield layout bugDmitry Vyukov2020-01-071-4/+20
* prog: fix tests for string enforcementDmitry Vyukov2020-01-051-3/+3
* prog: don't mutate strings with enumerated valuesDmitry Vyukov2020-01-051-1/+7
* prog: don't fail decoding on non-default out argsDmitry Vyukov2019-12-211-1/+4
* pkg/compiler: fix bitfield layout bugDmitry Vyukov2019-12-201-121/+100
* sys/test: and another set of bitfield testsDmitry Vyukov2019-12-201-1/+135
* sys/test: and another bitfield testDmitry Vyukov2019-12-191-1/+13
* prog: refactor bitfields representationDmitry Vyukov2019-12-191-64/+64
* sys/test: add few other tests for tricky bitfieldsDmitry Vyukov2019-12-181-1/+51
* sys/test: add more tests for bitfieldsDmitry Vyukov2019-12-131-1/+74
* pkg/compiler: define fileoff templatePaul Chaignon2019-11-011-17/+17
* prog: mutate length of output buffersVeronica Radu2019-10-101-1/+7
* prog: implemented argument and call prioritiesVeronica Radu2019-09-041-1/+7
* prog: add special mutation for binary flagsVeronica Radu2019-08-091-1/+39
* prog: don't minimize ProcType to 0Dmitry Vyukov2019-07-261-1/+6
* pkg/compiler: add offsetof typeDmitry Vyukov2019-05-161-1/+25
* pkg/compiler: work around 0-array-size errors due to missing constsDmitry Vyukov2019-05-151-3/+7
* .golangci.yml: add codeanalysis build tagDmitry Vyukov2019-05-151-1/+2
* pkg/compiler: allow to refer to syscall arguments in len pathsDmitry Vyukov2019-05-141-2/+4
* prog: implement complex len target supportDmitry Vyukov2019-05-141-4/+33
* pkg/compiler: generate complex len targetsDmitry Vyukov2019-05-141-84/+88
* pkg/compiler: make buffer alias to ptr[array[int8]]Dmitry Vyukov2019-04-011-2/+2
* sys/test/test: add tests for test exiting in the middle of executionDmitry Vyukov2019-01-311-1/+4
* pkg/csource: use 0 for missing syscall argsDmitry Vyukov2018-12-271-95/+113
* prog, pkg/csource: more readable serialization for stringsDmitry Vyukov2018-12-151-3/+12
* prog: support AUTO args in programsDmitry Vyukov2018-12-101-1/+12
* executor: fix handling of big-endian bitfieldsDmitry Vyukov2018-12-081-3/+21
* sys/linux: add syz_execute_funcDmitry Vyukov2018-08-301-5/+8
* prog: don't add fallback signal after seccompDmitry Vyukov2018-08-191-2/+9
* sys/test: add more testsDmitry Vyukov2018-08-031-1/+23
* Makefile: don't compile all targets into target binariesDmitry Vyukov2018-08-021-2/+6
* executor: overhaulDmitry Vyukov2018-07-241-85/+100
* prog, pkg/compiler: support fmt typeDmitry Vyukov2018-07-081-12/+35
* pkg/compiler: check for unused declarationsDmitry Vyukov2018-06-301-1/+11
* prog: detect when flags are a bitmaskDmitry Vyukov2018-06-301-5/+5
* sys: mark output resources as optDmitry Vyukov2018-06-181-1/+8
* sys: dedup mmap code across OSesDmitry Vyukov2018-05-061-5/+5
* sys: move generate files to separate packagesDmitry Vyukov2018-05-051-0/+823