aboutsummaryrefslogtreecommitdiffstats
path: root/sys/test/64.go
Commit message (Expand)AuthorAgeFilesLines
* sys: move generate files to separate packagesDmitry Vyukov2018-05-051-825/+0
* gometalinter: enable package comment checkingDmitry Vyukov2018-05-031-1/+2
* prog: harden program parsing against description changes moreDmitry Vyukov2018-03-051-1/+7
* prog: handle excessive args and fields during program parsingDmitry Vyukov2018-03-051-1/+11
* pkg/compiler: allow specifying static size for filename'sDmitry Vyukov2018-03-051-1/+11
* pkg/compiler: support size attribute for unionsDmitry Vyukov2018-03-051-1/+8
* pkg/compiler: add size attribute for structsDmitry Vyukov2018-03-051-1/+9
* prog: properly squash bitfieldsDmitry Vyukov2018-02-261-2/+12
* prog: add arbitrary mutation of complex structsDmitry Vyukov2018-02-251-1/+34
* pkg/compiler: fix alignment corner caseDmitry Vyukov2018-02-251-1/+18
* pkg/compiler: don't assign call IDs staticallyDmitry Vyukov2018-02-251-87/+87
* pkg/compiler: allow unions as syscall argumentsDmitry Vyukov2018-02-231-9/+21
* pkg/compiler: fix corner case in alignment calculationDmitry Vyukov2018-02-191-41/+56
* prog: rework address allocationDmitry Vyukov2018-02-191-2/+2
* pkg/compiler: allow len of var-len arraysDmitry Vyukov2018-02-171-31/+35
* pkg/compiler: allow unions with only 1 fieldDmitry Vyukov2018-01-271-9/+15
* pkg/compiler, prog: fix template parent lensDmitry Vyukov2018-01-241-31/+51
* pkg/compiler: fix len of parent template structDmitry Vyukov2018-01-231-30/+43
* sys/syz-sysgen: don't generate syz_ syscall numbersDmitry Vyukov2018-01-131-70/+70
* pkg/compiler: support void typeDmitry Vyukov2018-01-131-42/+42
* prog: support opt for proc typesDmitry Vyukov2018-01-061-71/+77
* prog: add test for len mutationDmitry Vyukov2018-01-061-71/+75
* pkg/compiler: add bitsize typeDmitry Vyukov2018-01-061-49/+57
* prog: don't serialize output data argsDmitry Vyukov2017-12-171-70/+74
* prog: introduce more readable format for data argsDmitry Vyukov2017-12-171-67/+74
* prog: fix TestMutateTableDmitry Vyukov2017-12-171-67/+88
* sys: move test syscalls to a separate targetDmitry Vyukov2017-12-171-0/+603