summaryrefslogtreecommitdiffhomepage
path: root/runsc
AgeCommit message (Expand)Author
2021-05-07Init all vCPU when initializing machine on ARM64howard zhang
2021-05-05Fixes to runsc cgroupsFabricio Voznika
2021-05-04Remove uses of the binary package from the rest of the sentry.Rahat Mahmood
2021-05-04Make Mount.Type optional for bind mountsFabricio Voznika
2021-04-28Automated rollback of changelist 369686285Fabricio Voznika
2021-04-22Add weirdness sentry metric.Nayana Bidari
2021-04-21Automated rollback of changelist 369325957Michael Pratt
2021-04-20Clean test tags.Adin Scannell
2021-04-19Move runsc reference leak checking to better locations.Dean Deng
2021-04-19Add MultiGetAttr message to 9PFabricio Voznika
2021-04-16Allow runsc to generate coverage reports.Dean Deng
2021-04-16Internal changeZach Koopmans
2021-04-08Clarify platform errors.Adin Scannell
2021-04-07Add internal staging tags to //runsc and //shim binaries.Adin Scannell
2021-04-05Allow user mount for verity fsChong Cai
2021-04-05Set Verity bit in verity_prepare cmdChong Cai
2021-04-02Implement cgroupfs.Rahat Mahmood
2021-04-02Implement the runsc verity-prepare command.Rahat Mahmood
2021-04-01Disable mitigate and related test on ARM64Howard Zhang
2021-03-30Fix panic when overriding /dev files with VFS2Fabricio Voznika
2021-03-23Add --file-access-mounts flagFabricio Voznika
2021-03-23setgid directory support in goferfsKevin Krakauer
2021-03-23Allow FSETXATTR/FGETXATTR host calls for VerityChong Cai
2021-03-18Skip /dev submount hack on VFS2.Jamie Liu
2021-03-11Report filesystem-specific mount options.Rahat Mahmood
2021-03-11Major refactor of runsc mitigate.Zach Koopmans
2021-03-09Update flock to v0.8.0Fabricio Voznika
2021-03-09Fix invalid interface conversion in runnerFabricio Voznika
2021-03-08Internal change.Chong Cai
2021-03-06[op] Replace syscall package usage with golang.org/x/sys/unix in runsc/.Ayush Ranjan
2021-03-02Add reverse flag to mitigate.Zach Koopmans
2021-02-24Merge pull request #5519 from dqminh:runsc-ps-pidsgVisor bot
2021-02-24runsc/filters: permit clock_nanosleep for raceAndrei Vagin
2021-02-24return root pids with runsc psDaniel Dao
2021-02-22Only detect mds for mitigate.Zach Koopmans
2021-02-22Return nicer error message when cgroups v1 isn't availableFabricio Voznika
2021-02-22Fix `runsc kill --pid`Fabricio Voznika
2021-02-12Stop the control server only once.Adin Scannell
2021-02-11Allow rt_sigaction in gofer seccompFabricio Voznika
2021-02-10Add mitigate command to runscZach Koopmans
2021-02-05Replace TaskFromContext(ctx).Kernel() with KernelFromContext(ctx)Ting-Yu Wang
2021-02-04Move getcpu() to core filter listMichael Pratt
2021-02-02Add CPUSet for runsc mitigate.Zach Koopmans
2021-02-02Stub out basic `runsc events --stat` CPU functionalityKevin Krakauer
2021-02-01Enable container checkpoint/restore tests with VFS2Fabricio Voznika
2021-01-29Merge pull request #4503 from dqminh:nested-cgroupgVisor bot
2021-01-27Internal changeZach Koopmans
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-22Add initial mitigate code and cpu parsing.Zach Koopmans