aboutsummaryrefslogtreecommitdiffstats
path: root/docs/syscall_descriptions_syntax.md
Commit message (Expand)AuthorAgeFilesLines
* tools/check-whitespace.sh: check for trailing whitespacesDmitry Vyukov2020-09-141-1/+1
* pkg, prog: add per-field direction attributeNecip Fazil Yildiran2020-08-131-2/+24
* docs: add explanation of flags typeDmitry Vyukov2020-07-091-1/+3
* Update syscall_descriptions_syntax.mdAndrey Konovalov2020-06-101-4/+4
* docs: suggested changes for pull-request 1797Ricardo Cañuelo2020-06-081-19/+8
* docs: more info about resources and the "enable_sysaclls" config optionRicardo Cañuelo2020-06-081-1/+32
* docs: clarify struct/union attributes in syzlangDmitry Vyukov2020-04-281-9/+5
* prog: add ignore_return and breaks_returns call attribtuesDmitry Vyukov2020-04-191-2/+6
* sys/linux: add timeout call attributesDmitry Vyukov2020-04-191-1/+10
* pkg/compiler: refactor attribute handlingDmitry Vyukov2020-04-191-3/+3
* docs: minor formatting in syscall_descriptions_syntax.mdDmitry Vyukov2020-02-161-1/+2
* pkg/ast: introduce hex-encoded string literalsDmitry Vyukov2020-02-101-4/+2
* pkg/compiler: allow for escaped stringsJason A. Donenfeld2020-02-101-0/+2
* README: add proper syzkaller pronunciationDmitry Vyukov2020-02-011-1/+1
* docs: give syscall description language a nameDmitry Vyukov2020-02-011-1/+1
* pkg/compiler: define fileoff templatePaul Chaignon2019-11-011-1/+2
* prog, pkg/compiler: alignment for integer rangesPaul Chaignon2019-10-251-3/+5
* docs: fix description of ptr typeDmitry Vyukov2019-07-221-2/+2
* pkg/compiler: add offsetof typeDmitry Vyukov2019-05-161-0/+2
* pkg/compiler: allow to refer to syscall arguments in len pathsDmitry Vyukov2019-05-141-4/+10
* pkg/compiler: support complex len targetsDmitry Vyukov2019-05-141-7/+40
* Fixed a tiny typo (#1114)Yu Hao2019-04-051-1/+1
* pkg/compiler: make buffer alias to ptr[array[int8]]Dmitry Vyukov2019-04-011-3/+3
* docs/syscall_descriptions_syntax.md: update syntax about unionhoujingyi2019-01-171-6/+8
* Fixed a tiny typoSergey Koulikov2018-11-201-1/+1
* pkg/compiler: add vma64 typeDmitry Vyukov2018-11-171-1/+2
* pkg/compiler: support negative integersDmitry Vyukov2018-07-091-2/+3
* prog, pkg/compiler: support fmt typeDmitry Vyukov2018-07-081-0/+3
* Update syscall_descriptions_syntax.mdDmitry Vyukov2018-06-041-4/+3
* Update syscall_descriptions_syntax.mdDmitry Vyukov2018-06-041-2/+2
* pkg/compiler: add optional builtin templateDmitry Vyukov2018-05-171-4/+8
* pkg/ast: support char constantsDmitry Vyukov2018-04-291-0/+15
* pkg/compiler: support non-zero terminated filenamesDmitry Vyukov2018-04-021-4/+3
* pkg/compiler: allow specifying static size for filename'sDmitry Vyukov2018-03-051-1/+3
* pkg/compiler: add size attribute for structsDmitry Vyukov2018-03-051-2/+11
* pkg/compiler: support non-zero-terminated stringsDmitry Vyukov2018-01-181-0/+3
* pkg/compiler: support void typeDmitry Vyukov2018-01-131-0/+2
* pkg/compiler: support type templatesDmitry Vyukov2018-01-131-0/+22
* pkg/compiler: add builtin bool type aliasesDmitry Vyukov2018-01-081-0/+9
* sys: support type aliases (aka typedefs)Dmitry Vyukov2018-01-081-0/+22
* pkg/compiler: add bitsize typeDmitry Vyukov2018-01-061-2/+4
* Update syscall_descriptions_syntax.mdDmitry Vyukov2017-09-131-1/+1
* sys: support ptr64 typeDmitry Vyukov2017-09-021-1/+2
* pkg/compiler: check and generate typesDmitry Vyukov2017-09-021-1/+2
* sys: change proc arguments to the format used by const/flags/lenDmitry Vyukov2017-08-311-2/+3
* docs: small fixesAndrey Konovalov2017-07-241-49/+67
* Parse incdir "incdir" in syscall description file to add custom include direc...Yuzhe Han2017-06-261-1/+1
* docs: various improvementsAndrey Konovalov2017-06-141-0/+163