summaryrefslogtreecommitdiffhomepage
path: root/runsc/boot
AgeCommit message (Expand)Author
2021-05-14Resolve remaining O_PATH TODOs.Dean Deng
2021-05-07Merge pull request #5758 from zhlhahaha:2125gVisor bot
2021-05-07Init all vCPU when initializing machine on ARM64howard zhang
2021-05-04Make Mount.Type optional for bind mountsFabricio Voznika
2021-04-22Add weirdness sentry metric.Nayana Bidari
2021-04-19Move runsc reference leak checking to better locations.Dean Deng
2021-04-16Allow runsc to generate coverage reports.Dean Deng
2021-04-05Allow user mount for verity fsChong Cai
2021-04-02Implement cgroupfs.Rahat Mahmood
2021-04-02Implement the runsc verity-prepare command.Rahat Mahmood
2021-03-30Fix panic when overriding /dev files with VFS2Fabricio Voznika
2021-03-23Add --file-access-mounts flagFabricio Voznika
2021-03-18Skip /dev submount hack on VFS2.Jamie Liu
2021-03-06[op] Replace syscall package usage with golang.org/x/sys/unix in runsc/.Ayush Ranjan
2021-02-24runsc/filters: permit clock_nanosleep for raceAndrei Vagin
2021-02-22Fix `runsc kill --pid`Fabricio Voznika
2021-02-12Stop the control server only once.Adin Scannell
2021-02-04Move getcpu() to core filter listMichael Pratt
2021-02-02Stub out basic `runsc events --stat` CPU functionalityKevin Krakauer
2021-01-12Fix simple mistakes identified by goreportcard.Adin Scannell
2021-01-11OCI spec may contain duplicate environment variablesFabricio Voznika
2021-01-05Add benchmarks targets to BuildKite.Adin Scannell
2021-01-05Internal changes.Andrei Vagin
2020-12-29Make profiling commands synchronous.Adin Scannell
2020-12-17[netstack] Implement IP(V6)_RECVERR socket option.Ayush Ranjan
2020-12-17Set max memory not minFabricio Voznika
2020-12-14[netstack] Update raw socket and hostinet control message parsing.Ayush Ranjan
2020-12-11Remove existing nogo exceptions.Adin Scannell
2020-12-07Support icmpv6 transport protocolPeter Johnston
2020-12-04Overlay runsc regular file mounts with regular files.Jamie Liu
2020-11-19Propagate IP address prefix from host to netstackFabricio Voznika
2020-11-17Add support for TTY in multi-containerFabricio Voznika
2020-11-16Remove ARP address workaroundGhanan Gowripalan
2020-11-05Fix failure setting OOM score adjustmentFabricio Voznika
2020-10-29Keep magic constants out of netstackKevin Krakauer
2020-10-28Add logging option to leak checker.Dean Deng
2020-10-27Merge pull request #4420 from workato:dev-optionsgVisor bot
2020-10-26Allow overriding mount options for /dev and /dev/ptsKonstantin Baranov
2020-10-23Support VFS2 save/restore.Jamie Liu
2020-10-23Rewrite reference leak checker without finalizers.Dean Deng
2020-10-22Load spec during "runsc start" to process flag overridesFabricio Voznika
2020-10-20Add /dev to mandatory mounts testFabricio Voznika
2020-10-19Fix runsc tests on VFS2 overlay.Jamie Liu
2020-10-19Remove legacy bazel configurations.Adin Scannell
2020-10-13[vfs2] Don't take reference in Task.MountNamespaceVFS2 and MountNamespace.Root.Dean Deng
2020-10-12[vfs2] Don't leak disconnected mounts.Dean Deng
2020-10-06Implement membarrier(2) commands other than *_SYNC_CORE.Jamie Liu
2020-10-05Fix gofer monitor prematurely destroying containerFabricio Voznika
2020-10-05Merge pull request #3970 from benbuzbee:gomaxprocsgVisor bot
2020-10-05Enable more VFS2 testsFabricio Voznika