Update canonical repository.

This can be merged after:
https://github.com/google/gvisor-website/pull/77
  or
https://github.com/google/gvisor-website/pull/78

PiperOrigin-RevId: 253132620
This commit is contained in:
Adin Scannell
2019-06-13 16:50:15 -07:00
committed by Shentubot
parent 0c8603084d
commit add40fd6ad
815 changed files with 2977 additions and 2947 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ go_library(
"unet.go",
"unet_unsafe.go",
],
importpath = "gvisor.googlesource.com/gvisor/pkg/unet",
importpath = "gvisor.dev/gvisor/pkg/unet",
visibility = ["//visibility:public"],
deps = [
"//pkg/abi/linux",
+1 -1
View File
@@ -23,7 +23,7 @@ import (
"sync/atomic"
"syscall"
"gvisor.googlesource.com/gvisor/pkg/gate"
"gvisor.dev/gvisor/pkg/gate"
)
// backlog is used for the listen request.
+1 -1
View File
@@ -21,7 +21,7 @@ import (
"syscall"
"unsafe"
"gvisor.googlesource.com/gvisor/pkg/abi/linux"
"gvisor.dev/gvisor/pkg/abi/linux"
)
// wait blocks until the socket FD is ready for reading or writing, depending