summaryrefslogtreecommitdiffhomepage
path: root/runsc
AgeCommit message (Expand)Author
2020-05-20Add hugetlb and rdma cgroups to runscFabricio Voznika
2020-05-18Improve unsupported syscall messageFabricio Voznika
2020-05-15Minor formatting updates for gvisor.dev.Adin Scannell
2020-05-13Fix runsc association of gofers and FDs on VFS2.Jamie Liu
2020-05-13Enable overlayfs_stale_read by default for runsc.Jamie Liu
2020-05-13Use VFS2 mount namesFabricio Voznika
2020-05-12Adjust a few log messagesFabricio Voznika
2020-05-11Automated rollback of changelist 310417191Bhasker Hariharan
2020-05-10Stop avoiding preadv2 and pwritev2, and add them to the filters.Nicolas Lacasse
2020-05-07Allocate device numbers for VFS2 filesystems.Jamie Liu
2020-05-07Automated rollback of changelist 309339316Bhasker Hariharan
2020-05-07Update privateunixsocket TODOs.Dean Deng
2020-05-06Fix runsc syscall documentation generation.Adin Scannell
2020-05-04Enable TestRunNonRoot on VFS2Fabricio Voznika
2020-05-04Mount VSFS2 filesystem using root credentialsFabricio Voznika
2020-05-04Add TTY support on VFS2 to runscFabricio Voznika
2020-04-30Enable FIFO QDisc by default in runsc.Bhasker Hariharan
2020-04-30FIFO QDisc implementationBhasker Hariharan
2020-04-29Merge pull request #2487 from moricho:fix/bindmountgVisor bot
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-26refactor and add test for bindmountmoricho
2020-04-25Add container tests passing with VFS2Zach Koopmans
2020-04-25add bind/rbind options for mountmoricho
2020-04-25fix behavior of `getMountNameAndOptions` when options include either bind or ...moricho
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