Age | Commit message (Expand) | Author |
2021-07-08 | Replace kernel.ExitStatus with linux.WaitStatus. | Jamie Liu |
2021-06-25 | Merge pull request #6222 from avagin:stop | gVisor bot |
2021-04-02 | Implement cgroupfs. | Rahat Mahmood |
2021-03-18 | Skip /dev submount hack on VFS2. | Jamie Liu |
2021-03-06 | [op] Replace syscall package usage with golang.org/x/sys/unix in runsc/. | Ayush Ranjan |
2020-10-20 | Add /dev to mandatory mounts test | Fabricio Voznika |
2020-10-13 | [vfs2] Don't take reference in Task.MountNamespaceVFS2 and MountNamespace.Root. | Dean Deng |
2020-10-05 | Enable more VFS2 tests | Fabricio Voznika |
2020-09-08 | Honor readonly flag for root mount | Fabricio Voznika |
2020-09-04 | Simplify FD handling for container start/exec | Fabricio Voznika |
2020-08-26 | Make flag propagation automatic | Fabricio Voznika |
2020-08-19 | Move boot.Config to its own package | Fabricio Voznika |
2020-08-03 | Plumbing context.Context to DecRef() and Release(). | Nayana Bidari |
2020-07-14 | Prepare boot.Loader to support multi-container TTY | Fabricio Voznika |
2020-07-08 | Add shared mount hints to VFS2 | Fabricio Voznika |
2020-05-06 | Fix runsc syscall documentation generation. | Adin Scannell |
2020-05-04 | Mount VSFS2 filesystem using root credentials | Fabricio Voznika |
2020-04-24 | VFS2: Get HelloWorld image tests to pass with VFS2 | Zach Koopmans |
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-01-27 | Update package locations. | Adin Scannell |
2020-01-09 | New sync package. | Ian Gudger |
2019-08-27 | Mount volumes as super user | Fabricio Voznika |
2019-08-02 | Stops container if gofer is killed | Fabricio Voznika |
2019-07-03 | Avoid importing platforms from many source files | Andrei Vagin |
2019-06-24 | fsgopher: reopen files via /proc/self/fd | Andrei Vagin |
2019-06-13 | Update canonical repository. | Adin Scannell |
2019-06-11 | Add support to mount pod shared tmpfs mounts | Fabricio Voznika |
2019-06-03 | Refactor container FS setup | Fabricio Voznika |
2019-05-15 | Cleanup around urpc file payload handling | Fabricio Voznika |
2019-04-29 | Change copyright notice to "The gVisor Authors" | Michael Pratt |
2019-03-13 | Allow filesystem.Mount to take an optional interface argument. | Nicolas Lacasse |
2019-01-16 | Prevent internal tmpfs mount to override files in /tmp | Fabricio Voznika |
2018-12-04 | Max link traversals should be for an entire path. | Brian Geffon |
2018-11-01 | Use spec with clean paths for gofer | Fabricio Voznika |
2018-10-19 | Use correct company name in copyright header | Ian Gudger |
2018-10-17 | Close the gofer socket gracefully in boot:boot_test. | Nicolas Lacasse |
2018-10-11 | Fix reference leak in tests. | Nicolas Lacasse |
2018-10-10 | Add sandbox to cgroup | Fabricio Voznika |
2018-10-03 | runsc: Pass root container's stdio via FD. | Nicolas Lacasse |
2018-09-27 | Refactor 'runsc boot' to take container ID as argument | Fabricio Voznika |
2018-09-17 | runsc: Enable waiting on exited processes. | Kevin Krakauer |
2018-09-11 | platform: Pass device fd into platform constructor. | Nicolas Lacasse |
2018-09-07 | Remove '--file-access=direct' option | Fabricio Voznika |
2018-08-27 | Put fsgofer inside chroot | Fabricio Voznika |
2018-08-14 | runsc: Change cache policy for root fs and volume mounts. | Nicolas Lacasse |
2018-07-18 | Moved restore code out of create and made to be called after create. | Justine Olshan |
2018-07-03 | runsc: Mount "mandatory" mounts right after mounting the root. | Nicolas Lacasse |
2018-06-29 | Sets the restore environment for restoring a container. | Justine Olshan |
2018-06-22 | runsc: Enable waiting on individual containers within a sandbox. | Kevin Krakauer |