runc/libcontainer/system
Sebastiaan van Stijn 402d645c5c
Simplify ticks, as the value is a constant
See for example in the Musl libc source code https://git.musl-libc.org/cgit/musl/tree/src/conf/sysconf.c#n29

This removes the cgo dependency for the system package.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-05-04 23:05:46 +02:00
..
linux.go libcontainer: RunningInUserNS() use sync.Once 2020-05-04 15:53:33 +02: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 Bump x/sys and update syscall to start Risc-V support 2019-08-29 12:09:08 -03: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