1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/pkg/term
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
..
windows [pkg/term] switch syscall to x/sys 2017-05-15 18:34:41 -04:00
ascii.go Implement configurable detach key 2016-01-03 23:03:39 +01:00
ascii_test.go Implement configurable detach key 2016-01-03 23:03:39 +01:00
tc_other.go [pkg/term] switch syscall to x/sys 2017-05-15 18:34:41 -04:00
tc_solaris_cgo.go [pkg/term] switch syscall to x/sys 2017-05-15 18:34:41 -04:00
term.go [pkg/term] switch syscall to x/sys 2017-05-15 18:34:41 -04:00
term_solaris.go [pkg/term] switch syscall to x/sys 2017-05-15 18:34:41 -04:00
term_unix.go [pkg/term] switch syscall to x/sys 2017-05-15 18:34:41 -04:00
term_windows.go [pkg/term] switch syscall to x/sys 2017-05-15 18:34:41 -04:00
termios_darwin.go [pkg/term] switch syscall to x/sys 2017-05-15 18:34:41 -04:00
termios_freebsd.go [pkg/term] switch syscall to x/sys 2017-05-15 18:34:41 -04:00
termios_linux.go [pkg/term] switch syscall to x/sys 2017-05-15 18:34:41 -04:00
termios_openbsd.go [pkg/term] switch syscall to x/sys 2017-05-15 18:34:41 -04:00