gvisor/pkg/shim
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
..
proc [op] Replace syscall package usage with golang.org/x/sys/unix in pkg/. 2021-03-03 10:25:58 -08:00
runsc [op] Replace syscall package usage with golang.org/x/sys/unix in pkg/. 2021-03-03 10:25:58 -08:00
runtimeoptions Delete shim v1 2021-01-12 17:54:10 -08:00
utils Delete shim v1 2021-01-12 17:54:10 -08:00
BUILD Delete shim v1 2021-01-12 17:54:10 -08:00
api.go Delete shim v1 2021-01-12 17:54:10 -08:00
epoll.go Delete shim v1 2021-01-12 17:54:10 -08:00
options.go Delete shim v1 2021-01-12 17:54:10 -08:00
service.go [op] Replace syscall package usage with golang.org/x/sys/unix in pkg/. 2021-03-03 10:25:58 -08:00
service_linux.go [op] Replace syscall package usage with golang.org/x/sys/unix in pkg/. 2021-03-03 10:25:58 -08:00
state.go Delete shim v1 2021-01-12 17:54:10 -08:00