aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/socket_inet_sctp.txt
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: update consts to next-20230331Dmitry Vyukov2023-04-031-0/+1
|
* pkg/compiler: refactor attribute handlingDmitry Vyukov2020-04-191-10/+10
| | | | | | | | | | | | Introduce common infrastructure for describing and parsing attribute instead of custom per-attribute code scattered across several locations. Change align attribute syntax from the weird align_N to align[N]. This also allows to use literal constants as N. Introduce notion of builtin constants. Currently we have only PTR_SIZE, which is needed to replace align_ptr with align[PTR_SIZE].
* sys/linux: various descriptions fixesAndrey Konovalov2019-12-181-18/+23
|
* sys/linux: chmod -x *.txtAndrey Konovalov2019-01-091-0/+0
| | | | For some reason some syscall description txt files are +x. Do chmod -x.
* 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
* pkg/compiler: check for unused declarationsDmitry Vyukov2018-06-301-2/+2
| | | | | Error on unused structs/unions/resources/flags. Finds tons of bugs.
* sys/linux: a bunch of assorted improvementsDmitry Vyukov2018-04-271-6/+50
|
* sys/linux: assorted improvementsDmitry Vyukov2017-12-291-4/+35
| | | | Mostly extensions of API in 4.15.
* pkg/compiler: add check that len does not refer to array with varlen elementsDmitry Vyukov2017-11-281-7/+7
| | | | | This [almost] always means a bug in descriptions. Fix all bugs identified by the check.
* sys/linux: fix control len in msghdr'sDmitry Vyukov2017-11-271-1/+1
| | | | Contol len is in bytes, not array elements.
* sys: move linux descriptions to sys/linuxDmitry Vyukov2017-09-151-0/+511