summaryrefslogtreecommitdiffhomepage
path: root/runsc
AgeCommit message (Expand)Author
2020-10-27Merge pull request #4420 from workato:dev-optionsgVisor bot
2020-10-26Allow overriding mount options for /dev and /dev/ptsKonstantin Baranov
2020-10-23Fix nogo errors in specutilsFabricio Voznika
2020-10-23Support VFS2 save/restore.Jamie Liu
2020-10-23Rewrite reference leak checker without finalizers.Dean Deng
2020-10-22Load spec during "runsc start" to process flag overridesFabricio Voznika
2020-10-21Merge pull request #3957 from workato:auto-cgroupgVisor bot
2020-10-20Do not even try forcing cgroups in testsKonstantin Baranov
2020-10-20Add /dev to mandatory mounts testFabricio Voznika
2020-10-19Fix runsc tests on VFS2 overlay.Jamie Liu
2020-10-19Remove legacy bazel configurations.Adin Scannell
2020-10-19Fixes to cgroupsFabricio Voznika
2020-10-15`runsc do` fallback to internal network on failureFabricio Voznika
2020-10-13[vfs2] Don't take reference in Task.MountNamespaceVFS2 and MountNamespace.Root.Dean Deng
2020-10-12[vfs2] Don't leak disconnected mounts.Dean Deng
2020-10-07Add staticcheck and staticstyle analyzers.Adin Scannell
2020-10-06Ignore errors in rootless and test modesKonstantin Baranov
2020-10-06Merge pull request #4355 from majek:marek/swallow-SO_RCVBUFFORCE-errorgVisor bot
2020-10-06Implement membarrier(2) commands other than *_SYNC_CORE.Jamie Liu
2020-10-05Fix gofer monitor prematurely destroying containerFabricio Voznika
2020-10-05Merge pull request #3970 from benbuzbee:gomaxprocsgVisor bot
2020-10-05Enable more VFS2 testsFabricio Voznika
2020-10-02Treat absent "linux" section is empty "cgroupsPath" tooKonstantin Baranov
2020-09-30Use consistent thread configuration for sandbox go runtimeBen Buzbee
2020-09-28Support creating protocol instances with Stack refGhanan Gowripalan
2020-09-25Add openat() to list of permitted syscalls in gotsan runs.Bhasker Hariharan
2020-09-25Swallow SO_RCVBUFFORCE and SO_SNDBUFFORCE errors on SOCK_RAW socketsMarek Majkowski
2020-09-25fix seccomp test for ARM64Howard Zhang
2020-09-25fix TestUserLog for multi-archHoward Zhang
2020-09-22Allow CLONE_SETTLS for Go 1.16Michael Pratt
2020-09-22Force clone parent_tidptr and child_tidptr to zeroMichael Pratt
2020-09-18Drop ARCH_GET_FSMichael Pratt
2020-09-17Remove option to panic goferFabricio Voznika
2020-09-17Add VFS2 overlay support in runscFabricio Voznika
2020-09-16Refactor removed default test dimensionFabricio Voznika
2020-09-15Add support for OCI seccomp filters in the sandbox.Ian Lewis
2020-09-15Use container ID as cgroup name if not providedKonstantin Baranov
2020-09-08Honor readonly flag for root mountFabricio Voznika
2020-09-08Improve type safety for transport protocol optionsGhanan Gowripalan
2020-09-04Simplify FD handling for container start/execFabricio Voznika
2020-09-02Merge pull request #3822 from btw616:fix/issue-3821gVisor bot
2020-09-01Implement setattr+clunk in 9PFabricio Voznika
2020-09-01Refactor tty codebase to use master-replica terminology.Ayush Ranjan
2020-09-01Let flags be overriden from OCI annotationsFabricio Voznika
2020-09-01Dup stdio FDs for VFS2 when starting a child containerTiwei Bie
2020-08-28Improve type safety for network protocol optionsGhanan Gowripalan
2020-08-26Make flag propagation automaticFabricio Voznika
2020-08-25Expose basic coverage information to userspace through kcov interface.Dean Deng
2020-08-25Include shim in individual released binaries.Adin Scannell
2020-08-21[vfs] Allow mountpoint to be an existing non-directory.Ayush Ranjan