summaryrefslogtreecommitdiffhomepage
path: root/runsc/boot
AgeCommit message (Expand)Author
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
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