summaryrefslogtreecommitdiffhomepage
path: root/runsc
AgeCommit message (Expand)Author
2020-07-09Add args and netns flag to runsc specIan Lewis
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
2020-05-13Fix runsc association of gofers and FDs on VFS2.Jamie Liu
2020-05-13Enable overlayfs_stale_read by default for runsc.Jamie Liu
2020-05-13Use VFS2 mount namesFabricio Voznika
2020-05-12Adjust a few log messagesFabricio Voznika
2020-05-11Automated rollback of changelist 310417191Bhasker Hariharan
2020-05-10Stop avoiding preadv2 and pwritev2, and add them to the filters.Nicolas Lacasse
2020-05-07Allocate device numbers for VFS2 filesystems.Jamie Liu
2020-05-07Automated rollback of changelist 309339316Bhasker Hariharan
2020-05-07Update privateunixsocket TODOs.Dean Deng
2020-05-06Fix runsc syscall documentation generation.Adin Scannell
2020-05-04Enable TestRunNonRoot on VFS2Fabricio Voznika
2020-05-04Mount VSFS2 filesystem using root credentialsFabricio Voznika
2020-05-04Add TTY support on VFS2 to runscFabricio Voznika
2020-04-30Enable FIFO QDisc by default in runsc.Bhasker Hariharan