aboutsummaryrefslogtreecommitdiffstats
path: root/sys/test/gen/64_fork.go
Commit message (Expand)AuthorAgeFilesLines
* Makefile: generate descriptions on-the-flyDmitry Vyukov2020-04-301-2095/+0
* pkg/compiler: deduplicate Types in descriptionsDmitry Vyukov2020-04-261-811/+1455
* 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
* pkg/compiler: don't specify syscall consts for test OSDmitry Vyukov2020-03-171-2/+977
* pkg/serializer: do not write field names if it won't save spaceDmitry Vyukov2020-01-261-87/+87
* pkg/compiler: don't mark flags with 0 as bitmaskDmitry Vyukov2020-01-181-2/+2
* sys/linux: fix 2 netlink data layout bugsDmitry Vyukov2020-01-071-2/+80
* pkg/compiler: fix another bitfield layout bugDmitry Vyukov2020-01-071-4/+20
* pkg/compiler: fix bitfield layout bugDmitry Vyukov2019-12-201-109/+90
* 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-41/+41
* 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
* .golangci.yml: add codeanalysis build tagDmitry Vyukov2019-05-151-1/+2
* pkg/compiler: generate complex len targetsDmitry Vyukov2019-05-141-6/+6
* 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-1/+19
* prog, pkg/csource: more readable serialization for stringsDmitry Vyukov2018-12-151-3/+6
* executor: fix handling of big-endian bitfieldsDmitry Vyukov2018-12-081-1/+42
* sys/linux: add syz_execute_funcDmitry Vyukov2018-08-301-1/+4
* sys/test: add more testsDmitry Vyukov2018-08-031-2/+25
* Makefile: don't compile all targets into target binariesDmitry Vyukov2018-08-021-2/+6
* executor: overhaulDmitry Vyukov2018-07-241-0/+26