aboutsummaryrefslogtreecommitdiffstats
path: root/sys/socket_inet_sctp.txt
Commit message (Collapse)AuthorAgeFilesLines
* sys: move linux descriptions to sys/linuxDmitry Vyukov2017-09-151-511/+0
|
* sys: reformat descriptionsDmitry Vyukov2017-08-181-66/+66
|
* sys: refactor and improve SCTP socket descriptionsAndrey Konovalov2017-05-261-222/+408
|
* sys: add some ip socket optionsAndrey Konovalov2017-04-201-10/+0
|
* sys: consistent names for ip socketsAndrey Konovalov2017-04-181-13/+14
|
* sys: use consistent setsockopt$type_* names for socket optionsAndrey Konovalov2017-04-081-70/+70
|
* sys: use consistent ioctl$sock* name for socket ioctlsAndrey Konovalov2017-04-081-1/+1
|
* sys: move ipv6 sockets to its own fileAndrey Konovalov2017-04-071-0/+10
|
* sys: split socket.txt into multiple files based on socket typeAndrey Konovalov2017-02-091-0/+324
This just moves syscall descriptions and fixes up includes without any semantic changes.