Age | Commit message (Expand) | Author |
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 |
2020-05-29 | Merge pull request #2767 from mikaelmello:add-cwd-option-spec | gVisor bot |
2020-05-28 | Move Cleanup to its own package | Fabricio Voznika |
2020-05-28 | Automated rollback of changelist 309082540 | Fabricio Voznika |
2020-05-24 | Add cwd option to spec cmd | Mikael Mello |
2020-05-20 | Add hugetlb and rdma cgroups to runsc | Fabricio Voznika |
2020-05-18 | Improve unsupported syscall message | Fabricio Voznika |
2020-05-15 | Minor formatting updates for gvisor.dev. | Adin Scannell |
2020-05-13 | Fix runsc association of gofers and FDs on VFS2. | Jamie Liu |
2020-05-13 | Enable overlayfs_stale_read by default for runsc. | Jamie Liu |
2020-05-13 | Use VFS2 mount names | Fabricio Voznika |
2020-05-12 | Adjust a few log messages | Fabricio Voznika |
2020-05-11 | Automated rollback of changelist 310417191 | Bhasker Hariharan |
2020-05-10 | Stop avoiding preadv2 and pwritev2, and add them to the filters. | Nicolas Lacasse |
2020-05-07 | Allocate device numbers for VFS2 filesystems. | Jamie Liu |
2020-05-07 | Automated rollback of changelist 309339316 | Bhasker Hariharan |
2020-05-07 | Update privateunixsocket TODOs. | Dean Deng |
2020-05-06 | Fix runsc syscall documentation generation. | Adin Scannell |
2020-05-04 | Enable TestRunNonRoot on VFS2 | Fabricio Voznika |
2020-05-04 | Mount VSFS2 filesystem using root credentials | Fabricio Voznika |
2020-05-04 | Add TTY support on VFS2 to runsc | Fabricio Voznika |
2020-04-30 | Enable FIFO QDisc by default in runsc. | Bhasker Hariharan |
2020-04-30 | FIFO QDisc implementation | Bhasker Hariharan |
2020-04-29 | Merge pull request #2487 from moricho:fix/bindmount | gVisor bot |
2020-04-28 | Merge pull request #2558 from prattmic:forward_signal | gVisor bot |
2020-04-27 | Merge pull request #2544 from prattmic:runsc_do_cleanup | gVisor bot |
2020-04-27 | runsc: extend do network cleanup | Michael Pratt |