aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/socket_caif.txt
Commit message (Collapse)AuthorAgeFilesLines
* pkg/compiler: check that const values fit into base typeDmitry Vyukov2020-03-171-2/+2
| | | | | const[0x12345678, int8] is always an error, detect these cases. Found some bugs in mptcp, socket proto and fuchsia fidl descriptions.
* pkg/compiler: ensure consistency of syscall argument typesDmitry Vyukov2020-03-171-2/+2
| | | | | | | | | | | | | | | | | | Ensure that we don't have conflicting sizes for the same argument of the same syscall, e.g.: foo$1(a int16) foo$2(a int32) This is useful for several reasons: - we will be able avoid morphing syscalls into other syscalls - we will be able to figure out more precise sizes for args (lots of them are implicitly intptr, which is the largest type on most important arches) - found few bugs in linux descriptions Update #477 Update #502
* sys/linux: add basic AF_CAIF descriptionsDmitry Vyukov2018-12-241-0/+51