aboutsummaryrefslogtreecommitdiffstats
path: root/sys/dri.txt
Commit message (Collapse)AuthorAgeFilesLines
* sys: move linux descriptions to sys/linuxDmitry Vyukov2017-09-151-337/+0
|
* sys: add missing include file for some DRI constantsDmitry Vyukov2017-01-181-1/+2
|
* sys: add string flagsDmitry Vyukov2016-11-111-3/+3
| | | | | | | | | | 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]]
* sys: resolve some old TODOs in descriptionsDmitry Vyukov2016-09-051-27/+26
|
* sys: specify resources in text descriptionsDmitry Vyukov2016-08-271-84/+87
| | | | | | 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: use kernel headers instead of host headersDmitry Vyukov2016-01-221-7/+0
| | | | | | | | This solves several problems: - host usually have outdates headers, so previously we need to define missing consts - host may not have some headers at all - generation depends on linux distribution and version - some of the consts cannot be defined at all (e.g. ioctls that use struct arguments)
* sys: describe more dri syscallsDmitry Vyukov2016-01-161-3/+268
|
* sys: introduce a generic syz_open_dev helper syscallDmitry Vyukov2016-01-131-1/+1
|
* sys: move more subsystems into separate filesDmitry Vyukov2015-12-281-0/+76