aboutsummaryrefslogtreecommitdiffstats
path: root/vm/vmimpl/darwin.go
Commit message (Collapse)AuthorAgeFilesLines
* vm/vmimpl: fix linux/ppc64le buildDmitry Vyukov2017-06-271-15/+0
|
* vm/vmimple: fix build and reformatDmitry Vyukov2017-06-261-4/+4
|
* Port console to Darwin (#253)Zach Riggle2017-06-261-0/+15
* Port console to Darwin * Get syz-executor to build correctly * Do not export unix and syscall constants * Add presubmit test * Add myself to contributors