summaryrefslogtreecommitdiffhomepage
path: root/runsc
AgeCommit message (Expand)Author
2020-04-09Don't unconditionally set --panic-signalFabricio Voznika
2020-04-08Clean up TODOsFabricio Voznika
2020-04-07Add friendlier messages for frequently encountered errors.Ian Lewis
2020-04-07Update TODO to #238Ian Lewis
2020-04-07Don't map the 0 uid into a sandbox user namespaceAndrei Vagin
2020-04-07Remove TODOs for local gofer extended attributes.Dean Deng
2020-04-01Automated rollback of changelist 303799678Adin Scannell
2020-03-30kvm: handle exit reasons even under EINTR.Adin Scannell
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-19Improve error message when pivot_root failsFabricio Voznika
2020-03-14Plumb VFS2 imported fds into virtual filesystem.Dean Deng
2020-03-12Kill sandbox process when parent process terminatesFabricio Voznika
2020-03-11runsc: Set asyncpreemptoff for the kvm platformAndrei Vagin
2020-03-05Merge pull request #1951 from moricho:moricho/add-profiler-optiongVisor bot
2020-03-05tests: Don't print log messages on stdoutAndrei Vagin
2020-03-04tests: Don't print log messages on stdoutAndrei Vagin
2020-02-28Allow to specify a separate log for GO's runtime messagesAndrei Vagin
2020-02-27Log oom_score_adj value on errorFabricio Voznika
2020-02-26add profile optionmoricho
2020-02-25Port most syscalls to VFS2.Jamie Liu
2020-02-25Add log during process wait in testsFabricio Voznika
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