summaryrefslogtreecommitdiffhomepage
path: root/runsc
AgeCommit message (Expand)Author
2020-04-28Merge pull request #2558 from prattmic:forward_signalgVisor bot
2020-04-27Merge pull request #2544 from prattmic:runsc_do_cleanupgVisor bot
2020-04-27runsc: extend do network cleanupMichael Pratt
2020-04-27container: use sighandling packageMichael Pratt
2020-04-27Update container.gokevin.xu
2020-04-25Add container tests passing with VFS2Zach Koopmans
2020-04-24VFS2: Get HelloWorld image tests to pass with VFS2Zach Koopmans
2020-04-24Propagate PID limit from OCI to sandbox cgroupFabricio Voznika
2020-04-24Plumb context.Context into kernfs.Inode.Open().Dean Deng
2020-04-24Move hostfs mount to Kernel struct.Dean Deng
2020-04-23Add vfs.MkdirOptions.ForSyntheticMountpoint.Jamie Liu
2020-04-23Simplify Docker test infrastructure.Adin Scannell
2020-04-22Move user home detection to its own library.Nicolas Lacasse
2020-04-22Specify a memory file in platform.New().Andrei Vagin
2020-04-20Add a functional vm_test for root_test.Adin Scannell
2020-04-17Add test name to boot and gofer log filesFabricio Voznika
2020-04-17Get /bin/true to run on VFS2Zach Koopmans
2020-04-16Preserve log FD after execveFabricio Voznika
2020-04-14Merge pull request #2212 from aaronlu:dup_stdioFDsgVisor bot
2020-04-10Add logging message for noNewPrivileges OCI option.Ian Lewis
2020-04-10Use O_CLOEXEC when dup'ing FDsFabricio Voznika
2020-04-09Merge pull request #2253 from amscanne:nogogVisor bot
2020-04-09Don't unconditionally set --panic-signalFabricio Voznika
2020-04-08Clean up TODOsFabricio Voznika
2020-04-08Fix all printf formatting errors.Adin Scannell
2020-04-08Fix all copy locks violations.Adin Scannell
2020-04-07Add friendlier messages for frequently encountered errors.Ian Lewis
2020-04-07Update TODO to #238Ian Lewis
2020-04-07Don't map the 0 uid into a sandbox user namespaceAndrei Vagin
2020-04-07Remove TODOs for local gofer extended attributes.Dean Deng
2020-04-01Automated rollback of changelist 303799678Adin Scannell
2020-03-31checkpoint/restore: make sure the donated stdioFDs have the same valueAaron Lu
2020-03-30kvm: handle exit reasons even under EINTR.Adin Scannell
2020-03-26Use host-defined file owner and mode, when possible, for imported fds.Dean Deng
2020-03-19Whitelist utimensat(2).Dean Deng
2020-03-19Improve error message when pivot_root failsFabricio Voznika
2020-03-14Plumb VFS2 imported fds into virtual filesystem.Dean Deng
2020-03-12Kill sandbox process when parent process terminatesFabricio Voznika
2020-03-11runsc: Set asyncpreemptoff for the kvm platformAndrei Vagin
2020-03-05Merge pull request #1951 from moricho:moricho/add-profiler-optiongVisor bot
2020-03-05tests: Don't print log messages on stdoutAndrei Vagin
2020-03-04tests: Don't print log messages on stdoutAndrei Vagin
2020-02-28Allow to specify a separate log for GO's runtime messagesAndrei Vagin
2020-02-27Log oom_score_adj value on errorFabricio Voznika
2020-02-26add profile optionmoricho
2020-02-25Port most syscalls to VFS2.Jamie Liu
2020-02-25Add log during process wait in testsFabricio Voznika
2020-02-20Initial network namespace support.gVisor bot
2020-02-19Add statefile command to runsc.Adin Scannell
2020-02-14Synchronize signalling with S/RgVisor bot