Age | Commit message (Expand) | Author |
2020-07-22 | Support for receiving outbound packets in AF_PACKET. | Bhasker Hariharan |
2020-07-13 | Merge pull request #2672 from amscanne:shim-integrated | gVisor bot |
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-23 | Port /dev/tty device to VFS2. | Nicolas Lacasse |
2020-06-11 | Add //pkg/sentry/fsimpl/overlay. | Jamie Liu |
2020-05-06 | Fix runsc syscall documentation generation. | Adin Scannell |
2020-05-04 | Add TTY support on VFS2 to runsc | Fabricio Voznika |
2020-04-30 | FIFO QDisc implementation | Bhasker Hariharan |
2020-04-24 | VFS2: Get HelloWorld image tests to pass with VFS2 | Zach Koopmans |
2020-04-23 | Simplify Docker test infrastructure. | Adin Scannell |
2020-04-22 | Move user home detection to its own library. | Nicolas Lacasse |
2020-04-17 | Get /bin/true to run on VFS2 | Zach Koopmans |
2020-04-14 | Merge pull request #2212 from aaronlu:dup_stdioFDs | gVisor bot |
2020-02-20 | Initial network namespace support. | gVisor bot |
2020-01-28 | Add vfs.FileDescription to FD table | Fabricio Voznika |
2020-01-27 | Update package locations. | Adin Scannell |
2020-01-27 | Standardize on tools directory. | Adin Scannell |
2020-01-09 | New sync package. | Ian Gudger |
2019-12-06 | Merge pull request #1233 from xiaobo55x:compatLog | gVisor bot |
2019-12-03 | Enable runsc compatLog support on arm64. | Haibo Xu |
2019-11-13 | Enable runsc/boot support on arm64. | Haibo Xu |
2019-11-04 | Add NETLINK_KOBJECT_UEVENT socket support | Michael Pratt |
2019-10-07 | Rename epsocket to netstack. | Kevin Krakauer |
2019-09-25 | Remove centralized registration of protocols. | Kevin Krakauer |
2019-09-23 | Always set HOME env var with `runsc exec`. | Nicolas Lacasse |
2019-08-02 | Stops container if gofer is killed | Fabricio Voznika |
2019-07-03 | Avoid importing platforms from many source files | Andrei Vagin |
2019-07-02 | Remove map from fd_map, change to fd_table. | Adin Scannell |
2019-06-28 | Add finalizer on AtomicRefCount to check for leaks. | Ian Gudger |
2019-06-13 | Update canonical repository. | Adin Scannell |
2019-06-13 | Set the HOME environment variable (fixes #293) | Ian Lewis |
2019-06-12 | gvisor/runsc: apply seccomp filters before parsing a state file | Andrei Vagin |
2019-06-11 | Add support to mount pod shared tmpfs mounts | Fabricio Voznika |
2019-06-07 | Move //pkg/sentry/memutil to //pkg/memutil. | Jamie Liu |
2019-03-14 | Decouple filemem from platform and move it to pgalloc.MemoryFile. | Jamie Liu |
2019-03-05 | Add uncaught signal message to the user log | Fabricio Voznika |
2019-02-22 | Rename ping endpoints to icmp endpoints. | Kevin Krakauer |
2019-01-31 | Remove license comments | Michael Pratt |
2018-12-10 | Open source system call tests. | Brian Geffon |
2018-11-20 | Internal change. | Nicolas Lacasse |
2018-11-13 | Internal change. | Nicolas Lacasse |
2018-10-23 | Track paths and provide a rename hook. | Adin Scannell |
2018-10-20 | Add more unimplemented syscall events | Fabricio Voznika |
2018-10-11 | Add bare bones unsupported syscall logging | Fabricio Voznika |
2018-10-10 | Support for older Linux kernels without getrandom | Jonathan Giannuzzi |
2018-09-07 | Remove '--file-access=direct' option | Fabricio Voznika |
2018-06-21 | Added functionality to create a RestoreEnvironment. | Justine Olshan |
2018-06-20 | Add 'runsc debug' command | Fabricio Voznika |
2018-06-18 | Modified boot.go to allow for restores. | Justine Olshan |