aboutsummaryrefslogtreecommitdiffstats
path: root/executor/syscalls_test.h
Commit message (Expand)AuthorAgeFilesLines
* prog: handle excessive args and fields during program parsingDmitry Vyukov2018-03-051-4/+10
* pkg/compiler: allow specifying static size for filename'sDmitry Vyukov2018-03-051-4/+6
* pkg/compiler: support size attribute for unionsDmitry Vyukov2018-03-051-4/+6
* pkg/compiler: add size attribute for structsDmitry Vyukov2018-03-051-4/+6
* prog: properly squash bitfieldsDmitry Vyukov2018-02-261-2/+2
* prog: add arbitrary mutation of complex structsDmitry Vyukov2018-02-251-4/+8
* pkg/compiler: fix alignment corner caseDmitry Vyukov2018-02-251-4/+6
* pkg/compiler: don't assign call IDs staticallyDmitry Vyukov2018-02-251-2/+2
* pkg/compiler: allow unions as syscall argumentsDmitry Vyukov2018-02-231-4/+6
* pkg/compiler: fix corner case in alignment calculationDmitry Vyukov2018-02-191-4/+6
* prog: rework address allocationDmitry Vyukov2018-02-191-2/+8
* pkg/compiler: allow len of var-len arraysDmitry Vyukov2018-02-171-4/+6
* pkg/compiler: allow unions with only 1 fieldDmitry Vyukov2018-01-271-4/+6
* pkg/compiler, prog: fix template parent lensDmitry Vyukov2018-01-241-4/+6
* pkg/compiler: fix len of parent template structDmitry Vyukov2018-01-231-4/+6
* sys/syz-sysgen: don't generate syz_ syscall numbersDmitry Vyukov2018-01-131-144/+140
* pkg/compiler: support void typeDmitry Vyukov2018-01-131-2/+2
* prog: support opt for proc typesDmitry Vyukov2018-01-061-4/+8
* prog: add test for len mutationDmitry Vyukov2018-01-061-4/+6
* pkg/compiler: add bitsize typeDmitry Vyukov2018-01-061-4/+8
* prog: don't serialize output data argsDmitry Vyukov2017-12-171-6/+8
* prog: introduce more readable format for data argsDmitry Vyukov2017-12-171-4/+6
* prog: fix TestMutateTableDmitry Vyukov2017-12-171-4/+18
* sys: move test syscalls to a separate targetDmitry Vyukov2017-12-171-0/+157