runc/libcontainer/configs
Daniel Dao 8898b6b446 remove placeholder for non-linux platforms
runc currently only support Linux platform, and since we dont intend to expose
the support to other platform, removing all other platforms placeholder code.

`libcontainer/configs` still being used in
https://github.com/moby/moby/blob/master/daemon/daemon_windows.go so
keeping it for now.

After this, we probably should also rename files to drop linux suffices
if possible.

Signed-off-by: Daniel Dao <dqminh89@gmail.com>
2017-11-24 18:14:51 +00:00
..
validate Support cgroups with limits as rootless 2017-10-05 11:22:54 +01:00
blkio_device.go Adjust runc to new opencontainers/specs version 2015-10-03 12:25:33 +02:00
cgroup_linux.go Update memory specs to use int64 not uint64 2017-06-27 12:16:07 +01:00
cgroup_windows.go Windows: Refactor configs/cgroup.go 2015-10-23 13:08:18 -07:00
config.go libcontainer: add support for Intel RDT/CAT in runc 2017-09-01 14:26:33 +08:00
config_linux.go Clean up unix vs linux usage 2017-05-12 17:22:09 +01:00
config_linux_test.go Clean up unix vs linux usage 2017-05-12 17:22:09 +01:00
config_test.go Update runtime spec to 1.0.0.rc5 2017-03-15 11:38:37 -07:00
config_windows_test.go Windows: Refactor state struct 2015-10-26 14:45:20 -07:00
device.go Update runc for devices changes 2016-02-08 13:15:12 -08:00
device_defaults.go libcontainer: drop FreeBSD support 2017-11-24 14:51:05 +01:00
hugepage_limit.go Adjust runc to new opencontainers/specs version 2015-10-03 12:25:33 +02:00
intelrdt.go libcontainer: add support for Intel RDT/CAT in runc 2017-09-01 14:26:33 +08:00
interface_priority_map.go Move libcontainer into subdirectory 2015-06-21 19:29:15 -07:00
mount.go config: Add new Extensions flag to support custom mount options in runc 2016-09-30 09:46:46 -07:00
namespaces.go Move libcontainer into subdirectory 2015-06-21 19:29:15 -07:00
namespaces_linux.go Always save own namespace paths 2017-07-13 16:13:05 +08:00
namespaces_syscall.go Move libcontainer to x/sys/unix 2017-05-22 17:35:20 -05:00
namespaces_syscall_unsupported.go Fix go_vet errors 2017-01-06 10:20:27 +08:00
namespaces_unsupported.go Clean up unix vs linux usage 2017-05-12 17:22:09 +01:00
network.go Move libcontainer into subdirectory 2015-06-21 19:29:15 -07:00