aboutsummaryrefslogtreecommitdiffstats
path: root/sys/random.txt
Commit message (Collapse)AuthorAgeFilesLines
* sys: move linux descriptions to sys/linuxDmitry Vyukov2017-09-151-21/+0
|
* sys: add string flagsDmitry Vyukov2016-11-111-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 descriptionsDmitry Vyukov2016-08-271-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 descriptionDmitry Vyukov2016-01-261-19/+19
| | | | Also remove \r in files.
* sys: support /dev/random and /dev/net/tunBaozeng Ding2016-01-261-0/+19