aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/socket_inet_tcp_arm64.const
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: switch to the new .const formatDmitry Vyukov2020-08-131-80/+0
| | | | | | | This reduces number of const files/lines from 1288/96599 to 158/11603. Const files are generated on next-20200813. Update #1983
* sys/linux: use literal consts instead of hardcoded numberDmitry Vyukov2020-02-011-0/+1
|
* sys/linux: add new consts/flags/fields here and thereDmitry Vyukov2019-05-101-0/+15
| | | | Add a bunch of new small interfaces in 5.2: new consts, flags, fields, etc.
* sys: remove socketpair for AF_INET and AF_INET6Michael Tüxen2018-12-041-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * OpebBSD: remove socketpair() for AF_INET and AF_INET6. socketpair() is only supported on AF_UNIX. * NetBSD: remove socketpair() for AF_INET and AF_INET6. socketpair() is only supported for AF_UNIX. * FreeBSD: remove socketpair() for AF_INET and AF_INET6. socketpair() only supports AF_UNIX. * Linux: remove socketpair for AF_INET and AF_INET6. socketpair only supports AF_UNIX. * Autogenerated files. These are manually generated for all platforms you are not running on. FreeBSD in this case. * executor: rebase. * sys/freebsd: rebase. * sys/linux: use AF_UNIX based socketpair for nbd. This was suggested by Dmitry. Fixes #845
* sys/linux: refine tcp repair descriptionsDmitry Vyukov2018-11-171-0/+6
|
* sys/linux: add TCP_ZEROCOPY_RECEIVE and TCP_INQDmitry Vyukov2018-06-081-0/+2
|
* sys/linux: a bunch of assorted improvementsDmitry Vyukov2018-04-271-0/+4
|
* sys/linux: add AF_SMC socketsDmitry Vyukov2018-02-221-0/+1
|
* sys/linux: assorted improvementsDmitry Vyukov2017-12-291-0/+5
| | | | Mostly extensions of API in 4.15.
* sys: move linux descriptions to sys/linuxDmitry Vyukov2017-09-151-0/+47