summaryrefslogtreecommitdiffhomepage
path: root/runsc/boot/loader.go
AgeCommit message (Expand)Author
2021-03-18Skip /dev submount hack on VFS2.Jamie Liu
2021-02-22Fix `runsc kill --pid`Fabricio Voznika
2021-02-12Stop the control server only once.Adin Scannell
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
2020-12-29Make profiling commands synchronous.Adin Scannell
2020-12-17Set max memory not minFabricio Voznika
2020-12-07Support icmpv6 transport protocolPeter Johnston
2020-11-17Add support for TTY in multi-containerFabricio Voznika
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-23Rewrite reference leak checker without finalizers.Dean Deng
2020-10-22Load spec during "runsc start" to process flag overridesFabricio Voznika
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-05Fix gofer monitor prematurely destroying containerFabricio Voznika
2020-10-05Merge pull request #3970 from benbuzbee:gomaxprocsgVisor bot
2020-09-30Use consistent thread configuration for sandbox go runtimeBen Buzbee
2020-09-28Support creating protocol instances with Stack refGhanan Gowripalan
2020-09-15Add support for OCI seccomp filters in the sandbox.Ian Lewis
2020-09-08Improve type safety for transport protocol optionsGhanan Gowripalan
2020-09-04Simplify FD handling for container start/execFabricio Voznika
2020-09-01Dup stdio FDs for VFS2 when starting a child containerTiwei Bie
2020-08-28Improve type safety for network protocol optionsGhanan Gowripalan
2020-08-19Move boot.Config to its own packageFabricio Voznika
2020-08-10Run GC before sandbox exit when leak checking is enabled.Dean Deng
2020-08-05Stop profiling when the sentry exitsFabricio Voznika
2020-08-04Error if dup'ing stdio FDs will clobber another FDFabricio Voznika
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-07-15Merge pull request #3165 from ridwanmsharif:ridwanmsharif/fuse-off-by-defaultgVisor bot
2020-07-14Prepare boot.Loader to support multi-container TTYFabricio Voznika
2020-07-09Gate FUSE behind a runsc flagRidwan Sharif
2020-07-08Add shared mount hints to VFS2Fabricio Voznika
2020-07-07[vfs2] Remove VFS1 usage in VDSO.Ayush Ranjan
2020-06-24Add support for Stack level options.Bhasker Hariharan
2020-06-18iptables: remove metadata structKevin Krakauer
2020-06-18Support setsockopt SO_SNDBUF/SO_RCVBUF for raw/udp sockets.Bhasker Hariharan
2020-06-11Set the HOME environment variable for sub-containers.Ian Lewis
2020-06-05Fix copylocks error about copying IPTables.Ting-Yu Wang
2020-05-07Allocate device numbers for VFS2 filesystems.Jamie Liu
2020-05-06Fix runsc syscall documentation generation.Adin Scannell
2020-05-04Add TTY support on VFS2 to runscFabricio Voznika
2020-04-24VFS2: Get HelloWorld image tests to pass with VFS2Zach Koopmans
2020-04-24Move hostfs mount to Kernel struct.Dean Deng
2020-04-22Move user home detection to its own library.Nicolas Lacasse
2020-04-17Get /bin/true to run on VFS2Zach Koopmans
2020-04-14Merge pull request #2212 from aaronlu:dup_stdioFDsgVisor bot
2020-03-31checkpoint/restore: make sure the donated stdioFDs have the same valueAaron Lu