summaryrefslogtreecommitdiffhomepage
path: root/runsc/container
AgeCommit message (Expand)Author
2021-08-13Add Event controlsChong Cai
2021-08-12Add Usage controlsChong Cai
2021-08-04Add Fs controlsChong Cai
2021-07-22runsc: Wait child processes without timeoutsAndrei Vagin
2021-07-20Add go:build directives as required by Go 1.17's gofmt.Jamie Liu
2021-07-13Use consistent naming for subcontainersFabricio Voznika
2021-07-12Fix stdios ownershipFabricio Voznika
2021-07-12Fix GoLand analyzer errors under runsc/...Fabricio Voznika
2021-06-10Set RLimits during `runsc exec`Fabricio Voznika
2021-05-05Fixes to runsc cgroupsFabricio Voznika
2021-05-04Make Mount.Type optional for bind mountsFabricio Voznika
2021-04-20Clean test tags.Adin Scannell
2021-03-30Fix panic when overriding /dev files with VFS2Fabricio Voznika
2021-03-11Report filesystem-specific mount options.Rahat Mahmood
2021-03-09Update flock to v0.8.0Fabricio Voznika
2021-03-06[op] Replace syscall package usage with golang.org/x/sys/unix in runsc/.Ayush Ranjan
2021-02-24return root pids with runsc psDaniel Dao
2021-02-22Return nicer error message when cgroups v1 isn't availableFabricio Voznika
2021-02-22Fix `runsc kill --pid`Fabricio Voznika
2021-02-05Replace TaskFromContext(ctx).Kernel() with KernelFromContext(ctx)Ting-Yu Wang
2021-02-02Stub out basic `runsc events --stat` CPU functionalityKevin Krakauer
2021-02-01Enable container checkpoint/restore tests with VFS2Fabricio Voznika
2021-01-22Fix TestDuplicateEnvVariable flakynessFabricio Voznika
2021-01-12Fix simple mistakes identified by goreportcard.Adin Scannell
2021-01-11OCI spec may contain duplicate environment variablesFabricio Voznika
2020-12-17Add sandbox ID to state file nameFabricio Voznika
2020-12-03Support partitions for other tests.Adin Scannell
2020-11-18Fix race condition in multi-container wait testFabricio Voznika
2020-11-17Add support for TTY in multi-containerFabricio Voznika
2020-11-05Re-add start/stop container testsFabricio Voznika
2020-11-05Return failure when `runsc events` queries a stopped containerFabricio Voznika
2020-11-05Fix failure setting OOM score adjustmentFabricio Voznika
2020-10-21Merge pull request #3957 from workato:auto-cgroupgVisor bot
2020-10-20Do not even try forcing cgroups in testsKonstantin Baranov
2020-10-19Fixes to cgroupsFabricio Voznika
2020-10-06Ignore errors in rootless and test modesKonstantin Baranov
2020-10-05Fix gofer monitor prematurely destroying containerFabricio Voznika
2020-10-05Enable more VFS2 testsFabricio Voznika
2020-10-02Treat absent "linux" section is empty "cgroupsPath" tooKonstantin Baranov
2020-09-25fix TestUserLog for multi-archHoward Zhang
2020-09-17Remove option to panic goferFabricio Voznika
2020-09-17Add VFS2 overlay support in runscFabricio Voznika
2020-09-16Refactor removed default test dimensionFabricio Voznika
2020-09-15Use container ID as cgroup name if not providedKonstantin Baranov
2020-09-08Honor readonly flag for root mountFabricio Voznika
2020-09-04Simplify FD handling for container start/execFabricio Voznika
2020-09-01Refactor tty codebase to use master-replica terminology.Ayush Ranjan
2020-08-19Move boot.Config to its own packageFabricio Voznika
2020-07-27Clean-up bazel wrapper.Adin Scannell
2020-07-15Merge pull request #3022 from prattmic:runsc_do_pdeathsiggVisor bot