runc/system
Adam Conrad 0e3181a0b0
Fix setns syscall number for ARM, this has been wrong all along.
See: http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=571503e10045c89af951962ea0bb783482663aad

Signed-off-by: Adam Conrad <adconrad@0c3.net>
2015-04-10 12:49:28 -06:00
..
linux.go Refactor init actions into separate types 2015-02-11 11:20:08 -08:00
proc.go Add initial system pkg to libcontainer 2014-07-14 16:46:51 -07:00
setns_linux.go Fix setns syscall number for ARM, this has been wrong all along. 2015-04-10 12:49:28 -06:00
syscall_linux_64.go Add support for ARMv8 (AKA: arm64 or Aarch64) 2015-04-10 12:48:48 -06:00
syscall_linux_386.go Adds support for Setuid/Setgid calls that has been removed from 2014-10-20 15:20:08 -04:00
syscall_linux_arm.go Use SYS_SETUID32 for system.Setuid() on Linux for ARM 2014-11-17 14:16:32 +01:00
sysconfig.go Implement system.GetClockTicks for all platforms 2014-07-29 14:37:47 +02:00
sysconfig_notcgo.go Implement system.GetClockTicks for all platforms 2014-07-29 14:37:47 +02:00
xattrs_linux.go Update system/xattrs_linux.go 2014-10-01 17:24:03 -07:00