aboutsummaryrefslogtreecommitdiffstats
path: root/sys/socket_unix.txt
Commit message (Collapse)AuthorAgeFilesLines
* sys: move linux descriptions to sys/linuxDmitry Vyukov2017-09-151-78/+0
|
* sys: change proc arguments to the format used by const/flags/lenDmitry Vyukov2017-08-311-1/+1
| | | | | | | | All other types have optional underlying type as the last argument. Proc have it as first. This creates very irregular syntax and complicates parsing. Make type the last argument. Note: this is a breaking change if you have descriptions on the side.
* sys: split socket.txt into multiple files based on socket typeAndrey Konovalov2017-02-091-0/+78
This just moves syscall descriptions and fixes up includes without any semantic changes.