docker/libcontainerd
R Tyler Croy ed1efb503d Allow libcontainerd to build properly on FreeBSD
This includes some changes where the libcontainer code is simply running the
same stubs that it would have previously been running on Solaris

Signed-off-by: R Tyler Croy <tyler@monkeypox.org>
2017-08-16 10:41:01 +08:00
..
client.go fix typo in libcontainerd/client.go 2017-01-11 23:10:02 +08:00
client_freebsd.go Allow libcontainerd to build properly on FreeBSD 2017-08-16 10:41:01 +08:00
client_linux.go Handle paused container when restoring without live-restore set 2017-03-09 13:37:08 -08:00
client_solaris.go Add expected 3rd party binaries commit ids to info 2016-11-09 07:42:44 -08:00
client_unix.go Allow libcontainerd/client to build properly on FreeBSD 2017-08-16 10:41:01 +08:00
client_windows.go Wait to delete container when restoring on Windows 2017-03-31 10:59:00 -07:00
container.go
container_unix.go Allow libcontainer/container_unix to build on FreeBSD 2017-08-16 10:41:00 +08:00
container_windows.go Stop holding client container lock during shutdown 2017-03-07 16:24:34 -08:00
oom_linux.go
oom_unix.go Allow libcontainerd to build properly on FreeBSD 2017-08-16 10:41:01 +08:00
pausemonitor_unix.go
process.go
process_unix.go Ensure libcontainerd/process_unix builds on FreeBSD 2017-08-16 10:41:00 +08:00
process_windows.go Windows: Remove unused commandLine 2017-02-02 11:16:11 -08:00
queue_unix.go Allow libcontainerd to build properly on FreeBSD 2017-08-16 10:41:01 +08:00
remote.go
remote_unix.go Allow libcontainerd to build properly on FreeBSD 2017-08-16 10:41:01 +08:00
remote_windows.go
types.go Add expected 3rd party binaries commit ids to info 2016-11-09 07:42:44 -08:00
types_freebsd.go Allow libcontainerd to build properly on FreeBSD 2017-08-16 10:41:01 +08:00
types_linux.go
types_solaris.go
types_windows.go (*) Support --net:container:<containername/id> for windows 2017-02-28 20:03:43 -08:00
utils_linux.go
utils_unix.go Allow libcontainerd to build properly on FreeBSD 2017-08-16 10:41:01 +08:00
utils_windows.go
utils_windows_test.go