summaryrefslogtreecommitdiffhomepage
path: root/runsc/boot
AgeCommit message (Expand)Author
2020-09-30Use consistent thread configuration for sandbox go runtimeBen Buzbee
2020-09-28Support creating protocol instances with Stack refGhanan Gowripalan
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-17Add VFS2 overlay support in runscFabricio Voznika
2020-09-15Add support for OCI seccomp filters in the sandbox.Ian Lewis
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-01Refactor tty codebase to use master-replica terminology.Ayush Ranjan
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-21[vfs] Allow mountpoint to be an existing non-directory.Ayush Ranjan
2020-08-21Make mounts ReadWrite first, then later change to ReadOnly.Nicolas Lacasse
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