summaryrefslogtreecommitdiffhomepage
path: root/runsc/boot
AgeCommit message (Expand)Author
2020-06-05Implement mount(2) and umount2(2) for VFS2.Rahat Mahmood
2020-06-05Expand syscall filters to support MSAN.Nicolas Lacasse
2020-06-05Fix copylocks error about copying IPTables.Ting-Yu Wang
2020-06-01More runsc changes for VFS2Fabricio Voznika
2020-06-01Handle gofer blocking opens of host named pipes in VFS2.Jamie Liu
2020-05-29Refactor the ResolveExecutablePath logic.Nicolas Lacasse
2020-05-28Automated rollback of changelist 309082540Fabricio Voznika
2020-05-18Improve unsupported syscall messageFabricio Voznika
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-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-07Update privateunixsocket TODOs.Dean Deng
2020-05-06Fix runsc syscall documentation generation.Adin Scannell
2020-05-04Mount VSFS2 filesystem using root credentialsFabricio Voznika
2020-05-04Add TTY support on VFS2 to runscFabricio Voznika
2020-04-30FIFO QDisc implementationBhasker Hariharan
2020-04-26refactor and add test for bindmountmoricho
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-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-17Get /bin/true to run on VFS2Zach Koopmans
2020-04-14Merge pull request #2212 from aaronlu:dup_stdioFDsgVisor bot
2020-04-10Use O_CLOEXEC when dup'ing FDsFabricio Voznika
2020-04-08Fix all copy locks violations.Adin Scannell
2020-04-07Add friendlier messages for frequently encountered errors.Ian Lewis
2020-03-31checkpoint/restore: make sure the donated stdioFDs have the same valueAaron Lu
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-14Plumb VFS2 imported fds into virtual filesystem.Dean Deng
2020-03-05Merge pull request #1951 from moricho:moricho/add-profiler-optiongVisor bot
2020-02-28Allow to specify a separate log for GO's runtime messagesAndrei Vagin
2020-02-26add profile optionmoricho
2020-02-25Port most syscalls to VFS2.Jamie Liu
2020-02-20Initial network namespace support.gVisor bot
2020-02-14Synchronize signalling with S/RgVisor bot
2020-02-14Plumb VFS2 inside the SentrygVisor bot
2020-02-05Add notes to relevant tests.Adin Scannell
2020-02-03Allow mlock in system call filtersMichael Pratt
2020-01-28Add vfs.FileDescription to FD tableFabricio Voznika
2020-01-27Cleanup glog and add real caller information.Adin Scannell
2020-01-27Update package locations.Adin Scannell
2020-01-27Standardize on tools directory.Adin Scannell