aboutsummaryrefslogtreecommitdiffstats
path: root/sys/input.txt
Commit message (Collapse)AuthorAgeFilesLines
* sys: move linux descriptions to sys/linuxDmitry Vyukov2017-09-151-177/+0
|
* sys: reformat descriptionsDmitry Vyukov2017-08-181-20/+20
|
* sys: refine EVIOCGMASK descriptionDmitry Vyukov2017-02-061-2/+2
| | | | | | Fuzzer used this call to corrupt output data involving treating part of file name as a pointer into data section. Machines are raising...
* prog, sys: fix padding varlen structsAndrey Konovalov2017-01-191-1/+1
|
* 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: specify resources in text descriptionsDmitry Vyukov2016-08-271-41/+43
| | | | | | 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 ranged int in few syscalls so that it is testedDmitry Vyukov2016-08-131-1/+1
|
* sys: implement array byte size argumentsDmitry Vyukov2016-01-231-2/+1
|
* sys: use kernel headers instead of host headersDmitry Vyukov2016-01-221-15/+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: support /dev/input/event ioctlsDmitry Vyukov2016-01-151-0/+172
|
* sys: support /dev/input/{mouse,mice,event}Dmitry Vyukov2016-01-131-0/+19