summaryrefslogtreecommitdiffhomepage
path: root/runsc
AgeCommit message (Expand)Author
2020-07-27Clean-up bazel wrapper.Adin Scannell
2020-07-25test/syscall: run each test case in a separate network namespaceAndrei Vagin
2020-07-24Reduce walk and open cost in fsgoferFabricio Voznika
2020-07-23Added stub FUSE filesystemRidwan Sharif
2020-07-23Fix fsgofer Open() when control file is using O_PATHFabricio Voznika
2020-07-22Support for receiving outbound packets in AF_PACKET.Bhasker Hariharan
2020-07-15Merge pull request #3022 from prattmic:runsc_do_pdeathsiggVisor bot
2020-07-15fdbased: Vectorized write for packet; relax writev syscall filter.Ting-Yu Wang
2020-07-15Apply pdeathsig to gofer for runsc run/doMichael Pratt
2020-07-15Merge pull request #3165 from ridwanmsharif:ridwanmsharif/fuse-off-by-defaultgVisor bot
2020-07-14Prepare boot.Loader to support multi-container TTYFabricio Voznika
2020-07-13Merge pull request #2672 from amscanne:shim-integratedgVisor bot
2020-07-09Update shim to build using bazel.Adin Scannell
2020-07-09Add args and netns flag to runsc specIan Lewis
2020-07-09Gate FUSE behind a runsc flagRidwan Sharif
2020-07-08Add shared mount hints to VFS2Fabricio Voznika
2020-07-08Drop empty lineMichael Pratt
2020-07-07[vfs2] Remove VFS1 usage in VDSO.Ayush Ranjan
2020-07-07Fix mknod and inotify syscall testAyush Ranjan
2020-06-25Test that the fuse device can be openedRidwan Sharif
2020-06-25Moved FUSE device under the fuse directoryRidwan Sharif
2020-06-24Port /dev/net/tun device to VFS2.Nicolas Lacasse
2020-06-24Add support for Stack level options.Bhasker Hariharan
2020-06-23Support for saving pointers to fields in the state package.Adin Scannell
2020-06-23Port /dev/tty device to VFS2.Nicolas Lacasse
2020-06-18iptables: remove metadata structKevin Krakauer
2020-06-18Support setsockopt SO_SNDBUF/SO_RCVBUF for raw/udp sockets.Bhasker Hariharan
2020-06-16Add runsc options to set checksum offloading statusgVisor bot
2020-06-16Print spec as json when --debug is enabledFabricio Voznika
2020-06-11Set the HOME environment variable for sub-containers.Ian Lewis
2020-06-11Add //pkg/sentry/fsimpl/overlay.Jamie Liu
2020-06-10Cgroup fixesFabricio Voznika
2020-06-10Skip pids.max if value is zeroFabricio Voznika
2020-06-09Mount root and volumes as read-only if --overlay is enabledFabricio Voznika
2020-06-08Combine executable lookup codeFabricio Voznika
2020-06-05Implement mount(2) and umount2(2) for VFS2.Rahat Mahmood
2020-06-05Expand syscall filters to support MSAN.Nicolas Lacasse
2020-06-05Fix copylocks error about copying IPTables.Ting-Yu Wang
2020-06-01More runsc changes for VFS2Fabricio Voznika
2020-06-01Handle gofer blocking opens of host named pipes in VFS2.Jamie Liu
2020-06-01Include runtime goroutines in panicsMichael Pratt
2020-06-01Make gofer mount readonly when overlay is enabledFabricio Voznika
2020-05-29Refactor the ResolveExecutablePath logic.Nicolas Lacasse
2020-05-29Merge pull request #2767 from mikaelmello:add-cwd-option-specgVisor bot
2020-05-28Move Cleanup to its own packageFabricio Voznika
2020-05-28Automated rollback of changelist 309082540Fabricio Voznika
2020-05-24Add cwd option to spec cmdMikael Mello
2020-05-20Add hugetlb and rdma cgroups to runscFabricio Voznika
2020-05-18Improve unsupported syscall messageFabricio Voznika
2020-05-15Minor formatting updates for gvisor.dev.Adin Scannell