summaryrefslogtreecommitdiffhomepage
path: root/runsc/cgroup
AgeCommit message (Expand)Author
2021-03-06[op] Replace syscall package usage with golang.org/x/sys/unix in runsc/.Ayush Ranjan
2021-02-22Return nicer error message when cgroups v1 isn't availableFabricio Voznika
2021-02-02Stub out basic `runsc events --stat` CPU functionalityKevin Krakauer
2021-01-27Clean cgroupt mountinfo and add more test casesDaniel Dao
2021-01-26runsc: check for nested cgroup when generating croup pathsDaniel Dao
2021-01-12Fix simple mistakes identified by goreportcard.Adin Scannell
2020-11-18runsc: check whether cgroup exists or not for each controllerAndrei Vagin
2020-10-27Add more cgroup unit testsFabricio Voznika
2020-10-19Fixes to cgroupsFabricio Voznika
2020-07-28Merge pull request #3102 from stripe:andrew/cgroup-eintrgVisor bot
2020-07-13Merge pull request #2672 from amscanne:shim-integratedgVisor bot
2020-07-01cgroup: retry file writes on EINTR errorsAndrew Dunham
2020-06-10Cgroup fixesFabricio Voznika
2020-06-10Skip pids.max if value is zeroFabricio Voznika
2020-05-28Move Cleanup to its own packageFabricio Voznika
2020-05-20Add hugetlb and rdma cgroups to runscFabricio Voznika
2020-04-24Propagate PID limit from OCI to sandbox cgroupFabricio Voznika
2020-01-27Standardize on tools directory.Adin Scannell
2019-12-15Set CPU number to CPU quotaAleksandr Razumov
2019-09-03Impose order on test scripts.Adin Scannell
2019-06-13Update canonical repository.Adin Scannell
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-02-25Fix cgroup when path is relativeFabricio Voznika
2019-01-31Remove license commentsMichael Pratt
2019-01-18Scrub runsc error messagesFabricio Voznika
2019-01-09Restore to original cgroup after sandbox and gofer processes are createdFabricio Voznika
2018-12-28Simplify synchronization between runsc and sandbox processFabricio Voznika
2018-10-26Order feature strings by blockMichael Pratt
2018-10-25Uninstall() should not fail if a cgroup directory doesn't existAndrei Vagin
2018-10-23Track paths and provide a rename hook.Adin Scannell
2018-10-21Updated cleanup code to be more explicit about ignoring errors.Ian Lewis
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-17Make removing cgroups retry up to 5 seconds.Nicolas Lacasse
2018-10-11Sandbox cgroup testsFabricio Voznika
2018-10-10Add sandbox to cgroupFabricio Voznika