aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/socket_ax25.txt
Commit message (Collapse)AuthorAgeFilesLines
* dashboard/config/linux: increase number of devices to 32Dmitry Vyukov2024-10-241-0/+2
|
* sys/linux: chmod -x *.txtAndrey Konovalov2019-01-091-0/+0
| | | | For some reason some syscall description txt files are +x. Do chmod -x.
* sys/linux: add basic X25 descriptionsDmitry Vyukov2018-12-241-0/+1
|
* sys/linux: extend AX25/ROSE/NETROM descriptionsDmitry Vyukov2018-12-241-18/+136
|
* 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: a bunch of assorted improvements and fixesDmitry Vyukov2018-03-051-4/+1
|
* sys: move linux descriptions to sys/linuxDmitry Vyukov2017-09-151-0/+63