Age | Commit message (Expand) | Author |
2020-08-05 | Stop profiling when the sentry exits | Fabricio Voznika |
2020-08-04 | Error if dup'ing stdio FDs will clobber another FD | Fabricio Voznika |
2020-08-03 | Plumbing context.Context to DecRef() and Release(). | Nayana Bidari |
2020-07-30 | Call lseek(0, SEEK_CUR) unconditionally in runsc fsgofer's Readdir(offset=0). | Jamie Liu |
2020-07-30 | Implement overlayfs_stale_read for vfs2. | Jamie Liu |
2020-07-28 | Merge pull request #3102 from stripe:andrew/cgroup-eintr | gVisor bot |
2020-07-27 | Clean-up bazel wrapper. | Adin Scannell |
2020-07-25 | test/syscall: run each test case in a separate network namespace | Andrei Vagin |
2020-07-24 | Reduce walk and open cost in fsgofer | Fabricio Voznika |
2020-07-23 | Added stub FUSE filesystem | Ridwan Sharif |
2020-07-23 | Fix fsgofer Open() when control file is using O_PATH | Fabricio Voznika |
2020-07-22 | Support for receiving outbound packets in AF_PACKET. | Bhasker Hariharan |
2020-07-15 | Merge pull request #3022 from prattmic:runsc_do_pdeathsig | gVisor bot |
2020-07-15 | fdbased: Vectorized write for packet; relax writev syscall filter. | Ting-Yu Wang |
2020-07-15 | Apply pdeathsig to gofer for runsc run/do | Michael Pratt |
2020-07-15 | Merge pull request #3165 from ridwanmsharif:ridwanmsharif/fuse-off-by-default | gVisor bot |
2020-07-14 | Prepare boot.Loader to support multi-container TTY | Fabricio Voznika |
2020-07-13 | Merge pull request #2672 from amscanne:shim-integrated | gVisor bot |
2020-07-09 | Update shim to build using bazel. | Adin Scannell |
2020-07-09 | Add args and netns flag to runsc spec | Ian Lewis |
2020-07-09 | Gate FUSE behind a runsc flag | Ridwan Sharif |
2020-07-08 | Add shared mount hints to VFS2 | Fabricio Voznika |
2020-07-08 | Drop empty line | Michael Pratt |
2020-07-07 | [vfs2] Remove VFS1 usage in VDSO. | Ayush Ranjan |
2020-07-07 | Fix mknod and inotify syscall test | Ayush Ranjan |
2020-07-01 | cgroup: retry file writes on EINTR errors | Andrew Dunham |
2020-06-25 | Test that the fuse device can be opened | Ridwan Sharif |
2020-06-25 | Moved FUSE device under the fuse directory | Ridwan Sharif |
2020-06-24 | Port /dev/net/tun device to VFS2. | Nicolas Lacasse |
2020-06-24 | Add support for Stack level options. | Bhasker Hariharan |
2020-06-23 | Support for saving pointers to fields in the state package. | Adin Scannell |
2020-06-23 | Port /dev/tty device to VFS2. | Nicolas Lacasse |
2020-06-18 | iptables: remove metadata struct | Kevin Krakauer |
2020-06-18 | Support setsockopt SO_SNDBUF/SO_RCVBUF for raw/udp sockets. | Bhasker Hariharan |
2020-06-16 | Add runsc options to set checksum offloading status | gVisor bot |
2020-06-16 | Print spec as json when --debug is enabled | Fabricio Voznika |
2020-06-11 | Set the HOME environment variable for sub-containers. | Ian Lewis |
2020-06-11 | Add //pkg/sentry/fsimpl/overlay. | Jamie Liu |
2020-06-10 | Cgroup fixes | Fabricio Voznika |
2020-06-10 | Skip pids.max if value is zero | Fabricio Voznika |
2020-06-09 | Mount root and volumes as read-only if --overlay is enabled | Fabricio Voznika |
2020-06-08 | Combine executable lookup code | Fabricio Voznika |
2020-06-05 | Implement mount(2) and umount2(2) for VFS2. | Rahat Mahmood |
2020-06-05 | Expand syscall filters to support MSAN. | Nicolas Lacasse |
2020-06-05 | Fix copylocks error about copying IPTables. | Ting-Yu Wang |
2020-06-01 | More runsc changes for VFS2 | Fabricio Voznika |
2020-06-01 | Handle gofer blocking opens of host named pipes in VFS2. | Jamie Liu |
2020-06-01 | Include runtime goroutines in panics | Michael Pratt |
2020-06-01 | Make gofer mount readonly when overlay is enabled | Fabricio Voznika |
2020-05-29 | Refactor the ResolveExecutablePath logic. | Nicolas Lacasse |