moby--moby/pkg/term/windows
Christopher Jones f30b072b81
[pkg/term] switch syscall to x/sys
Switches calls to syscall to x/sys, which is more up to date.
This is fixes a number of possible bugs on other architectures
where ioctl tcget and tcset aren't implemented correctly.

There are a few remaining syscall references, because x/sys doesn't
have an Errno implementation yet.

Also removes a ppc64le and cgo build tag that fixes building on
ppc64le without cgo

Signed-off-by: Christopher Jones <tophj@linux.vnet.ibm.com>
2017-05-15 18:34:41 -04:00
..
ansi_reader.go [pkg/term] switch syscall to x/sys 2017-05-15 18:34:41 -04:00
ansi_writer.go [pkg/term] switch syscall to x/sys 2017-05-15 18:34:41 -04:00
console.go [pkg/term] switch syscall to x/sys 2017-05-15 18:34:41 -04:00
windows.go [pkg/term] switch syscall to x/sys 2017-05-15 18:34:41 -04:00
windows_test.go [pkg/term] switch syscall to x/sys 2017-05-15 18:34:41 -04:00