runc/libcontainer/system
Sebastien Boeuf bb912eb00c libcontainer: Do not wait for signalled processes if subreaper is set
When a subreaper is enabled, it might expect to reap a process and
retrieve its exit code. That's the reason why this patch is giving
the possibility to define the usage of a subreaper as a consumer of
libcontainer. Relying on this information, libcontainer will not
wait for signalled processes in case a subreaper has been set.

Fixes #1677

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2017-12-14 10:37:38 -08:00
..
linux.go libcontainer: Do not wait for signalled processes if subreaper is set 2017-12-14 10:37:38 -08: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 libcontainer: merge common syscall implementations 2017-10-16 11:11:18 +02:00
sysconfig.go libcontainer: drop FreeBSD support 2017-11-24 14:51:05 +01: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