aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/socket_ipx.txt
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: regenerate consts, remove ipxDmitry Vyukov2021-10-131-53/+0
| | | | | | Regenerate const files on the latest upstream tree. Remove IPX support since it was removed from the kernel in 7a2e838d28 ("staging: ipx: delete it from the tree").
* sys/linux: fix some warnings in descriptionsDmitry Vyukov2020-06-131-2/+2
| | | | | syz-check pointed to a new batch of bugs in descriptions. Fix them.
* sys: remove socketpair for AF_INET and AF_INET6Michael Tüxen2018-12-041-6/+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: make ifreq template, fix some usagesDmitry Vyukov2018-03-051-7/+2
|
* sys: move linux descriptions to sys/linuxDmitry Vyukov2017-09-151-0/+64