summaryrefslogtreecommitdiffhomepage
path: root/runsc/boot/config.go
AgeCommit message (Expand)Author
2020-08-19Move boot.Config to its own packageFabricio Voznika
2020-07-09Gate FUSE behind a runsc flagRidwan Sharif
2020-06-16Add runsc options to set checksum offloading statusgVisor bot
2020-05-13Enable overlayfs_stale_read by default for runsc.Jamie Liu
2020-04-30FIFO QDisc implementationBhasker Hariharan
2020-04-17Get /bin/true to run on VFS2Zach Koopmans
2020-02-28Allow to specify a separate log for GO's runtime messagesAndrei Vagin
2020-01-28Add vfs.FileDescription to FD tableFabricio Voznika
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-10-22netstack/tcp: software segmentation offloadAndrei Vagin
2019-10-16Fix problem with open FD when copy up is triggered in overlayfsFabricio Voznika
2019-09-25Merge pull request #765 from trailofbits:uds_supportgVisor bot
2019-09-24Refactor command line options and remove the allowed terminology for udsRobert Tonic
2019-09-19Fix documentation, clean up seccomp filter installation, rename helpers.Robert Tonic
2019-09-19Place the host UDS mounting behind --fsgofer-host-uds-allowed.Robert Tonic
2019-09-16Bring back to life features lost in recent refactorFabricio Voznika
2019-08-29Merge pull request #655 from praveensastry:feature/runsc-ref-chk-leakgVisor bot
2019-08-22Add log prefix for better claritypraveensastry
2019-08-09Fix the Stringer for leak modepraveensastry
2019-08-06Remove traces option for ref leak modepraveensastry
2019-08-06Add option to configure reference leak checkingpraveensastry
2019-07-26runsc: propagate the alsologtostderr to sub-commandsAndrei Vagin
2019-07-03Avoid importing platforms from many source filesAndrei Vagin
2019-06-13Update canonical repository.Adin Scannell
2019-06-12Allow 'runsc do' to run without rootFabricio Voznika
2019-06-06Add multi-fd support to fdbased endpoint.Bhasker Hariharan
2019-05-03Fix runsc restore to be compatible with docker start --checkpoint ...Andrei Vagin
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-26Make raw sockets a toggleable feature disabled by default.Kevin Krakauer
2019-03-29gvisor/runsc: enable generic segmentation offload (GSO)Andrei Vagin
2019-03-11Add profiling commands to runscFabricio Voznika
2019-01-02Automated rollback of changelist 225089593Michael Pratt
2018-12-17Expose internal testing flagMichael Pratt
2018-12-11Add "trace signal" optionMichael Pratt
2018-11-01Add new log format that is compatible with KubernetesFabricio Voznika
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-18Resolve mount paths while setting up root fs mountFabricio Voznika
2018-10-11Make debug log file name configurableFabricio Voznika
2018-10-01Make multi-container the default mode for runscFabricio Voznika
2018-09-07Remove '--file-access=direct' optionFabricio Voznika
2018-09-07runsc: Run sandbox process inside minimal chroot.Nicolas Lacasse
2018-09-04runsc: Run sandbox as user nobody.Nicolas Lacasse
2018-09-04runsc: Pass log and config files to sandbox process by FD.Nicolas Lacasse
2018-08-31Automated rollback of changelist 210995199Fabricio Voznika
2018-08-30runsc: Pass log and config files to sandbox process by FD.Nicolas Lacasse
2018-08-27Add command-line parameter to trigger panic on signalFabricio Voznika
2018-08-15runsc: Fix instances of file access "proxy".Nicolas Lacasse
2018-08-14runsc: Change cache policy for root fs and volume mounts.Nicolas Lacasse