Age | Commit message (Expand) | Author |
2021-10-18 | Mount namespace can be nil after task exits | Fabricio Voznika |
2021-10-13 | runsc: allow to run rootless containers on cgroupV2 | Andrei Vagin |
2021-10-11 | Create subcontainer cgroups for compatibility | Fabricio Voznika |
2021-09-27 | Move `sighandling` package out of `sentry`. | Etienne Perot |
2021-09-20 | [lisa] Plumb lisafs through runsc. | Ayush Ranjan |
2021-09-16 | runsc: add global profile collection flags | Michael Pratt |
2021-08-13 | Add Event controls | Chong Cai |
2021-08-12 | Add Usage controls | Chong Cai |
2021-08-04 | Add Fs controls | Chong Cai |
2021-07-22 | runsc: Wait child processes without timeouts | Andrei Vagin |
2021-07-20 | Add go:build directives as required by Go 1.17's gofmt. | Jamie Liu |
2021-07-13 | Use consistent naming for subcontainers | Fabricio Voznika |
2021-07-12 | Fix stdios ownership | Fabricio Voznika |
2021-07-12 | Fix GoLand analyzer errors under runsc/... | Fabricio Voznika |
2021-06-10 | Set RLimits during `runsc exec` | Fabricio Voznika |
2021-05-05 | Fixes to runsc cgroups | Fabricio Voznika |
2021-05-04 | Make Mount.Type optional for bind mounts | Fabricio Voznika |
2021-04-20 | Clean test tags. | Adin Scannell |
2021-03-30 | Fix panic when overriding /dev files with VFS2 | Fabricio Voznika |
2021-03-11 | Report filesystem-specific mount options. | Rahat Mahmood |
2021-03-09 | Update flock to v0.8.0 | Fabricio Voznika |
2021-03-06 | [op] Replace syscall package usage with golang.org/x/sys/unix in runsc/. | Ayush Ranjan |
2021-02-24 | return root pids with runsc ps | Daniel Dao |
2021-02-22 | Return nicer error message when cgroups v1 isn't available | Fabricio Voznika |
2021-02-22 | Fix `runsc kill --pid` | Fabricio Voznika |
2021-02-05 | Replace TaskFromContext(ctx).Kernel() with KernelFromContext(ctx) | Ting-Yu Wang |
2021-02-02 | Stub out basic `runsc events --stat` CPU functionality | Kevin Krakauer |
2021-02-01 | Enable container checkpoint/restore tests with VFS2 | Fabricio Voznika |
2021-01-22 | Fix TestDuplicateEnvVariable flakyness | Fabricio Voznika |
2021-01-12 | Fix simple mistakes identified by goreportcard. | Adin Scannell |
2021-01-11 | OCI spec may contain duplicate environment variables | Fabricio Voznika |
2020-12-17 | Add sandbox ID to state file name | Fabricio Voznika |
2020-12-03 | Support partitions for other tests. | Adin Scannell |
2020-11-18 | Fix race condition in multi-container wait test | Fabricio Voznika |
2020-11-17 | Add support for TTY in multi-container | Fabricio Voznika |
2020-11-05 | Re-add start/stop container tests | Fabricio Voznika |
2020-11-05 | Return failure when `runsc events` queries a stopped container | Fabricio Voznika |
2020-11-05 | Fix failure setting OOM score adjustment | Fabricio Voznika |
2020-10-21 | Merge pull request #3957 from workato:auto-cgroup | gVisor bot |
2020-10-20 | Do not even try forcing cgroups in tests | Konstantin Baranov |
2020-10-19 | Fixes to cgroups | Fabricio Voznika |
2020-10-06 | Ignore errors in rootless and test modes | Konstantin Baranov |
2020-10-05 | Fix gofer monitor prematurely destroying container | Fabricio Voznika |
2020-10-05 | Enable more VFS2 tests | Fabricio Voznika |
2020-10-02 | Treat absent "linux" section is empty "cgroupsPath" too | Konstantin Baranov |
2020-09-25 | fix TestUserLog for multi-arch | Howard Zhang |
2020-09-17 | Remove option to panic gofer | Fabricio Voznika |
2020-09-17 | Add VFS2 overlay support in runsc | Fabricio Voznika |
2020-09-16 | Refactor removed default test dimension | Fabricio Voznika |
2020-09-15 | Use container ID as cgroup name if not provided | Konstantin Baranov |