aboutsummaryrefslogtreecommitdiffstats
path: root/sys/sndseq.txt
Commit message (Collapse)AuthorAgeFilesLines
* sys: move linux descriptions to sys/linuxDmitry Vyukov2017-09-151-277/+0
|
* sys: reformat descriptionsDmitry Vyukov2017-08-181-2/+1
|
* sys: improve /dev/snd/seq and /dev/snd/timer descriptionsDmitry Vyukov2017-01-181-11/+14
|
* sys: add string flagsDmitry Vyukov2016-11-111-1/+1
| | | | | | | | | | Allow to define string flags in txt descriptions. E.g.: filesystem = "ext2", "ext3", "ext4" and then use it in string type: ptr[in, string[filesystem]]
* Rename duplicate fields in templatesAndrey Konovalov2016-10-101-4/+4
|
* sys: support recursive structsDmitry Vyukov2016-09-051-5/+1
| | | | | | A struct can have a pointer to itself directly or indirectly. Currently it leads to inifinite recursion when generating descriptions. Fix this.
* sys: specify resources in text descriptionsDmitry Vyukov2016-08-271-35/+37
| | | | | | Currently to add a new resource one needs to modify multiple source files, which complicates descirption of new system calls. Move resource descriptions from source code to text desciptions.
* sys: implement array byte size argumentsDmitry Vyukov2016-01-231-2/+1
|
* sys: introduce a generic syz_open_dev helper syscallDmitry Vyukov2016-01-131-1/+1
|
* sys: support /dev/snd/seqDmitry Vyukov2016-01-111-0/+278