| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | sys: move linux descriptions to sys/linux | Dmitry Vyukov | 2017-09-15 | 1 | -21/+0 |
| | | |||||
| * | sys: add string flags | Dmitry Vyukov | 2016-11-11 | 1 | -2/+2 |
| | | | | | | | | | | | 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 descriptions | Dmitry Vyukov | 2016-08-27 | 1 | -7/+9 |
| | | | | | | | 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: fix write$tun description | Dmitry Vyukov | 2016-01-26 | 1 | -19/+19 |
| | | | | | Also remove \r in files. | ||||
| * | sys: support /dev/random and /dev/net/tun | Baozeng Ding | 2016-01-26 | 1 | -0/+19 |
