summaryrefslogtreecommitdiffhomepage
path: root/runsc/sandbox
AgeCommit message (Expand)Author
2020-08-26Make flag propagation automaticFabricio Voznika
2020-08-19Move boot.Config to its own packageFabricio Voznika
2020-08-05Stop profiling when the sentry exitsFabricio Voznika
2020-07-14Prepare boot.Loader to support multi-container TTYFabricio Voznika
2020-07-13Merge pull request #2672 from amscanne:shim-integratedgVisor bot
2020-07-08Drop empty lineMichael Pratt
2020-06-16Add runsc options to set checksum offloading statusgVisor bot
2020-05-28Move Cleanup to its own packageFabricio Voznika
2020-04-30FIFO QDisc implementationBhasker Hariharan
2020-04-22Specify a memory file in platform.New().Andrei Vagin
2020-04-09Don't unconditionally set --panic-signalFabricio Voznika
2020-04-07Add friendlier messages for frequently encountered errors.Ian Lewis
2020-04-07Don't map the 0 uid into a sandbox user namespaceAndrei Vagin
2020-04-01Automated rollback of changelist 303799678Adin Scannell
2020-03-30kvm: handle exit reasons even under EINTR.Adin Scannell
2020-03-12Kill sandbox process when parent process terminatesFabricio Voznika
2020-03-11runsc: Set asyncpreemptoff for the kvm platformAndrei Vagin
2020-03-05Merge pull request #1951 from moricho:moricho/add-profiler-optiongVisor bot
2020-02-28Allow to specify a separate log for GO's runtime messagesAndrei Vagin
2020-02-26add profile optionmoricho
2020-02-20Initial network namespace support.gVisor bot
2020-02-11Disallow duplicate NIC names.gVisor bot
2020-01-27Standardize on tools directory.Adin Scannell
2020-01-15Bump SO_SNDBUF for fdbased endpoint used by runsc.Bhasker Hariharan
2020-01-09New sync package.Ian Gudger
2019-12-17Leave minimum CPU number as a constantAleksandr Razumov
2019-12-17Add minimum CPU number and only lower CPUs on --cpu-num-from-quotaAleksandr Razumov
2019-12-15Set CPU number to CPU quotaAleksandr Razumov
2019-12-11Enable IPv6 in runscBhasker Hariharan
2019-12-05Fix possible race condition destroying containerFabricio Voznika
2019-10-22netstack/tcp: software segmentation offloadAndrei Vagin
2019-09-25Fix runsc log collection in kokoroFabricio Voznika
2019-09-16Bring back to life features lost in recent refactorFabricio Voznika
2019-08-21Use tcpip.Subnet in tcpip.RouteTamir Duberstein
2019-08-13tests: print stack traces if test failed by timeoutAndrei Vagin
2019-08-01Set sandbox oom_score_adjIan Lewis
2019-07-30Remove unused const variablesIan Lewis
2019-07-03Avoid importing platforms from many source filesAndrei Vagin
2019-06-26Always set SysProcAttr.Ctty to an FD in the child's FD table.Nicolas Lacasse
2019-06-25Use different Ctty FDs based on the go version.Nicolas Lacasse
2019-06-24Allow to change logging options using 'runsc debug'Fabricio Voznika
2019-06-21Delete dangling comment line.Nicolas Lacasse
2019-06-20Drop extra characterMichael Pratt
2019-06-18Kill sandbox process when 'runsc do' exitsFabricio Voznika
2019-06-18Add Container/Sandbox args struct for creationFabricio Voznika
2019-06-13Update canonical repository.Adin Scannell
2019-06-12Allow 'runsc do' to run without rootFabricio Voznika
2019-06-11Use net.HardwareAddr for FDBasedLink.LinkAddressFabricio Voznika
2019-06-06Add multi-fd support to fdbased endpoint.Bhasker Hariharan
2019-06-03Remove 'clearStatus' option from container.Wait*PID()Fabricio Voznika