aboutsummaryrefslogtreecommitdiffstats
path: root/docs/syscall_descriptions_syntax.md
Commit message (Expand)AuthorAgeFilesLines
* kfuzztest: introduce syz_kfuzztest_run pseudo-syscallEthan Graham2025-09-221-0/+1
* prog: pkg/compiler: docs: introduce the `no_squash` attributeAlexander Potapenko2025-09-091-0/+3
* docs: fix misspellingsTaras Madan2025-08-191-1/+1
* docs/syscall_descriptions_syntax.md: short change description许佳凯2025-03-051-6/+18
* prog: annotate image assets with fsck logsFlorent Revest2024-12-091-1/+4
* all: support || operator in syzlang if conditionJiao, Joey2024-11-131-1/+2
* docs: fix 'fmt' description regarding 'const' typeIgor Chervatyuk2024-07-081-1/+1
* docs/syscall_descriptions_syntax.md: remove a redundant square bracketQGrain2024-06-171-1/+1
* docs: remove mentions of strconstDmitry Vyukov2024-06-111-1/+1
* prog: introduce a remote_cover call attributeAleksandr Nogikh2024-05-271-0/+1
* docs: describe conditional fieldsAleksandr Nogikh2024-02-191-3/+188
* docs: update syntax for new int type-optionsPaul Chaignon2023-11-281-2/+10
* 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