syzkaller/vm/vmimpl
Dmitry Vyukov 18d7d030e5 vm/vmimpl: update console code for the new unix package
The current code is now broken on darwin:

syzkaller$ GOOS=darwin go install ./vm/...
vm/vmimpl/console.go:30:33: undefined: unix.SYS_IOCTL
vm/vmimpl/console.go:45:32: undefined: unix.SYS_IOCTL
2020-09-15 19:34:30 +02:00
..
console_darwin.go all: get rid of underscores in identifiers 2018-05-07 17:59:06 +02:00
console_freebsd.go all: get rid of underscores in identifiers 2018-05-07 17:59:06 +02:00
console_linux_386.go all: get rid of underscores in identifiers 2018-05-07 17:59:06 +02:00
console_linux_amd64.go all: get rid of underscores in identifiers 2018-05-07 17:59:06 +02:00
console_linux_arm64.go all: get rid of underscores in identifiers 2018-05-07 17:59:06 +02:00
console_linux_arm.go all: get rid of underscores in identifiers 2018-05-07 17:59:06 +02:00
console_linux_ppc64le.go all: get rid of underscores in identifiers 2018-05-07 17:59:06 +02:00
console_linux_riscv64.go vm/vmimpl: add support for linux/riscv64 2020-06-26 16:41:30 +02:00
console_linux_s390x.go sys/linux: first 64bit big-endian architecture s390x 2020-06-25 23:08:45 +02:00
console_netbsd.go all: get rid of underscores in identifiers 2018-05-07 17:59:06 +02:00
console_openbsd.go vm/vmm: support for vmm found on OpenBSD (#678) 2018-08-18 13:06:44 -07:00
console.go vm/vmimpl: update console code for the new unix package 2020-09-15 19:34:30 +02:00
freebsd.go all: fix comments format 2020-07-12 08:22:44 +02:00
merger_test.go all: fix gometalinter warnings 2018-03-08 18:48:26 +01:00
merger.go all: fix some static analysis warnings 2019-04-23 17:58:54 +03:00
openbsd.go all: fix comments format 2020-07-12 08:22:44 +02:00
util.go Revert "vm/vmimpl: disallow ssh authentication agent" 2020-08-18 15:06:05 +02:00
vmimpl.go vm/vmimpl: produce better error in WaitForSSH 2019-01-24 18:56:19 +01:00