aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/kvm.txt
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: rename dev descriptions filesAndrey Konovalov2019-02-011-805/+0
| | | | | Prefix file names of descriptions of /dev/* files with dev_. And give some of them more appropriate names.
* sys/linux: update TODO commentsDmitry Vyukov2019-01-241-2/+2
| | | | | | Change TODO comments that refer to missing description language features to NEED comments as that it's easier to grep for them. Remove some outdated comments. Fix 2 easy fixable TODOs.
* sys/linux: add perf, kvm, btrfs consts for trace2syzshankarapailoor2018-10-301-0/+1
|
* sys/linux: fix kvm_ioeventfd layoutDmitry Vyukov2018-08-261-1/+2
|
* sys/linux: add few assorted new flags/ioctlsDmitry Vyukov2018-08-261-0/+24
|
* pkg/compiler: check for unused declarationsDmitry Vyukov2018-06-301-9/+2
| | | | | Error on unused structs/unions/resources/flags. Finds tons of bugs.
* sys: mark output resources as optDmitry Vyukov2018-06-181-1/+1
| | | | | Mark output resources as opt in preparation for more precise constructor calculation.
* gometalinter: enable misspellDmitry Vyukov2018-05-031-3/+3
| | | | Update #538
* sys/linux: a bunch of assorted improvementsDmitry Vyukov2018-04-271-5/+15
|
* sys/linux: fix some copy-paste errorsDmitry Vyukov2017-12-281-1/+0
|
* pkg/compiler: add check that len does not refer to array with varlen elementsDmitry Vyukov2017-11-281-3/+3
| | | | | This [almost] always means a bug in descriptions. Fix all bugs identified by the check.
* sys: move linux descriptions to sys/linuxDmitry Vyukov2017-09-151-0/+777