gvisor/pkg/cpuid
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
cpu_amd64.s Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
cpuid.go Internal change. 2020-12-15 16:51:35 -08:00
cpuid_arm64.go Fix simple mistakes identified by goreportcard. 2021-01-12 12:38:22 -08:00
cpuid_arm64_test.go Enable pkg/cpuid support on arm64. 2020-02-10 02:46:05 +00:00
cpuid_parse_x86_test.go [op] Replace syscall package usage with golang.org/x/sys/unix in pkg/. 2021-03-03 10:25:58 -08:00
cpuid_x86.go Internal change. 2020-12-15 16:51:35 -08:00
cpuid_x86_test.go Fix 386 build tags 2020-04-01 10:00:03 -07:00