aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/socket_rds.txt
Commit message (Collapse)AuthorAgeFilesLines
* pkg/compiler: refactor attribute handlingDmitry Vyukov2020-04-191-2/+2
| | | | | | | | | | | | 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: fix 32-bit warningsDmitry Vyukov2019-12-231-2/+2
| | | | | | | Lots of interesting findings... Especially 2 byte uid/gid/pid. Update #590
* sys/linux: treat cuse as fuseDmitry Vyukov2018-08-261-0/+1
| | | | | | It's mostly fuse. Also regenerate consts on latest kernel.
* sys/linux: a bunch of assorted improvementsDmitry Vyukov2018-04-271-0/+1
|
* sys/linux: add AF_RDS descriptionsDmitry Vyukov2018-01-191-0/+109