Age | Commit message (Expand) | Author |
2020-04-27 | Update container.go | kevin.xu |
2020-04-26 | refactor and add test for bindmount | moricho |
2020-04-25 | Add container tests passing with VFS2 | Zach Koopmans |
2020-04-25 | add bind/rbind options for mount | moricho |
2020-04-25 | fix behavior of `getMountNameAndOptions` when options include either bind or ... | moricho |
2020-04-24 | VFS2: Get HelloWorld image tests to pass with VFS2 | Zach Koopmans |
2020-04-24 | Propagate PID limit from OCI to sandbox cgroup | Fabricio Voznika |
2020-04-24 | Plumb context.Context into kernfs.Inode.Open(). | Dean Deng |
2020-04-24 | Move hostfs mount to Kernel struct. | Dean Deng |
2020-04-23 | Add vfs.MkdirOptions.ForSyntheticMountpoint. | Jamie Liu |
2020-04-23 | Simplify Docker test infrastructure. | Adin Scannell |
2020-04-22 | Move user home detection to its own library. | Nicolas Lacasse |
2020-04-22 | Specify a memory file in platform.New(). | Andrei Vagin |
2020-04-20 | Add a functional vm_test for root_test. | Adin Scannell |
2020-04-17 | Add test name to boot and gofer log files | Fabricio Voznika |
2020-04-17 | Get /bin/true to run on VFS2 | Zach Koopmans |
2020-04-16 | Preserve log FD after execve | Fabricio Voznika |
2020-04-14 | Merge pull request #2212 from aaronlu:dup_stdioFDs | gVisor bot |
2020-04-10 | Add logging message for noNewPrivileges OCI option. | Ian Lewis |
2020-04-10 | Use O_CLOEXEC when dup'ing FDs | Fabricio Voznika |
2020-04-09 | Merge pull request #2253 from amscanne:nogo | gVisor bot |
2020-04-09 | Don't unconditionally set --panic-signal | Fabricio Voznika |
2020-04-08 | Clean up TODOs | Fabricio Voznika |
2020-04-08 | Fix all printf formatting errors. | Adin Scannell |
2020-04-08 | Fix all copy locks violations. | Adin Scannell |
2020-04-07 | Add friendlier messages for frequently encountered errors. | Ian Lewis |
2020-04-07 | Update TODO to #238 | Ian Lewis |
2020-04-07 | Don't map the 0 uid into a sandbox user namespace | Andrei Vagin |
2020-04-07 | Remove TODOs for local gofer extended attributes. | Dean Deng |
2020-04-01 | Automated rollback of changelist 303799678 | Adin Scannell |
2020-03-31 | checkpoint/restore: make sure the donated stdioFDs have the same value | Aaron Lu |
2020-03-30 | kvm: handle exit reasons even under EINTR. | Adin Scannell |
2020-03-26 | Use host-defined file owner and mode, when possible, for imported fds. | Dean Deng |
2020-03-19 | Whitelist utimensat(2). | Dean Deng |
2020-03-19 | Improve error message when pivot_root fails | Fabricio Voznika |
2020-03-14 | Plumb VFS2 imported fds into virtual filesystem. | Dean Deng |
2020-03-12 | Kill sandbox process when parent process terminates | Fabricio Voznika |
2020-03-11 | runsc: Set asyncpreemptoff for the kvm platform | Andrei Vagin |
2020-03-05 | Merge pull request #1951 from moricho:moricho/add-profiler-option | gVisor bot |
2020-03-05 | tests: Don't print log messages on stdout | Andrei Vagin |
2020-03-04 | tests: Don't print log messages on stdout | Andrei Vagin |
2020-02-28 | Allow to specify a separate log for GO's runtime messages | Andrei Vagin |
2020-02-27 | Log oom_score_adj value on error | Fabricio Voznika |
2020-02-26 | add profile option | moricho |
2020-02-25 | Port most syscalls to VFS2. | Jamie Liu |
2020-02-25 | Add log during process wait in tests | Fabricio Voznika |
2020-02-20 | Initial network namespace support. | gVisor bot |
2020-02-19 | Add statefile command to runsc. | Adin Scannell |
2020-02-14 | Synchronize signalling with S/R | gVisor bot |
2020-02-14 | Plumb VFS2 inside the Sentry | gVisor bot |