aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/socket_inet_dccp.txt
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: update descriptionsPimyn Girgis2025-12-031-0/+1
| | | | | MSM_SUBMIT_SYNCOBJ_RESET was renamed to MSM_SYNCOBJ_RESET in the Linux kernel. Rename it in descriptions as well. Include necessary headers for dccp and dev_kvm.
* sys: remove socketpair for AF_INET and AF_INET6Michael Tüxen2018-12-041-12/+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: move linux descriptions to sys/linuxDmitry Vyukov2017-09-151-0/+42