| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | sys: move linux descriptions to sys/linux | Dmitry Vyukov | 2017-09-15 | 1 | -277/+0 |
| | | |||||
| * | sys: reformat descriptions | Dmitry Vyukov | 2017-08-18 | 1 | -2/+1 |
| | | |||||
| * | sys: improve /dev/snd/seq and /dev/snd/timer descriptions | Dmitry Vyukov | 2017-01-18 | 1 | -11/+14 |
| | | |||||
| * | sys: add string flags | Dmitry Vyukov | 2016-11-11 | 1 | -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 templates | Andrey Konovalov | 2016-10-10 | 1 | -4/+4 |
| | | |||||
| * | sys: support recursive structs | Dmitry Vyukov | 2016-09-05 | 1 | -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 descriptions | Dmitry Vyukov | 2016-08-27 | 1 | -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 arguments | Dmitry Vyukov | 2016-01-23 | 1 | -2/+1 |
| | | |||||
| * | sys: introduce a generic syz_open_dev helper syscall | Dmitry Vyukov | 2016-01-13 | 1 | -1/+1 |
| | | |||||
| * | sys: support /dev/snd/seq | Dmitry Vyukov | 2016-01-11 | 1 | -0/+278 |
