aboutsummaryrefslogtreecommitdiffstats
path: root/sys/freebsd/socket_amd64.const
Commit message (Collapse)AuthorAgeFilesLines
* sys/freebsd: switch to the new .const formatMark Johnston2020-09-131-86/+0
|
* sys/freebsd: add bindat(2)Mark Johnston2020-03-271-0/+1
|
* sys/freebsd: add connectat(2)Mark Johnston2020-03-271-0/+1
|
* sys/freebsd: Improve socket related tests for FreeBSD.Michael Tuexen2018-12-081-55/+25
|
* FreeBSD: Fix make extractMichael Tüxen2018-11-301-0/+2
| | | | | | | | | | * FreeBSD: Fix make extract. A header was missing... * FreeBSD: Fix make extract Changes in generated files.
* sys/freebsd: more syscall descriptionsDmitry Vyukov2017-10-171-0/+112
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.