aboutsummaryrefslogtreecommitdiffstats
path: root/sys/freebsd/socket_unix_amd64.const
Commit message (Collapse)AuthorAgeFilesLines
* sys/freebsd: switch to the new .const formatMark Johnston2020-09-131-22/+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: Add pf ioctl()sKristof Provost2019-04-231-7/+0
| | | | | Tweak the building of the FreeBSD vm image to ensure pf is loaded at startup, so that we can test it.
* sys/freebsd: more syscall descriptionsDmitry Vyukov2017-10-171-0/+27
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.