summaryrefslogtreecommitdiffhomepage
path: root/runsc
AgeCommit message (Expand)Author
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
2020-02-14Plumb VFS2 inside the SentrygVisor bot
2020-02-11Disallow duplicate NIC names.gVisor bot
2020-02-10Clean-up comments in runsc/BUILD and CONTRIBUTING.md.Adin Scannell
2020-02-10Add flag package to limit visibility.Adin Scannell
2020-02-07Support listxattr and removexattr syscalls.Dean Deng
2020-02-06Fix TestPauseResume in container test failed with connection refused.Ting-Yu Wang
2020-02-06runsc/container_test: hide host /etc in test containersAndrei Vagin
2020-02-05Add notes to relevant tests.Adin Scannell
2020-02-04Merge pull request #1683 from kevinGC:ipt-udp-matchersgVisor bot
2020-02-04Increase container_test size.Kevin Krakauer
2020-02-04Allow mlock in fsgofer system call filtersFabricio Voznika
2020-02-03Reduce run time for //test/syscalls:socket_inet_loopback_test_runsc_ptrace.Ting-Yu Wang
2020-02-03Tag version_test as noguitar.Brad Burlage
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-27Fix licenses.Adin Scannell
2020-01-27Standardize on tools directory.Adin Scannell
2020-01-16Plumb getting/setting xattrs through InodeOperations and 9p gofer interfaces.Dean Deng
2020-01-15Bump SO_SNDBUF for fdbased endpoint used by runsc.Bhasker Hariharan
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-18Increase waitForProcessList timeoutFabricio Voznika
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-12Add iptables testing framework.Kevin Krakauer
2019-12-11Enable IPv6 in runscBhasker Hariharan
2019-12-11runsc/debug: add an option to list all processesAndrei Vagin
2019-12-11Finish incomplete comment.Dean Deng
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-06Implement TTY field in control.Processes().Nicolas Lacasse
2019-12-06Make annotations OCI compliantFabricio Voznika
2019-12-05Fix possible race condition destroying containerFabricio 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-26Merge pull request #981 from tanjianfeng:fix-898gVisor bot
2019-11-25Use mount hints to determine FileAccessTypeFabricio Voznika
2019-11-25Merge pull request #1176 from xiaobo55x:runsc_bootgVisor bot
2019-11-23gofer: reduce CPU usage on GC as of frequent readdirJianfeng Tan
2019-11-22Force timezone initialization before filter installationMichael Pratt
2019-11-13Enable runsc/boot support on arm64.Haibo Xu