Age | Commit message (Expand) | Author |
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 |
2020-02-11 | Disallow duplicate NIC names. | gVisor bot |
2020-02-10 | Clean-up comments in runsc/BUILD and CONTRIBUTING.md. | Adin Scannell |
2020-02-10 | Add flag package to limit visibility. | Adin Scannell |
2020-02-07 | Support listxattr and removexattr syscalls. | Dean Deng |
2020-02-06 | Fix TestPauseResume in container test failed with connection refused. | Ting-Yu Wang |
2020-02-06 | runsc/container_test: hide host /etc in test containers | Andrei Vagin |
2020-02-05 | Add notes to relevant tests. | Adin Scannell |
2020-02-04 | Merge pull request #1683 from kevinGC:ipt-udp-matchers | gVisor bot |
2020-02-04 | Increase container_test size. | Kevin Krakauer |
2020-02-04 | Allow mlock in fsgofer system call filters | Fabricio Voznika |
2020-02-03 | Reduce run time for //test/syscalls:socket_inet_loopback_test_runsc_ptrace. | Ting-Yu Wang |
2020-02-03 | Tag version_test as noguitar. | Brad Burlage |
2020-02-03 | Allow mlock in system call filters | Michael Pratt |
2020-01-28 | Add vfs.FileDescription to FD table | Fabricio Voznika |