summaryrefslogtreecommitdiffhomepage
path: root/runsc/boot
AgeCommit message (Expand)Author
2020-08-20[vfs] Create recursive dir creation util.Ayush Ranjan
2020-08-19Move boot.Config to its own packageFabricio Voznika
2020-08-10Run GC before sandbox exit when leak checking is enabled.Dean Deng
2020-08-07[vfs2] Fix tmpfs mounting.Ayush Ranjan
2020-08-06Only register /dev/net/tun if supported.Dean Deng
2020-08-05Stop profiling when the sentry exitsFabricio Voznika
2020-08-04Error if dup'ing stdio FDs will clobber another FDFabricio Voznika
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-07-30Implement overlayfs_stale_read for vfs2.Jamie Liu
2020-07-23Added stub FUSE filesystemRidwan Sharif
2020-07-22Support for receiving outbound packets in AF_PACKET.Bhasker Hariharan
2020-07-15fdbased: Vectorized write for packet; relax writev syscall filter.Ting-Yu Wang
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-09Gate FUSE behind a runsc flagRidwan Sharif
2020-07-08Add shared mount hints to VFS2Fabricio Voznika
2020-07-07[vfs2] Remove VFS1 usage in VDSO.Ayush 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-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-11Set the HOME environment variable for sub-containers.Ian Lewis
2020-06-11Add //pkg/sentry/fsimpl/overlay.Jamie Liu
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-05-29Refactor the ResolveExecutablePath logic.Nicolas Lacasse
2020-05-28Automated rollback of changelist 309082540Fabricio Voznika
2020-05-18Improve unsupported syscall messageFabricio Voznika
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-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-07Update privateunixsocket TODOs.Dean Deng
2020-05-06Fix runsc syscall documentation generation.Adin Scannell
2020-05-04Mount VSFS2 filesystem using root credentialsFabricio Voznika
2020-05-04Add TTY support on VFS2 to runscFabricio Voznika
2020-04-30FIFO QDisc implementationBhasker Hariharan
2020-04-26refactor and add test for bindmountmoricho
2020-04-25add bind/rbind options for mountmoricho