summaryrefslogtreecommitdiffhomepage
path: root/runsc
AgeCommit message (Expand)Author
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-30Call lseek(0, SEEK_CUR) unconditionally in runsc fsgofer's Readdir(offset=0).Jamie Liu
2020-07-30Implement overlayfs_stale_read for vfs2.Jamie Liu
2020-07-28Merge pull request #3102 from stripe:andrew/cgroup-eintrgVisor bot
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-07-01cgroup: retry file writes on EINTR errorsAndrew Dunham
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