aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/socket.txt
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: resolve few TODOsDmitry Vyukov2018-01-081-2/+0
|
* sys/linux: add type alias for socket portDmitry Vyukov2018-01-081-4/+5
| | | | | | type sock_port proc[20000, 4, int16be] That was repeated a few times.
* sys/linux: fix some copy-paste errorsDmitry Vyukov2017-12-281-3/+1
|
* sys/linux: assorted improvements to descriptionsDmitry Vyukov2017-11-271-1/+2
|
* sys/linux: fix control len in msghdr'sDmitry Vyukov2017-11-271-4/+4
| | | | Contol len is in bytes, not array elements.
* sys/linux: add MSG_ZEROCOPYWillem de Bruijn2017-10-171-2/+2
|
* sys: move linux descriptions to sys/linuxDmitry Vyukov2017-09-151-0/+871