runc/libcontainer/system
Tibor Vass c205e9fb64 libcontainer: fix compilation on GOARCH=arm GOARM=6 (32 bits)
This fixes the following compilation error on 32bit ARM:
```
$ GOARCH=arm GOARCH=6 go build ./libcontainer/system/
libcontainer/system/linux.go:119:89: constant 4294967295 overflows int
```

Signed-off-by: Tibor Vass <tibor@docker.com>
2018-06-14 18:33:14 +00:00
..
linux.go libcontainer: fix compilation on GOARCH=arm GOARM=6 (32 bits) 2018-06-14 18:33:14 +00:00
linux_test.go libcontainer: add parser for /etc/sub{u,g}id and /proc/PID/{u,g}id_map 2018-05-10 12:16:43 +09:00
proc.go libcontainer/system/proc: Add Stat_t.State 2017-06-20 16:26:55 -07:00
proc_test.go libcontainer/system/proc: Add Stat_t.State 2017-06-20 16:26:55 -07:00
syscall_linux_32.go libcontainer: merge common syscall implementations 2017-10-16 11:11:18 +02:00
syscall_linux_64.go libcontainer: merge common syscall implementations 2017-10-16 11:11:18 +02:00
sysconfig.go libcontainer: drop FreeBSD support 2017-11-24 14:51:05 +01:00
sysconfig_notcgo.go Move libcontainer into subdirectory 2015-06-21 19:29:15 -07:00
unsupported.go main: support rootless mode in userns 2018-05-10 12:16:43 +09:00
xattrs_linux.go Use symlink xattr functions from x/sys/unix 2017-05-31 13:50:34 +02:00