aboutsummaryrefslogtreecommitdiffstats
path: root/vm/vmimpl/linux.go
Commit message (Collapse)AuthorAgeFilesLines
* vm/qemu, vm/gce: dump LOCKDEP state in DiagnoseDmitry Vyukov2020-11-211-0/+26
| | | | | For context see the discussion at: https://groups.google.com/g/syzkaller/c/ruwaYUvwHTw/m/E9Cg9OfvAgAJ
* vm/vmimpl: fix linux/ppc64le buildDmitry Vyukov2017-06-271-17/+0
|
* Restore TCGETS2 (#256)Zach Riggle2017-06-271-4/+2
|
* vm/vmimple: fix build and reformatDmitry Vyukov2017-06-261-6/+7
|
* Port console to Darwin (#253)Zach Riggle2017-06-261-0/+18
* Port console to Darwin * Get syz-executor to build correctly * Do not export unix and syscall constants * Add presubmit test * Add myself to contributors