aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/socket_vnet.txt
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: fix and regenerate consts on the latest kenrelDmitry Vyukov2021-11-121-1/+1
| | | | Fix missed includes and renamed constants and regenerate const files on 89d714ab60.
* sys/linux: fix make extract on latest linux-nextzizizi2020-08-101-1/+1
| | | | VIRTIO_F_IOMMU_PLATFORM was renamed to VIRTIO_F_ACCESS_PLATFORM
* sys/syz-extract: use -nostdinc on linuxDmitry Vyukov2020-05-111-0/+1
| | | | This makes the build completely hermetic.
* pkg/compiler: refactor attribute handlingDmitry Vyukov2020-04-191-1/+1
| | | | | | | | | | | | 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-1/+1
| | | | | | | Lots of interesting findings... Especially 2 byte uid/gid/pid. Update #590
* sys/linux: another batch of warning fixesDmitry Vyukov2019-12-221-3/+13
| | | | | | The only remaining part now is dev_video4linux.txt Update #590
* sys/linux: regenerate constsDmitry Vyukov2019-12-171-5/+5
| | | | | Regenerate on next-20191217. Rename s/VMADDR_CID_RESERVED/VMADDR_CID_LOCAL/ as it was renamed in kernel.
* sys/linux: describe block device ioctlsDmitry Vyukov2018-04-291-1/+3
| | | | | | Describe block device ioctls. Describe sg device ioctls. Add few more devices.
* sys/linux: add AF_VSOCK/vhost descriptionsDmitry Vyukov2018-01-191-0/+144