containerd/sys
Sebastiaan van Stijn 93342d637c
replace sys Sequential funcs with moby/sys/sequential
These functions were originally copied from the docker / moby repository in
4a7a8efc2d. Migrating these functions to use the
github.com/moby/sys/sequential module allows them being shared between moby,
docker/cli, and containerd, and to allow using them without importing all of sys
which also depends on hcsshim and more.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-08-29 18:36:34 +02:00
..
reaper feat: replace github.com/pkg/errors to errors 2022-01-07 10:27:03 +08:00
epoll.go Run go fmt with Go 1.17 2021-08-22 09:31:50 +09:00
fds.go refactor: move from io/ioutil to io and os package 2021-09-21 09:50:38 +08:00
filesys_deprecated_windows.go replace sys Sequential funcs with moby/sys/sequential 2022-08-29 18:36:34 +02:00
filesys_unix.go Run go fmt with Go 1.17 2021-08-22 09:31:50 +09:00
filesys_windows.go replace sys Sequential funcs with moby/sys/sequential 2022-08-29 18:36:34 +02:00
oom_linux_test.go Use testify 2022-04-01 18:17:58 -07:00
oom_linux.go refactor: move from io/ioutil to io and os package 2021-09-21 09:50:38 +08:00
oom_unsupported.go Run go fmt with Go 1.17 2021-08-22 09:31:50 +09:00
socket_unix.go feat: replace github.com/pkg/errors to errors 2022-01-07 10:27:03 +08:00
socket_windows.go Remove redundant build tags 2021-08-05 22:27:46 -07:00
userns_deprecated.go Move RunningInUserNS() to its own package 2021-03-23 11:29:53 +01:00