gvisor/runsc/cgroup
Ayush Ranjan e668288faf [op] Replace syscall package usage with golang.org/x/sys/unix in runsc/.
The syscall package has been deprecated in favor of golang.org/x/sys.

Note that syscall is still used in some places because the following don't seem
to have an equivalent in unix package:
- syscall.SysProcIDMap
- syscall.Credential

Updates #214

PiperOrigin-RevId: 361381490
2021-03-06 22:07:07 -08:00
..
BUILD Return nicer error message when cgroups v1 isn't available 2021-02-22 15:57:07 -08:00
cgroup.go [op] Replace syscall package usage with golang.org/x/sys/unix in runsc/. 2021-03-06 22:07:07 -08:00
cgroup_test.go Clean cgroupt mountinfo and add more test cases 2021-01-27 12:02:27 +00:00