summaryrefslogtreecommitdiffhomepage
path: root/runsc/sandbox
AgeCommit message (Expand)Author
2021-09-16runsc: add global profile collection flagsMichael Pratt
2021-08-13Add Event controlsChong Cai
2021-08-12Add Usage controlsChong Cai
2021-08-04Add Fs controlsChong Cai
2021-08-03Add Lifecycle controlsChong Cai
2021-07-22runsc: Wait child processes without timeoutsAndrei Vagin
2021-07-13Use consistent naming for subcontainersFabricio Voznika
2021-07-12Fix stdios ownershipFabricio Voznika
2021-07-12Fix GoLand analyzer errors under runsc/...Fabricio Voznika
2021-06-22runsc: don't kill sandbox, let it stop properlyAndrei Vagin
2021-05-20Suppress log message when there is no errorFabricio Voznika
2021-05-05Fixes to runsc cgroupsFabricio Voznika
2021-04-16Allow runsc to generate coverage reports.Dean Deng
2021-04-08Clarify platform errors.Adin Scannell
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