aboutsummaryrefslogtreecommitdiffstats
path: root/sys/test/gen
Commit message (Expand)AuthorAgeFilesLines
* sys/syz-sysgen: serialize descriptions as gob and embedDmitry Vyukov2025-01-231-6/+0
* sys: commit empty source filesDmitry Vyukov2021-04-211-0/+6
* Makefile: generate descriptions on-the-flyDmitry Vyukov2020-04-305-8380/+0
* pkg/compiler: deduplicate Types in descriptionsDmitry Vyukov2020-04-264-3237/+5812
* prog: add ignore_return and breaks_returns call attribtuesDmitry Vyukov2020-04-194-20/+12
* pkg/compiler: check that flags values fit into base typeDmitry Vyukov2020-03-174-12/+12
* pkg/compiler: check that const values fit into base typeDmitry Vyukov2020-03-174-8/+8
* pkg/compiler: calculate more precise sizes for argumentsDmitry Vyukov2020-03-174-80/+80
* pkg/compiler: ensure consistency of syscall argument typesDmitry Vyukov2020-03-174-188/+236
* pkg/compiler: don't specify syscall consts for test OSDmitry Vyukov2020-03-173-6/+2925
* 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-264-630/+630
* pkg/compiler: don't mark flags with 0 as bitmaskDmitry Vyukov2020-01-184-12/+12
* prog: don't add fallback coverage after prctlDmitry Vyukov2020-01-151-1/+3
* sys/linux: fix 2 netlink data layout bugsDmitry Vyukov2020-01-074-7/+319
* pkg/compiler: fix another bitfield layout bugDmitry Vyukov2020-01-074-18/+81
* prog: fix tests for string enforcementDmitry Vyukov2020-01-051-3/+3
* prog: don't mutate strings with enumerated valuesDmitry Vyukov2020-01-051-1/+7
* sys/linux: fix int64 alignment on 386Dmitry Vyukov2019-12-231-12/+11
* prog: don't fail decoding on non-default out argsDmitry Vyukov2019-12-211-1/+4
* pkg/compiler: fix bitfield layout bugDmitry Vyukov2019-12-204-448/+370
* sys/test: and another set of bitfield testsDmitry Vyukov2019-12-204-4/+540
* sys/test: and another bitfield testDmitry Vyukov2019-12-194-4/+52
* prog: refactor bitfields representationDmitry Vyukov2019-12-194-187/+187
* sys/test: add few other tests for tricky bitfieldsDmitry Vyukov2019-12-184-4/+204
* sys/test: add more tests for bitfieldsDmitry Vyukov2019-12-134-4/+296
* 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-154-4/+8
* 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-144-102/+106
* sys/test: remove a leftover fileDmitry Vyukov2019-05-141-865/+0
* 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-314-4/+16
* pkg/csource: use 0 for missing syscall argsDmitry Vyukov2018-12-274-98/+170
* prog, pkg/csource: more readable serialization for stringsDmitry Vyukov2018-12-154-12/+30
* prog: support AUTO args in programsDmitry Vyukov2018-12-101-1/+12
* executor: fix handling of big-endian bitfieldsDmitry Vyukov2018-12-084-6/+147
* sys/linux: add syz_execute_funcDmitry Vyukov2018-08-304-8/+20
* prog: don't add fallback signal after seccompDmitry Vyukov2018-08-191-2/+9
* sys/test: add more testsDmitry Vyukov2018-08-034-7/+98
* Makefile: don't compile all targets into target binariesDmitry Vyukov2018-08-025-8/+27
* executor: overhaulDmitry Vyukov2018-07-244-85/+180
* prog, pkg/compiler: support fmt typeDmitry Vyukov2018-07-082-24/+70