summaryrefslogtreecommitdiffhomepage
path: root/runsc/boot
AgeCommit message (Expand)Author
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
2020-01-09New sync package.Ian Gudger
2020-01-08Combine various Create*NIC methods into CreateNICWithOptions.Bert Muthalaly
2020-01-08Add NIC.isLoopback()Bert Muthalaly
2019-12-17Leave minimum CPU number as a constantAleksandr Razumov
2019-12-17Add minimum CPU number and only lower CPUs on --cpu-num-from-quotaAleksandr Razumov
2019-12-15Set CPU number to CPU quotaAleksandr Razumov
2019-12-11Enable IPv6 in runscBhasker Hariharan
2019-12-06Bump up Go 1.13 as minimum requirementFabricio Voznika
2019-12-06Merge pull request #1233 from xiaobo55x:compatLoggVisor bot
2019-12-06Add runtime tracing.Adin Scannell
2019-12-06Make annotations OCI compliantFabricio Voznika
2019-12-03Support IP_TOS and IPV6_TCLASS socket options for hostinet sockets.Dean Deng
2019-12-03Enable runsc compatLog support on arm64.Haibo Xu
2019-11-27Add support for receiving TOS and TCLASS control messages in hostinet.Dean Deng
2019-11-25Use mount hints to determine FileAccessTypeFabricio Voznika
2019-11-25Merge pull request #1176 from xiaobo55x:runsc_bootgVisor bot
2019-11-13Enable runsc/boot support on arm64.Haibo Xu
2019-11-04Add NETLINK_KOBJECT_UEVENT socket supportMichael Pratt
2019-11-01Allow the watchdog to detect when the sandbox is stuck during setup.Nicolas Lacasse
2019-10-31Merge pull request #1058 from cmingxu:mastergVisor bot
2019-10-30Store endpoints inside multiPortEndpoint in a sorted orderAndrei Vagin
2019-10-23fix typokevin.xu