aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/dev_ptp.txt
Commit message (Collapse)AuthorAgeFilesLines
* pkg/compiler: ensure consistency of syscall argument typesDmitry Vyukov2020-03-171-1/+1
| | | | | | | | | | | | | | | | | | 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: fix 240 warnings in descriptionsDmitry Vyukov2019-12-201-6/+4
| | | | | | Sweeping fix of everything up to socket_netlink_route.txt. Update #590
* sys/linux: add /dev/ptp descriptionsDmitry Vyukov2019-12-011-0/+77