aboutsummaryrefslogtreecommitdiffstats
path: root/sys/freebsd/socket_inet_tcp_amd64.const
Commit message (Collapse)AuthorAgeFilesLines
* sys/freebsd: switch to the new .const formatMark Johnston2020-09-131-32/+0
|
* sys/freebsd: improve TCP testsMichael Tüxen2018-12-051-6/+18
| | | | | | | | | | * sys/freebsd: improve TCP tests Add missing TCP socket options for FreeBSD. * sys/freebsd: improve TCP tests Add socket option description for TCP_FASTOPEN.
* 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/freebsd: more syscall descriptionsDmitry Vyukov2017-10-171-0/+21
This is mostly copied form linux. We probably need better support for sharing descriptions between multiple OSes. But there are lots of differences, so this is not trivial.