aboutsummaryrefslogtreecommitdiffstats
path: root/docs/syscall_descriptions_syntax.md
Commit message (Expand)AuthorAgeFilesLines
* prog, pkg/compiler: add `BufferCompressed` buffer type & `compressed_image` b...Hrutvik Kanabar2022-11-211-1/+5
* prog: add an attribute for syscalls which should not be minimizedHrutvik Kanabar2022-09-221-0/+1
* prog: add an attribute for syscalls which should not be generatedHrutvik Kanabar2022-09-221-0/+1
* docs: fix syntaxyuawn2022-08-171-1/+1
* pkg/ast, pkg/compiler: support per-file metadataDmitry Vyukov2022-04-291-0/+16
* pkg/compiler: require stricter resource constructorsDmitry Vyukov2022-01-111-0/+4
* pkg/compiler: prohibit use of direction attribute on union fieldsDmitry Vyukov2022-01-111-3/+1
* pkg/compiler: add out_overlay field attributeDmitry Vyukov2022-01-111-2/+25
* all: support exclude globs in descriptorJoey Jiao2021-06-021-1/+2
* all: minor glob fixesDmitry Vyukov2021-05-261-2/+3
* pkg/compiler: add glob typeJoey Jiaojg2021-05-261-1/+3
* 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