runc/libcontainer/system
Tobias Klauser 553016d7da Use Prctl() from x/sys/unix instead of own wrapper
Use unix.Prctl() instead of reimplemnting it as system.Prctl().

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
2017-06-07 15:03:15 +02:00
..
linux.go Use Prctl() from x/sys/unix instead of own wrapper 2017-06-07 15:03:15 +02:00
proc.go Fix issue in `GetProcessStartTime` 2016-10-20 11:34:21 -07:00
proc_test.go Fix issue in `GetProcessStartTime` 2016-10-20 11:34:21 -07:00
syscall_linux_64.go Move libcontainer to x/sys/unix 2017-05-22 17:35:20 -05:00
syscall_linux_386.go Move libcontainer to x/sys/unix 2017-05-22 17:35:20 -05:00
syscall_linux_arm.go Move libcontainer to x/sys/unix 2017-05-22 17:35:20 -05:00
sysconfig.go Cleanup GetLongBit 2016-08-02 09:04:30 +08:00
sysconfig_notcgo.go Move libcontainer into subdirectory 2015-06-21 19:29:15 -07:00
unsupported.go Stub RunningInUserNS for non-Linux 2016-03-03 16:33:43 -05:00
xattrs_linux.go Use symlink xattr functions from x/sys/unix 2017-05-31 13:50:34 +02:00