gvisor/pkg/sentry/strace
Ayush Ranjan a9441aea27 [op] Replace syscall package usage with golang.org/x/sys/unix in pkg/.
The syscall package has been deprecated in favor of golang.org/x/sys.

Note that syscall is still used in the following places:
- pkg/sentry/socket/hostinet/stack.go: some netlink related functionalities
  are not yet available in golang.org/x/sys.
- syscall.Stat_t is still used in some places because os.FileInfo.Sys() still
  returns it and not unix.Stat_t.

Updates #214

PiperOrigin-RevId: 360701387
2021-03-03 10:25:58 -08:00
..
BUILD [op] Replace syscall package usage with golang.org/x/sys/unix in pkg/. 2021-03-03 10:25:58 -08:00
capability.go
clone.go [op] Replace syscall package usage with golang.org/x/sys/unix in pkg/. 2021-03-03 10:25:58 -08:00
epoll.go Enable automated marshalling for the syscall package. 2020-09-15 23:38:57 -07:00
futex.go
linux64_amd64.go
linux64_arm64.go
open.go [op] Replace syscall package usage with golang.org/x/sys/unix in pkg/. 2021-03-03 10:25:58 -08:00
poll.go
ptrace.go
select.go
signal.go
socket.go [netstack] Refactor common utils out of netstack to socket package. 2020-12-02 11:34:42 -08:00
strace.go Replace remaining uses of reflection-based marshalling. 2020-09-29 18:08:07 -07:00
strace.proto Import and structure cleanup. 2019-11-21 11:41:30 -08:00
syscalls.go