summaryrefslogtreecommitdiffhomepage
path: root/runsc/sandbox
AgeCommit message (Expand)Author
2021-03-06[op] Replace syscall package usage with golang.org/x/sys/unix in runsc/.Ayush Ranjan
2021-02-02Stub out basic `runsc events --stat` CPU functionalityKevin Krakauer
2021-01-12Fix simple mistakes identified by goreportcard.Adin Scannell
2021-01-05Add benchmarks targets to BuildKite.Adin Scannell
2020-12-29Make profiling commands synchronous.Adin Scannell
2020-12-10Disable host reassembly for fragments.Bhasker Hariharan
2020-11-19Propagate IP address prefix from host to netstackFabricio Voznika
2020-11-17Add support for TTY in multi-containerFabricio Voznika
2020-11-05Fix failure setting OOM score adjustmentFabricio Voznika
2020-10-06Merge pull request #4355 from majek:marek/swallow-SO_RCVBUFFORCE-errorgVisor bot
2020-10-05Fix gofer monitor prematurely destroying containerFabricio Voznika
2020-09-25Swallow SO_RCVBUFFORCE and SO_SNDBUFFORCE errors on SOCK_RAW socketsMarek Majkowski
2020-09-01Refactor tty codebase to use master-replica terminology.Ayush Ranjan
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