aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/dev_kvm.txt
Commit message (Collapse)AuthorAgeFilesLines
* pkg/compiler: check that flags values fit into base typeDmitry Vyukov2020-03-171-1/+1
| | | | | | | | flags[foo, int8] foo = 0x12345678 is always an error, detect these cases. Found some bugs in mptcp, packet sockets, kvm.
* sys/linux: fix 32-bit warningsDmitry Vyukov2019-12-231-4/+4
| | | | | | | Lots of interesting findings... Especially 2 byte uid/gid/pid. Update #590
* sys/linux: fix 240 warnings in descriptionsDmitry Vyukov2019-12-201-11/+11
| | | | | | Sweeping fix of everything up to socket_netlink_route.txt. Update #590
* sys/linux: another batch of syz-check fixesDmitry Vyukov2019-12-181-37/+47
| | | | Update #590
* sys/linux: rename dev descriptions filesAndrey Konovalov2019-02-011-0/+805
Prefix file names of descriptions of /dev/* files with dev_. And give some of them more appropriate names.